rignore

Crates.iorignore
lib.rsrignore
version1.2.0
sourcesrc
created_at2022-09-13 08:34:24.530419
updated_at2023-03-16 07:33:58.999276
descriptionGenerate .gitignore files using gitignore.io api
homepage
repositoryhttps://github.com/HakanVardarr/rignore
max_upload_size
id664399
size38,543
Hakan Vardar (HakanVardarr)

documentation

README

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

Commit count: 44

cargo fmt