git-tool-cli
v0.1.2
Published
Git tools CLI for using as global package, zogomarket
Downloads
1
Readme
Git Tool CLI
This package is here to help you manage your local git repository in your development environments. This package is not a full git CLI tool but contains only things that can help you along with the git cli tool and commands.
Why do we need it?
Basically this repository is a demonstration of how to develop a CLI tool based on commander, inquirer, chalk etc...
How to use this package
This package should be installed via npm as global package. Please notice: the use of the CLI must be from the relevant project folders (With .git in root).clear
NPM Package
This CLI can be found in https://www.npmjs.com/package/git-tool-cli
You can install it globally with
npm install -g git-tool-cli