touch-gitignore

Crates.iotouch-gitignore
lib.rstouch-gitignore
version0.1.0
sourcesrc
created_at2023-09-23 12:27:38.193749
updated_at2023-09-23 12:27:38.193749
descriptionCreate .gitignore files based on GitHub's templates
homepage
repository
max_upload_size
id981208
size33,787
Michael Bui (michaelbui99)

documentation

README

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++
Commit count: 0

cargo fmt