gy

Yet another .gitignore magician in your command line.


Keywords
gitignore, gitignore-files, gitignore-generator
License
Apache-2.0
Install
pip install gy==1.0.2

Documentation

gy

https://travis-ci.org/cls1991/gy.svg?branch=master

Yet another .gitignore magician in your command line.

☤ Quickstart

Generate .gitignore for certain language, e.g. Lua:

$ gy generate lua

Multiple languages, e.g. Python, Java, Lisp:

$ gy generate python java lisp

To update archive folder, simply run:

$ gy update

List all supported languages:

$ gy ls

☤ Installation

You can install "gy" via pip from PyPI:

$ pip install gy

☤ Usage

$ gy --help
Usage: gy [OPTIONS] COMMAND [ARGS]...

Yet another .gitignore magician in your command line.

Options:
  --help  Show this message and exit.

Commands:
  generate  generate .gitignore file
  ls        list all supported languages
  update    update archive folder