Skip to content
/ gig Public
forked from sloria/gig

Generate .gitignore files from the command line or programmatically, in Python

License

Notifications You must be signed in to change notification settings

curbina/gig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gig

image

image

A CLI utility to create .gitignore files, to keep your source control so fresh and so clean clean.

Andre

Install/Upgrade

$ pip install -U gig

Usage

In the shell. . .

$ gig Python Ruby

Or, programmatically, in Python. . .

>>> import gig
>>> gig.generate_gitignore(["Clojure"])
u'\n### Clojure ###\nLeiningen.gitignore'

You can also generate global .gitignore_global files. For more info, see here.

$ gig OSX SublimeText Linux --global

To get a list of available templates. . .

$ gig list
$ gig list --global

For more help, run gig --help.

Requirements

  • Python >= 2.7 or >= 3.3
  • Internet connection

License

MIT Licensed.

Changelog

0.2.0 (09/09/2013)

  • Add support for global gitignore files.

0.1.0 (09/07/2013)

  • First release

About

Generate .gitignore files from the command line or programmatically, in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%