Crates.io | touch-gitignore |
lib.rs | touch-gitignore |
version | 0.1.0 |
source | src |
created_at | 2023-09-23 12:27:38.193749 |
updated_at | 2023-09-23 12:27:38.193749 |
description | Create .gitignore files based on GitHub's templates |
homepage | |
repository | |
max_upload_size | |
id | 981208 |
size | 33,787 |
Small utiliy tool for creating a .gitignore file based on Github's gitignore templates
$ cargo install touch-gitignore
Invoke touch-gitignore
with the desired template as argument. The template name is case sensitive. See all templates at: https://github.com/github/gitignore
$ touch-gitignore Rust
$ touch-gitignore Python
$ touch-gitignore C++