Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 633 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 633 Bytes
                     ___ ____ ___ _____ 
	             |_ _/ ___|_ _|_   _|
	              | | |  _ | |  | |  
	              | | |_| || |  | |  
	             |___\____|___| |_|  



A CLI tool that generates a .gitignore file for a specified tech stack. It saves developers time by retrieving the appropriate template from gitignore.io instead of manually searching for it.


Installation

git clone github.com/thestuti/igit
go run src/main.go

Inspired from here :)