touch-gitignore 0.1.0

Create .gitignore files based on GitHub's templates
touch-gitignore-0.1.0 is not a library.

touch-gitignore

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

Install

$ 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

$ touch-gitignore Rust
$ touch-gitignore Python
$ touch-gitignore C++