Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 538 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 538 Bytes

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.