A CLI tool to fetch .gitignore file templates
Create a new .gitignore file in the current directory
bash
$ ./getignore Python
Overwrite the existing .gitignore file
bash
$ ./getignore Python --force
bash
$ cargo install getignore
bash
$ git clone https://github.com/ethanavatar/getignore-rs.git
$ cd getignore
$ cargo install --path .