1.1.6 • Published 12 months ago

ggig v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

GGIG (Generate Git Ignore)

Generate a '.gitignore' template automaticly with just one command!

You can find ggig souce code at https://github.com/jeffery-zhang/ggig

Installation

npm install ggig

Or, you can globally install ggig

npm install -g ggig

Usage

Use 'gen' command to generate '.gitignore' template:

ggig gen --template Java

# or
ggig gen -t Java

If you don't pass 'template' parameter, the default template is Node.

You can use 'ls' command to check all supported template.

ggig ls
1.1.6

12 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.1.5

1 year ago

1.0.6

1 year ago

1.1.4

1 year ago

1.1.2

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago