ginit-cli
v2.1.0
Published
cli for easy `git init`ing
Downloads
3
Readme
Ginit CLI
A cli for easy git init
ing.
Install
$ npm install -g ginit-cli
Usage
$ ginit --help
Usage
ginit [command] [option]
The command argument is optional. If no command is provided,
then the init command will be run by default.
Commands
auth Sign into github
init Initialize current directory as git repository
Options
--interactive, -i Enter interactive mode
--force, -f Force initialization
--version, -v Print version
--help, -h Print help
Examples
ginit auth # Sign into github
ginit # Initialize current directory as git repository
ginit -i # Enter interactive mode