[Description of what this project does.]
- Feature 1
- Feature 2
- Feature 3
# 1. Build
make build
# 2. Run
./bin/myapp --helpCreate configs/config.json:
{
"key": "value"
}make docker
docker run --rm -v ./configs:/app/configs myappMIT — see LICENSE for details.