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
- Host: GitHub
- URL: https://github.com/eviweb/gitignore-cli
- Owner: eviweb
- License: mit
- Created: 2013-05-08T20:38:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T10:33:43.000Z (about 5 years ago)
- Last Synced: 2023-03-25T11:44:17.847Z (about 3 years ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)