0.1.0 • Published 6 years ago

@nathanfriend/ts-git-cli v0.1.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

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 install

Compiles the library

npm run build

Compiles the library in watch mode

npm run watch