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.
- Host: GitHub
- URL: https://github.com/dids/ignite
- Owner: Dids
- License: mit
- Created: 2019-06-24T05:08:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T06:03:24.000Z (almost 7 years ago)
- Last Synced: 2025-10-17T00:59:04.853Z (8 months ago)
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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).