
Ignite
Ignite is an Ignition configuration file utitility, which helps you validate and merge multiple configurations into one, among other things.
NOTE: Work in progress!
Installation
NOTE: Untested and likely broken!
The installation method highlighted below requires Homebrew, but alternatively you can build it yourself, or even use Go to install the binaries.
brew tap Dids/brewery
brew install ignite
You can also install the latest development version:
brew install ignite --HEAD
Usage
NOTE: TODO
Development
Install/build dependencies:
make deps
Run the application:
go run main.go
Run tests:
make test
License
See LICENSE.