Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 892 Bytes

File metadata and controls

25 lines (20 loc) · 892 Bytes

Begit

npm package minimized gzipped size

A smaller and lighter degit alternative with Typescript support.

Features

  • Fast
    • Caches results by default so nothing is refetched unnecessarily
  • Small
    • Only 24.9kB unpacked on npm (22.6kB minified, bundled and gzipped with all dependencies)
  • Fault-tolerant
    • Can recover from a corrupted cache file
  • XDG Friendly
  • Minimal Dependencies
    • Only has a single dependency (tar) for extracting the downloaded tarballs
  • Flexible Fetching
    • Can fetch from different git providers. You can even provide your own fetcher!

Begit CLI

{{cli}}

API Reference

{{core}}