Crates.io | getignore |
lib.rs | getignore |
version | 0.1.2 |
source | src |
created_at | 2023-01-27 22:07:51.56441 |
updated_at | 2023-01-27 23:31:35.465205 |
description | A CLI tool to fetch `.gitignore` file templates |
homepage | |
repository | https://github.com/ethanavatar/getignore-rs |
max_upload_size | |
id | 769958 |
size | 15,557 |
A CLI tool to fetch .gitignore
file templates
Create a new .gitignore
file in the current directory
$ getignore Python
Overwrite the existing .gitignore
file
$ getignore Python --force
$ cargo install getignore
$ git clone https://github.com/ethanavatar/getignore-rs.git
$ cd getignore-rs
$ cargo install --path .