https://github.com/danitrod/gignore
A command line tool to generate gitignore template files
https://github.com/danitrod/gignore
cli git gitignore rust scraping
Last synced: 2 months ago
JSON representation
A command line tool to generate gitignore template files
- Host: GitHub
- URL: https://github.com/danitrod/gignore
- Owner: danitrod
- License: mit
- Created: 2021-06-18T21:09:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T02:41:12.000Z (over 3 years ago)
- Last Synced: 2025-03-27T21:05:01.441Z (3 months ago)
- Topics: cli, git, gitignore, rust, scraping
- Language: Rust
- Homepage: https://crates.io/crates/gignore/
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gignore
[](https://crates.io/crates/gignore)
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](https://doc.rust-lang.org/cargo/getting-started/installation.html), 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 `, with your favorite language or technology.
## LICENSE
[MIT](./LICENSE)