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

app gignore

A command line tool to generate gitignore template files

4 releases

0.2.2 Oct 20, 2021
0.2.1 Oct 20, 2021
0.2.0 Sep 17, 2021
0.1.0 Jun 20, 2021

#47 in #gitignore

MIT license

22KB
212 lines

gignore

crates.io

gignore is a command line tool to help you easily create .gitignore files for your projects, so you can stop uploading dependencies and irrelevant files to your remotes.

The gitignore templates are extracted in real time from https://github.com/github/gitignore, a collection of useful gitignore templates maintained by GitHub.

Installation

To install this tool, you will need to have Cargo, the Rust package manager, version >= 1.54.0 installed. Once you have it, you can simply run cargo install gignore.

Getting started

To get started, you can run gignore ls to check all the available language and technologies for gitignore templates.

You can then create a template for you by running gignore new <language>, with your favorite language or technology.

LICENSE

MIT

Dependencies

~13–27MB
~422K SLoC