Konfig
Konfig is a configuration system for application configuration.
Structure
The project follows the structure in golang-standards/project-layout
Dependencies
Please make sure that you have the following installed:
- Ruby (look at the .ruby-version)
- Golang
Help
To see what can be run, please run the following:
make help
Setup
The get yourself setup, please run the following:
make setup
Binaries
To make sure everything compiles for the app, please run the following:
make build-test
Tests
To be able to test things locally you have to setup the environment.
Starting
Please run:
make start
Stopping
Please run:
make stop
Features
To run all the features, please run the following:
make features
Changes
To see what has changed, please have a look at CHANGELOG.md