getignored
v1.0.1
Published
A tool to get the perfect gitignore for your project
Downloads
3
Readme
Getignore
This is a tiny npm package that generates the contents of a desirable .gitignore
file.
Installation
npm i -g getignored
Usage
getignored <type>
Example
getignored go > .gitignore
getignored node > .gitignore
getignored python > .gitignore
To see a list of types, go here