app touch-gitignore

Create .gitignore files based on GitHub's templates

1 unstable release

0.1.0 Sep 23, 2023

MIT license

11KB
97 lines

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++

Dependencies

~4–16MB
~218K SLoC