@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.
Downloads
4
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 install
Compiles the library
npm run build
Compiles the library in watch
mode
npm run watch