Detalhes do pacote

ggig

jeffery-zhang9MIT1.2.2

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

gitignore, git ignore, command, cli

readme (leia-me)

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