gitgat
v1.0.4
Published
A simple NPM script for quickly generating gitignore files
Downloads
36
Readme
Gitgat
A simple command to automatically generate .gitignore files for your project.
Installation
npm i gitgat --gDemo

Usage
- Simple run
gitgaton the command line - Or run
gitgatwith the .gitignore files you want. So for example,gitgat node python kotlinwill create .gitignore file for Node, Python, and Kotlin.
