@nathanfriend/ts-git-cli
v0.1.0
Published
A CLI wrapper for the ts-git JavaScript library
Maintainers
Readme
ts-git CLI
This is the source for the ts-git CLI wrapper.
Installation
npm install -g @nathanfriend/ts-git-cli
Usage
The goal of ts-git-cli is to align as closely as possible with the real git interface. Since ts-git is just a learning tool, only a subset of git's features are implemented. To view which commands are available, run:
ts-git --help
Developing
Below are some commands that are useful when developing ts-git-cli.
Project setup
npm installCompiles the library
npm run buildCompiles the library in watch mode
npm run watch