gitgat
v1.0.4
Published
A simple NPM script for quickly generating gitignore files
Downloads
2
Readme
Gitgat
A simple command to automatically generate .gitignore files for your project.
Installation
npm i gitgat --g
Demo
Usage
- Simple run
gitgat
on the command line - Or run
gitgat
with the .gitignore files you want. So for example,gitgat node python kotlin
will create .gitignore file for Node, Python, and Kotlin.