#gitignore #generate #io #language #api #list #gitignore-generator

bin+lib rignore

Generate .gitignore files using gitignore.io api

9 stable releases

1.2.0 Mar 16, 2023
1.1.0 Mar 10, 2023
1.0.6 Nov 23, 2022
1.0.3 Sep 13, 2022
0.1.0 Sep 13, 2022

#1278 in Development tools

MIT license

12KB
175 lines

rignore

image

Crates.io Crates.io License

TODO:

Add cache support ✅
Orginize the code ✅

Generate .gitignore files using gitignore.io api


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

Dependencies

~6–20MB
~277K SLoC