mirror of
https://github.com/attakei/gigi
synced 2026-01-02 04:14:36 +00:00
No description
| .github | ||
| aqua | ||
| src | ||
| tests | ||
| .bumpversion.cfg | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CHANGES.md | ||
| gigi.nimble | ||
| LICENSE | ||
| nim.cfg | ||
| README.md | ||
| renovate.json5 | ||
GIGI
GIGI: GitIgnore Generate Interface
Overview
GIGI is gitignore.io client library for Nim, included small cli application.
Installation
CLI binary
You can get standalone binary from GitHub Release page.
Windows users can use binary without Nim development environment and MinGW DLLs.
Build from source
You can build binary from sources by nimble.
$ nimble install gigi
If you want to use cli, set your nimble bin directory to $PATH.
Usage
Currently, it have only to output .gitignore contents from templates by arguments.
$ gigi nim
### GIGI version 0.2.1
### command with: nim
### Nim ###
nimcache/
nimblecache/
htmldocs/
Support STDIN .
$ echo nim | gigi
### GIGI version 0.2.1
### command with: nim
### Nim ###
nimcache/
nimblecache/
htmldocs/
Changelogs
See CHANGES.
License
See LICENSE.