/go-centry

A tool for building declarative CLI's over bash scripts, written in go.

Primary LanguageGo

go-centry

A tool for building declarative CLI's over bash scripts, written in go.

Installation

go get github.com/kristofferahl/go-centry

Usage

./go-centry examples/centry/centry.yaml "$@"

Documentation

Docs can be found at godoc.org.

Deveopment

Running tests

scripts/test

Running centry

scripts/run-centry