command-interface

v2.1.4
A pretty command-line interface from ES6 modules.

example

node ./lib/examples

test

./node_modules/mocha/bin/mocha --opts mocha.opts

tdd

npm run test -- --reporter min --watch

lint

./node_modules/tslint/bin/tslint src/*.ts{,x} src/**/*.ts{,x}

build

rm -rf ./lib && ./node_modules/typescript/bin/tsc

prepublish

npm test && npm run lint && npm run build

Metadata

  • MIT
  • Whatever
  • Phil Cockfield
  • released 7/8/2016

Downloads

Maintainers