Add add-gitignore (#268)

* Add add-gitignore

Added a useful CLI tool that I regularly use.

* Put add-gitignore in the proper place
This commit is contained in:
Tejas Kumar 2018-09-05 03:25:32 +02:00 committed by Caleb Xu
parent bc9cee96b0
commit 1f7f906032
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
*Command-line development, version control, and deployment.*
* [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs.
* [bcal](https://github.com/jarun/bcal) - Byte CALculator for storage conversions and calculations
* [bocker](https://github.com/p8952/bocker) - Docker implemented in 100 lines of bash
* [cloc](https://github.com/AlDanial/cloc) - Count Lines of Code