Skip to content

jeffery-zhang/ggig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate git ignore file templates for multiple languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published