1.0.2 • Published 6 years ago
gget-cli v1.0.2
GGET-CLI 
A set of CLI tools to reduce bolierplate task
Install
npm install gget-cli -gGGET Usage
Usage: gget [options] <url>
Options:
-d, --dest <dest> destination path for clone git
-D, --debug display error
-h, --help output usage informationExample: apply boilerplate from git url to current directory
gget https://github.com/<username>/<repository>Example: apply boilerplate from git url to a directory module_1
gget https://github.com/<username>/<repository> -d module_1Example: apply boilerplate from git url shorthand to current directory
gget <username>/<repository>Example: apply boilerplate from git url shorthand to a directory module_1
gget <username>/<repository> -d module_1GGIGNORE Usage
Usage: ggignore [options] <template>
Options:
-f, --file <file> output filename default to .gitignore
-o, --override override output file
-D, --debug display error
-h, --help output usage informationExample: apply node .gitignore template to .gitignore file and overwrite
ggignore node -f .gitignore -oExample: apply scala .gitignore template to default .gitignore file without overwrite
ggignore scalaSee templates here: https://github.com/github/gitignore