ignorance

Crates.ioignorance
lib.rsignorance
version0.1.0
sourcesrc
created_at2021-09-15 09:10:41.209058
updated_at2021-09-15 09:10:41.209058
descriptionAnother client tool for generating .gitignore files.
homepagehttps://github.com/Vui-Chee/ignorance
repositoryhttps://github.com/Vui-Chee/ignorance
max_upload_size
id451711
size49,610
(Vui-Chee)

documentation

README

Ignorance

Another client tool for retrieving .gitignore templates for language.

This tools fetches the templates from here and caches them in your filesystem.

Install

cargo install ignorance

Usage

ignorance [-options] [language]

Run ignorance --help to see what options are available.

Examples

Get python .gitignore template (casing don't matter)

ignorance python

Refetch template by calling API again

ignorance -u python

Overwrites existing .gitignore immediately without prompt

ignorance -f python

Refetch template from API and overwrite

ignorance -fu python

Commit count: 34

cargo fmt