https://github.com/aron-bordin/gitignore-cli
A simple CLI (Command Line Interface) for generating github/gitignore's .gitignores
https://github.com/aron-bordin/gitignore-cli
git github-api gitignore gitignore-files gitignore-generator
Last synced: 7 months ago
JSON representation
A simple CLI (Command Line Interface) for generating github/gitignore's .gitignores
- Host: GitHub
- URL: https://github.com/aron-bordin/gitignore-cli
- Owner: aron-bordin
- License: gpl-3.0
- Created: 2017-04-19T03:57:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T13:11:38.000Z (over 5 years ago)
- Last Synced: 2025-04-18T00:56:12.648Z (7 months ago)
- Topics: git, github-api, gitignore, gitignore-files, gitignore-generator
- Language: Python
- Size: 17.6 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitignore-cli
A simple CLI (Command Line Interface) to download .gitignore from http://github.com/github/gitignore/
## Install
Install it using:
pip install gitignore-cli
## Usage
Usage:
gitignore-cli [OPTIONS] COMMAND [ARGS]...
Options:
--help Show the help message and exit.
Commands:
* **download** Downloads a .gitignore given its name (append if a .gitignore already exist)
* **list** Return a list of the available .gitignores
* **search** Search a .gitignore
## Examples
gitignore-cli download python
gitignore-cli search py