gu-cli

1.1.1 • Public • Published

GU-CLI npm version

A set of CLI tools to reduce bolierplate task

Install

npm install gu-cli -g

GUGET Usage

Usage: guget [options] <url>
 
Options:
  -d, --dest <dest>  destination path for clone git
  -D, --debug        display error
  -h, --help         output usage information

Example: 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_1

Example: 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_1

guignore 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 information

Example: apply node .gitignore template to .gitignore file and overwrite

guignore node -f .gitignore -o

Example: apply scala .gitignore template to default .gitignore file without overwrite

guignore scala

See templates here: https://github.com/github/gitignore

Readme

Keywords

Package Sidebar

Install

npm i gu-cli

Weekly Downloads

6

Version

1.1.1

License

ISC

Unpacked Size

13.1 kB

Total Files

7

Last publish

Collaborators

  • mahasak