gigi

GitIgnore Generation Interface

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License Apache-2.0
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

Installation

nimble install gigi
choosenim install gigi
git clone https://github.com/attakei/gigi

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
gigi - - - - - - -

Source

Repository https://github.com/attakei/gigi
Homepage https://github.com/attakei/gigi
Registry Source nimble_official

README

GIGI

GitHub release (latest by date) Test

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.