1 unstable release
0.1.2 | Jan 27, 2023 |
---|---|
0.1.1 |
|
0.1.0 |
|
#77 in #gitignore
6KB
getignore-rs
A CLI tool to fetch .gitignore
file templates
Usage
Create a new .gitignore
file in the current directory
$ getignore Python
Overwrite the existing .gitignore
file
$ getignore Python --force
Installation
From Crates.io
$ cargo install getignore
From Source
$ git clone https://github.com/ethanavatar/getignore-rs.git
$ cd getignore-rs
$ cargo install --path .
Dependencies
~10–17MB
~270K SLoC