Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cls1991/gy
Yet another .gitignore magician in your command line.
https://github.com/cls1991/gy
gitignore-files gitignore-generator
Last synced: 3 months ago
JSON representation
Yet another .gitignore magician in your command line.
- Host: GitHub
- URL: https://github.com/cls1991/gy
- Owner: cls1991
- License: apache-2.0
- Created: 2017-12-19T03:54:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T12:46:01.000Z (almost 7 years ago)
- Last Synced: 2024-07-19T12:18:04.697Z (4 months ago)
- Topics: gitignore-files, gitignore-generator
- Language: Python
- Size: 12.7 KB
- Stars: 18
- Watchers: 15
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - cls1991/gy - Yet another .gitignore magician in your command line. (Python)
README
gy
==.. image:: https://img.shields.io/pypi/l/gy.svg
:target: https://pypi.python.org/pypi/gy.. image:: https://img.shields.io/pypi/v/gy.svg
:target: https://pypi.python.org/pypi/gy.. image:: https://img.shields.io/pypi/pyversions/gy.svg
:target: https://pypi.python.org/pypi/gy.. image:: https://travis-ci.org/cls1991/gy.svg?branch=master
:target: https://travis-ci.org/cls1991/gyYet 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