https://github.com/go-aah/config
Config Library by aah framework, Syntax is similar to Typesafe HOCON
https://github.com/go-aah/config
aah aah-framework config flexible go golang golang-library hocon-syntax powerful
Last synced: 2 months ago
JSON representation
Config Library by aah framework, Syntax is similar to Typesafe HOCON
- Host: GitHub
- URL: https://github.com/go-aah/config
- Owner: go-aah
- License: mit
- Created: 2016-07-04T04:01:06.000Z (almost 9 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-06-21T05:48:05.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T03:17:05.714Z (4 months ago)
- Topics: aah, aah-framework, config, flexible, go, golang, golang-library, hocon-syntax, powerful
- Language: Go
- Homepage: https://docs.aahframework.org/configuration.html
- Size: 70.3 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Config Library by aah framework
`config` library is powerful and flexible to configuration file/structure. It internally uses `forge` library developed by [@brettlangdon](htpps://github.com/brettlangdon) and adds further functionality to it. Syntax is very similar to Typesafe HOCON :satisfied:. Config library is used across the aah framework.
### News
* `v0.5.0` [released](https://github.com/go-aah/config/releases/latest) and tagged on Jun 20, 2018.
## Installation
```bash
go get -u aahframework.org/config.v0
```Visit official website https://aahframework.org to learn more about `aah` framework.