README and TODO fixes and expansion.

This commit is contained in:
Jeremy Wall 2018-03-12 20:46:51 -05:00
parent 8a6935c3da
commit c6f41e53dd
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Universal Configuration Grammar - Working Title. # Universal Configuration Grammar.
This is an experiment in configuration management. The approach is **not** This is an experiment in configuration management. The approach is **not**
to create a "parsable" config file format. We have plenty of to create a "parsable" config file format. We have plenty of
@ -14,6 +14,12 @@ be version controlled, enforce _some_ typesafety, and output
configuration for any application regardless of that applications configuration for any application regardless of that applications
preferred format. preferred format.
## The Usual Warnings
This is still very much an experiment and the language and api can be expected
to change and mutate. It also probably has bugs and isn't yet the most user
friendly language and compiler to use. You have been warned.
## Usage ## Usage
You can get ucg with cargo `cargo install ucg`. You can get ucg with cargo `cargo install ucg`.
@ -38,4 +44,4 @@ SUBCOMMANDS:
## Language Reference ## Language Reference
https://docs.rs/ucg/0.0.1/ https://docs.rs/ucg/

View File

@ -19,5 +19,4 @@ organiztion for a given configuration structure. Some options here could be
* Allow trailing commas * Allow trailing commas
* Flags should allow different seperators for prefixed flags. * Flags should allow different seperators for prefixed flags.
* None value types
* YAML export * YAML export