Skip to content

Generate .gitignore files using gitignore.io api

Notifications You must be signed in to change notification settings

HakanVardarr/rignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate .gitignore files using gitignore.io api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages