0.4.0 • Published 9 years ago

impresario v0.4.0

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

impresario

Configuration manager

Impresario

An impresario (from Italian: impresa, meaning "an enterprise or undertaking")1 is a person who organizes and often finances concerts, plays or operas; analogous to an artist manager or a film or television producer. The origin of the term is to be found in the social and economic world of Italian opera, where from the mid-18th century to the 1830s, the impresario was the key figure in the organization of a lyric season.

Getting Started

Install the module with: npm install impresario

var Impresario = require('impresario');
Impresario({
    required: ['username', 'password'],
    optional: ['port', 'url']
}).on('loaded', function(config){
    console.log('CONFIG', config);
}).load(program);

Examples

var Impresario = require('impresario');
Impresario({
    required: ['username', 'password'],
    optional: ['port', 'url']
}).on('loaded', function(config){
    console.log('CONFIG', config);
}).load(program);

Documentation

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2015 goliatone
Licensed under the MIT license.

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago