Skip to content

Commit

Permalink
more README
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisruffalo committed Apr 28, 2021
1 parent fdeea42 commit e06d9d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## Overview
Yaml for Y'all (yyall) is a yaml-based configuration library that uses SnakeYAML to read YAML configurations and provide extra usability on top.

## Features
* Resolve tokenized properties (like ${token}) from system properties, environment variables, and other properties in the yaml
* Resolve properties with multiple fallback scenarios
* Load resolved properties into object model, string, or stream

## Motivation
Configurations should be easy to use from code, requiring a minimum of bootstraping to get started. This is accomplished in yyall
by allowing the user to start from just the factory pattern in `com.github.chrisruffalo.yall.YyallConfiguration` accessed via the `load()` method.
Expand Down

0 comments on commit e06d9d0

Please sign in to comment.