0.1.0 • Published 9 years ago

docopt-cleanse v0.1.0

Weekly downloads
13
License
MIT
Repository
github
Last release
9 years ago

node-docopt-cleanse Travis-CI.org Build Status Coveralls.io Coverage Rating

Clean up your docopt options

Example

var docoptCleanse = require('docopt-cleanse');

var options = {
  '--some-option': '1234'          // returned by docopt()
};

var cleansed = docoptCleanse(options);

console.log(cleansed.someOptions); // 1234

License

Licensed under the MIT License. You can find a copy of it in LICENSE.