Skip to content

A mostly API and result compatible re-implementation of Perl's venerable Config::Any

License

Notifications You must be signed in to change notification settings

dshadowwolf/config-any

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config-any

A mostly API and result compatible re-implementation of Perl's venerable Config::Any

Basically...

var config = require('config-any');

var results = config.load_files( { files: [ <files> ] } );

At the moment it knows every format that the base Perl module is potentially capable of handling before any plugins that are not part of the base distribution are added.

See the documentation of Config::Any (or via 'perldoc Config::Any') for more information.

About

A mostly API and result compatible re-implementation of Perl's venerable Config::Any

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages