command-interface

v3.0.5
Build powerful command-line interfaces from simple ES6 modules.

test

sh sh/test.sh

tdd

yarn run test -- --reporter min --watch

example

node ./lib/examples

lint

node node_modules/tslint/bin/tslint 'src/**/*.ts{,x}' --format verbose

build

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

prepublish

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

Metadata

  • MIT
  • Whatever
  • Phil Cockfield
  • released 4/30/2017

Downloads