GitXplorerGitXplorer
m

gig

public
1 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
a2feefcb6bc83956a5f5e67f283176bc4b65aa6f

updates ureq dep

mmdaverde committed 4 years ago
Unverified
9c1055ebc59b7b28e6fdc2c39f239a191a8d1ac8

Splits up into mods

mmdaverde committed 4 years ago
Unverified
8c86694d63b4bf9467fbd644ec8bd85b5a47f488

gig

mmdaverde committed 4 years ago
Unverified
0235f50439bb624b2ce5e1f94b63f4e155be05e7

init

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