An open API service indexing awesome lists of open source software.

https://github.com/dids/ignite

Ignition configuration tool for validation and merging multiple files.
https://github.com/dids/ignite

Last synced: 15 days ago
JSON representation

Ignition configuration tool for validation and merging multiple files.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/Dids/ignite.svg?branch=master)](https://travis-ci.com/Dids/ignite)

# 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](https://brew.sh/), 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](LICENSE).