Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.21 KB

File metadata and controls

70 lines (42 loc) · 1.21 KB

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