GitXplorerGitXplorer
m

gig

public
1 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
4d3a7445371299b25c72c922efc301f99f9e5c5f

v0.2.0

mmdaverde committed 4 years ago
Unverified
bc2c3beeb9dd28fb56cef645c9537e5adfc37a68

fixes equal match bug

mmdaverde committed 4 years ago
Unverified
5551a57e56655ee04d88744a6a4b0627be981b07

v0.1.1

mmdaverde committed 4 years ago
Unverified
ec0cb6246ff72e14249c590ddbe92c89282c4ab7

Updates README

mmdaverde committed 4 years ago
Unverified
0308e3712c7d43e9ea04f4d85ca1e46c71f8e135

Updates Cargo.toml

mmdaverde committed 4 years ago
Unverified
36ea06a5a0d752ce7c53ec9e0808e2b9b9b3d41c

Updates USAGE

mmdaverde committed 4 years ago

README

The README file for this repository.

gig

Simple cli to create a .gitignore based off Github's gitignore repo


Usage

$ gig -l # lists out all possible .gitignore
$ gig <keyword> # will print to stdout specific .gitignore
$ gig <keyword> --write # Similar to > .gitignore but is careful not to overwrite
$ gig <keyword> --write-force # Force writes to .gitignore

Example

$ gig -l | grep -i ^c | head -n 3
C++.gitignore
C.gitignore
CFWheels.gitignore
$ gig c++ --write 
Writing c++ gitignore to .gitignore...
$ gig c >> .gitignore 
$ gig rust --write-force 

Install

Cargo

If you're using a recent version of Cargo, you can see the cargo install command:

$ cargo install gig-cli

Build from source

After git cloning this repo, you can install as a cargo crate through

$ cargo install --path path/to/repo

License

MIT

Maintained by Milan