aboutsummaryrefslogtreecommitdiff
path: root/index.js
AgeCommit message (Collapse)AuthorFilesLines
2019-11-20ES6Nick Merwin1-11/+18
* remove unused variables * move `require`s at the top * check for prototype built-ins * run in strict mode * always check for error values in tests * make style consistent * mark Node.js 6 as the minimum supported version in package.json * Use the arrow return syntax * logger.js: use `Boolean` to make the intention clearer. * Use the rest params instead of arguments. * test/getOptions.js: beautify git data. * Update logger.js Remove `hasDebugEnvVariable` function; it's just a `process.env` check * Create .jshintrc
2015-12-10Use minimist to parse command line optionsAnna Henningsen1-0/+9
The command line options are made available as a object via `index.options`
2013-09-06Added getBaseOptions export to index.jsMatthew J. Morrison1-0/+1
2013-09-06export both getOptions and getBaseOptions from getOptions.jsMatthew J. Morrison1-1/+1
Also updated index.js to prevent any breaking API changes and added tests around both getOptions and getBaseOptions.
2013-07-27use blanket instead of jscoverageGabe Hayes1-3/+0
2013-06-22improved testing.cainus1-0/+1
2013-06-19add jshint.cainus1-1/+0
2013-06-02refactored options parsing out.cainus1-0/+2
2013-05-29refactored for better testability.cainus1-0/+7
2013-03-21working-ish!cainus1-184/+0
2013-03-14prototype work in progress.cainus1-0/+184