1.1.5 • Published 5 years ago

gig v1.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

gig

gig helps you create a new .gitignore files for your git project.

contrib

install

npm install -g gig 

update

npm update -g gig

usage

generate .gitignore file

generate a .gitignore file for your git project

# If a `.gitignore` file aleady exists, append conditions to the `.gitignore` file.
gig gen java intellij sublimetext  

# If you want to overrride a `.gitignore` file, add commands to options : --override (shortcut : -o) 
gig gen -o java intellij sublimetext 

packaging template

pkg command is to create a custom template.

# If a 'mypakage' file aleady exists, append conditions to the 'mypakage' file.
gig pkg -name 'mypakage' java intellij sublimetext  

# if you want to override a `mypakage` file, add commands to options : --override (shortcut : -o) 
gig pkg -name 'mypakage' -o java intellij sublimetext  

gig show mypakage
*.class

# Package Files #
*.jar
*.war
*.ear

intellij :
*.iml
*.ipr
*.iws
.idea/

sublimetext :
# SublimeText project files
*.sublime-workspace

Display ignore conditions.

gig show java intellij sublimetext  

More Information

gig --help

gitignore template files sourced in

GitHub gitignore repository

Screenshot

gig

ChangeLog

See the ChangeLog

LICENCE

MIT LICENSE

The MIT License

Copyright (c) 2013 The gig Authors

See the LICENSE file for details.

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.17-rc

10 years ago

0.1.17

10 years ago

0.1.16

10 years ago

0.1.15

11 years ago

0.1.14

11 years ago

0.1.13

11 years ago

0.1.12-stable

11 years ago

0.1.12

11 years ago

0.1.11

11 years ago

0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6-stable

11 years ago

0.1.4-stable

11 years ago

0.1.2-stable

11 years ago

0.1.0-stable

11 years ago