gignore

Crates.iogignore
lib.rsgignore
version0.2.2
sourcesrc
created_at2021-06-20 06:40:18.359241
updated_at2021-10-20 02:36:53.556689
descriptionA command line tool to generate gitignore template files
homepagehttps://github.com/danitrod/gignore/
repositoryhttps://github.com/danitrod/gignore/
max_upload_size
id412326
size73,769
Daniel T. Rodrigues (danitrod)

documentation

README

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

Commit count: 21

cargo fmt