1
0
mirror of https://github.com/namibia/awesome-shell.git synced 2024-06-01 11:40:49 +00:00

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

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