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.
- Host: GitHub
- URL: https://github.com/thestuti/igit
- Owner: thestuti
- License: mit
- Created: 2023-06-08T08:31:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T08:40:28.000Z (over 2 years ago)
- Last Synced: 2024-06-21T15:45:17.598Z (over 1 year ago)
- Topics: cli, git, golang, hacktoberfest
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)