Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 688 Bytes

README.template.md

File metadata and controls

24 lines (17 loc) · 688 Bytes

Begit

A smaller and lighter degit alternative with typescript support.

Features

  • Fast
    • Caches results by default so nothing is refetched unnecessarily
  • Small
    • Only 13.1kB unpacked on npm (actual source code is more like 1.4kB minified)
  • Fault-tolerant
    • Can recover from a corrupted cache file
  • XDG Friendly
  • Minimal Dependencies
    • Only has a single dependency (tar) for extracting the downloaded tarballs

Begit CLI

{{cli}}

API Reference

{{core}}