gitignoregen

Crates.iogitignoregen
lib.rsgitignoregen
version0.1.4
sourcesrc
created_at2024-09-24 18:21:23.655141
updated_at2024-09-25 09:14:28.118742
descriptionA minimal CLI wrapper around Toptal gitignore
homepage
repositoryhttps://github.com/patriklaurell/gitignoregen-rs
max_upload_size
id1385525
size1,596,602
(pacmanifold)

documentation

README

gitignoregen-rs

A minimal interactive CLI wrapper around Toptal gitignore. Written in rust using dialoguer, clap and reqwest.

Installation

cargo install gitignoregen

Usage

Generate a new .gitignore file in the current working directory with

gitignoregen

and append to the existing with

gitignoregen append

Usage

Commit count: 12

cargo fmt