@nathanfriend/ts-git
v0.1.4
Published
A naïve implementation of git, written in TypeScript. Built to help me understand how git works under the hood.
Maintainers
Readme
ts-git library
This is the source for the ts-git library. For usage details, see this project's main README.
Project setup
npm installCompiles the library
npm run buildCompiles the library in watch mode
npm run watch