Skip to content

Commit

Permalink
docs: clarify Fauda's main features and objectives
Browse files Browse the repository at this point in the history
  • Loading branch information
ngryman committed Nov 21, 2020
1 parent 670f30a commit 16611a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@

---

Fauda **loads** and **normalizes** your configuration from multiple sources at the same time, giving flexibility to the users of your library / application to configure it in various ways.
Fauda does two things for you:

1. It **loads** your configuration from files, command-line options, and environment variables; giving flexibility to adapt to your users' workflow.
2. It **validates** your configuration using a JSON schema, applying defaults when avaialble; abstracting the hard things for you providing auto-completion to your users.

## Features

Expand Down

0 comments on commit 16611a4

Please sign in to comment.