Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Some readme words
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkeps committed Jul 8, 2012
1 parent 4b1fde3 commit 3da9bdd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Expand Up @@ -9,7 +9,22 @@
Is it any good?
---------------

Yes.
Yes. And very useful!

What is it for?
---------------
For easy and sexy config files processing and easy config reloading support.

Why do I need it?
-----------------
Usually config files for Erlang software is just a bunch of Erlang terms.
It is hard to read, write, parse and validate. And sometimes you need
to handle config reloading. All this makes pain in ass and puts your code
in mess.
Nakaz uses YAML for config files (which is human-readable and clean),
-record specs as config schema definition, has schema validation and has
support for config reloading interface and callbacks.



Why the name?
Expand Down

0 comments on commit 3da9bdd

Please sign in to comment.