-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 for v0.5.0 Release
- Loading branch information
Showing
6 changed files
with
109 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
# config - aah framework | ||
<p align="center"> | ||
<img src="https://cdn.aahframework.org/assets/img/aah-logo-64x64.png" /> | ||
<h2 align="center">Config Library by aah framework</h2> | ||
</p> | ||
<p align="center"> | ||
<p align="center"><a href="https://travis-ci.org/go-aah/config"><img src="https://travis-ci.org/go-aah/config.svg?branch=master" alt="Build Status"></a> <a href="https://codecov.io/gh/go-aah/config/branch/master"><img src="https://codecov.io/gh/go-aah/config/branch/master/graph/badge.svg" alt="Code Coverage"></a> <a href="https://goreportcard.com/report/aahframework.org/config.v0"><img src="https://goreportcard.com/badge/aahframework.org/config.v0" alt="Go Report Card"></a> <a href="https://github.com/go-aah/config/releases/latest"><img src="https://img.shields.io/badge/version-0.5.0-blue.svg" alt="Release Version"></a> <a href="https://godoc.org/aahframework.org/config.v0"><img src="https://godoc.org/aahframework.org/config.v0?status.svg" alt="Godoc"></a> <a href="https://twitter.com/aahframework"><img src="https://img.shields.io/badge/twitter-@aahframework-55acee.svg" alt="Twitter @aahframework"></a></p> | ||
</p> | ||
|
||
[![Build Status](https://travis-ci.org/go-aah/config.svg?branch=master)](https://travis-ci.org/go-aah/config) [![codecov](https://codecov.io/gh/go-aah/config/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/config/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/config.v0)](https://goreportcard.com/report/aahframework.org/config.v0) | ||
[![Version](https://img.shields.io/badge/version-0.4.2-blue.svg)](https://github.com/go-aah/config/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/config.v0?status.svg)](https://godoc.org/aahframework.org/config.v0) [![License](https://img.shields.io/github/license/go-aah/config.svg)](LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@aahframework-55acee.svg)](https://twitter.com/aahframework) | ||
`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. | ||
|
||
***v0.4.2 [released](https://github.com/go-aah/config/releases/latest) and tagged on Jul 30, 2017*** | ||
### News | ||
|
||
`config` library is powerful and flexible for configuration purpose. It's thin layer around `forge` config syntax which is very similar to Typesafe HOCON syntax :satisfied:. aah framework and it's modules is powered with `aah/config` library. | ||
* `v0.5.0` [released](https://github.com/go-aah/config/releases/latest) and tagged on Jun 20, 2018. | ||
|
||
*`config` developed for aah framework. However it's an independent library, can be used separately with any `Go` language project. Feel free to use it.* | ||
## Installation | ||
|
||
# Installation | ||
#### Stable Version - Production Ready | ||
```bash | ||
# install the library | ||
go get -u aahframework.org/config.v0 | ||
``` | ||
|
||
Visit official website https://aahframework.org to learn more. | ||
Visit official website https://aahframework.org to learn more about `aah` framework. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.