Skip to main content

Generate .gitignore templates from the command line

Project description

https://badge.fury.io/py/gig.png https://travis-ci.org/sloria/gig.png?branch=master

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

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.0.tar.gz (10.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page