Skip to content
/ ponfig Public

A lean but handy self-documenting and validating configuration system

License

Notifications You must be signed in to change notification settings

ravep/ponfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ponfig

A lean but handy self-documenting and validating configuration system.

How does it work?

  1. Define a group in a class A together with two variables within that group

public final static GroupDef CONF = GroupDef.create("master").build(); public final static C PARAM1 = CONF.integer("param1").build(); public final static C PARAM2 = CONF.str("param_two").build();

About

A lean but handy self-documenting and validating configuration system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages