touch-gitignore

Small utiliy tool for creating a .gitignore file based on Github's gitignore templates

Install

bash $ cargo install touch-gitignore

Usage

Invoke touch-gitignore with the desired template as argument. The template name is case sensitive. See all templates at: https://github.com/github/gitignore

Examples

bash $ touch-gitignore Rust

bash $ touch-gitignore Python

bash $ touch-gitignore C++