Interactive CLI application which generates .gitignore
files for your projects.
To install add-gitignore
, you need Rust installed on your machine, and then you can use cargo
:
shell script
cargo install add-gitignore
Then, you can just type add-gitignore
in your terminal and you will have a nice interface from where you can choose what add-gitignore
should generate.
Key/Action map:
* Arrow keys
-> Navigate
* Spacebar
-> Select a technology
* Esc
-> Quit the app
* Character
-> Type a character to search
* Backspace
-> Delete a character from search
* Enter
-> Generate .gitignore
's 🚀