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/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
Changelog
0.2.1 (09/26/2013)
Remove gig version number from headers.
0.2.0 (09/09/2013)
Add support for global gitignore files.
0.1.0 (09/07/2013)
First release
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.2.1.tar.gz
(10.2 kB
view details)
File details
Details for the file gig-0.2.1.tar.gz.
File metadata
- Download URL: gig-0.2.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac25e3baf6cd8b37120b710fe4db6e782f316eab774968afaa2987725e40ebf8
|
|
| MD5 |
6e379eb72031d63577e80e538cd81a65
|
|
| BLAKE2b-256 |
630a0a5b92f1019f4a633ddd501157a28325ec293b805fb3bb10ee1e031007eb
|