Crates.io | ignorance |
lib.rs | ignorance |
version | 0.1.0 |
source | src |
created_at | 2021-09-15 09:10:41.209058 |
updated_at | 2021-09-15 09:10:41.209058 |
description | Another client tool for generating .gitignore files. |
homepage | https://github.com/Vui-Chee/ignorance |
repository | https://github.com/Vui-Chee/ignorance |
max_upload_size | |
id | 451711 |
size | 49,610 |
Another client tool for retrieving .gitignore
templates for language.
This tools fetches the templates from here and caches them in your filesystem.
cargo install ignorance
ignorance [-options] [language]
Run ignorance --help
to see what options are available.
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