aboutsummaryrefslogtreecommitdiff
path: root/index.js
AgeCommit message (Collapse)AuthorFilesLines
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