Generate .gitignore templates from the command line
Project description
A CLI utility to create .gitignore files, to keep your source control so fresh and so clean clean.
Install
$ pip install gig
Usage
In the shell…
$ gig Python Ruby
Or, programmatically, in Python…
>>> import gig
>>> gig.generate_gitignore(["Clojure"])
u'\n### Clojure ###\nLeiningen.gitignore'
For more help, run gig --help.
Requirements
Python >= 2.7 or >= 3.3
Internet connection
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gig-0.1.0.tar.gz
(9.5 kB
view hashes)