1.1.1 • Published 6 years ago
gu-cli v1.1.1
GU-CLI 
A set of CLI tools to reduce bolierplate task
Install
npm install gu-cli -gGUGET Usage
Usage: guget [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
guget https://github.com/<username>/<repository>Example: apply boilerplate from git url to a directory module_1
guget https://github.com/<username>/<repository> -d module_1Example: apply boilerplate from git url shorthand to current directory
guget <username>/<repository>Example: apply boilerplate from git url shorthand to a directory module_1
guget <username>/<repository> -d module_1guignore Usage
Usage: guignore [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
guignore node -f .gitignore -oExample: apply scala .gitignore template to default .gitignore file without overwrite
guignore scalaSee templates here: https://github.com/github/gitignore