Skip to content

Another client tool for retrieving .gitignore templates for language.

Notifications You must be signed in to change notification settings

Vui-Chee/ignorance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Another client tool for retrieving .gitignore templates for language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages