| Crates.io | rignore |
| lib.rs | rignore |
| version | 1.2.0 |
| created_at | 2022-09-13 08:34:24.530419+00 |
| updated_at | 2023-03-16 07:33:58.999276+00 |
| description | Generate .gitignore files using gitignore.io api |
| homepage | |
| repository | https://github.com/HakanVardarr/rignore |
| max_upload_size | |
| id | 664399 |
| size | 38,543 |
Add cache support ✅
Orginize the code ✅
First you need to build the binary
cargo build --release
or
cargo install rignore
rignore help
INFO:
-> rignore help == prints commands
-> rignore list == lists supported langs
-> rignore <supported_lang(example = 'rust')> == creates a .gitignore file
-> rignore clear == clear cache
For example:
rignore rust
If you want to list by cli command you can use
rignore list
You can clear the cache with clear command
rignore clear