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

https://github.com/thestuti/igit

A CLI tool that generates a .gitignore file for a specified tech stack.
https://github.com/thestuti/igit

cli git golang hacktoberfest

Last synced: 7 months ago
JSON representation

A CLI tool that generates a .gitignore file for a specified tech stack.

Awesome Lists containing this project

README

          

```
___ ____ ___ _____
|_ _/ ___|_ _|_ _|
| | | _ | | | |
| | |_| || | | |
|___\____|___| |_|

```

-----


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 :)