1.2.1 • Published 10 months ago

ggig v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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.2.0

10 months ago

1.2.1

10 months ago

1.1.6

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.1.5

2 years ago

1.0.6

2 years ago

1.1.4

2 years ago

1.1.2

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago