#gitignore #template-engine #template #client #tool #retrieving #overwrite

bin+lib ignorance

Another client tool for generating .gitignore files

1 unstable release

0.1.0 Sep 15, 2021

#13 in #overwrite

MIT license

16KB
311 lines

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

Dependencies

~6–20MB
~278K SLoC