An open API service indexing awesome lists of open source software.

https://github.com/eviweb/gitignore-cli

Command line interface to manage git ignore patterns of the github/gitignore project
https://github.com/eviweb/gitignore-cli

Last synced: about 1 year ago
JSON representation

Command line interface to manage git ignore patterns of the github/gitignore project

Awesome Lists containing this project

README

          

GIT Ignore CLI
==============
This tool provides a command line interface to manage git ignore patterns of the [github/gitignore repository](https://github.com/github/gitignore)

Before all
----------
The development of those features is grandly inspired by the [git-flow project](https://github.com/nvie/gitflow)

Installation
------------
1. clone this repo ``git clone https://github.com/eviweb/gitignore-cli``
2. change directory to the cloned repo ``cd gitignore-cli``
3. run ``sudo make install``
This will create a symbolic link in your ``/usr/local/bin`` directory pointing to ``./git-ignore`` command

Uninstallation
--------------
1. change directory to the cloned repo ``cd gitignore-cli``
2. run ``sudo make uninstall``
This will remove the symbolic link ``/usr/local/bin/git-ignore``

Usage
-----
Please refer to the [wiki pages](https://github.com/eviweb/gitignore-cli/wiki)

License
-------
This project is licensed under the terms of the [MIT License](/LICENSE)