8000 GitHub - domoritz/joe: A .gitignore magician in your command line
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

domoritz/joe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joe

A .gitignore magician in your command line. Joe generates .gitignore files from the command line for you.

Features

Installation

Option 1: Homebrew

$ brew install gitignore

Option 2: Pip

$ pip install joe

Option 2: From source

$ git clone git@github.com:karan/joe.git
$ cd joe/
$ python setup.py install

Usage

Basic usage

$ joe java    # outputs .gitignore file for java to stdout

Overwrite existing .gitignore file

$ joe java > .gitignore    # saves a new .gitignore file for java

Append to existing .gitignore file

$ joe java >> .gitignore    # appends new .gitignore file for java

Multiple languages

$ joe java javascript python    # saves a new .gitignore file for multiple languages

List all available files

$ joe ls

# OR

$ joe list

Output:

actionscript, ada, agda, android, appceleratortitanium, archlinuxpackages, autotools, c++, c, cakephp, cfwheels, chefcookbook, clojure, cmake, codeigniter, commonlisp, composer, concrete5, coq, craftcms, dart, delphi, dm, drupal, eagle, elisp, elixir, episerver, erlang, expressionengine, extjs, fancy, finale, forcedotcom, fortran, fuelphp, gcov, gitbook, go, gradle, grails, gwt, haskell, idris, igorpro, java, jboss, jekyll, joomla, jython, kohana, labview, laravel, leiningen, lemonstand, lilypond, lithium, lua, magento, maven, mercury, metaprogrammingsystem, meteor, nanoc, nim, node, objective-c, ocaml, opa, opencart, oracleforms, packer, perl, phalcon, playframework, plone, prestashop, processing, python, qooxdoo, qt, r, rails, rhodesrhomobile, ros, ruby, rust, sass, scala, scons, scrivener, sdcc, seamgen, sketchup, stella, sugarcrm, swift, symfony, symphonycms, tex, textpattern, turbogears2, typo3, umbraco, unity, visualstudio, vvvv, waf, wordpress, xojo, yeoman, yii, zendframework, zephir

About

A .gitignore magician in your command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0