EpiphanySoft/phylo

Provide properties file reader

Opened this issue · 0 comments

Also useful for general config files

   foo=42

Then

   var config = File.from('foo.properties').load();

   console.log(config.foo);