#gitignore #git #ignore #cli-tool #cli #command-line

yanked getignore

A CLI tool to fetch .gitignore file templates

1 unstable release

0.1.2 Jan 27, 2023
0.1.1 Jan 27, 2023
0.1.0 Jan 27, 2023

#69 in #gitignore

24 downloads per month

MIT license

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

~16–25MB
~374K SLoC