@nathanfriend/ts-git-cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    3

Package Sidebar

Install

npm i @nathanfriend/ts-git-cli

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

3.15 kB

Total Files

7

Last publish

Collaborators

  • nathanfriend