Crates.io | ignorers |
lib.rs | ignorers |
version | 0.1.4 |
source | src |
created_at | 2023-03-05 11:11:27.783193 |
updated_at | 2023-03-11 14:32:43.578077 |
description | Generate gitignores from the command line |
homepage | https://github.com/FollowTheProcess/ignorers |
repository | https://github.com/FollowTheProcess/ignorers |
max_upload_size | |
id | 801230 |
size | 77,249 |
Generate gitignores from the command line 🛠️
Extremely simple (but very useful) CLI that generates .gitignore
files from the command line (sort of 😉). It's a sister project to goignore, replicated here in
rust 🦀.
goignore was the first real program I wrote while learning Go, so I thought why not do it in Rust too? Like goignore it's mostly a thin wrapper around the gitignore API. The list of things you can pass are documented on gitignore.io.
There are pre-compiled binaries available in the GitHub releases, or there is a homebrew tap available:
brew install FollowTheProcess/homebrew-tap/ignorers
The binary itself is called ig
(for ignorers
), so you can run it like so:
ig macos python visualstudiocode
This package was created with copier and the FollowTheProcess/rust_copier project template.