tsbb

v0.0.9
Zero-config CLI for TypeScript node.js application development.
typescript babel node.js

tsc

tsc -p ./ --types --outDir lib

test

node lib/command/tsbb.js test

build

npm run tsc

start

npm run tsc -- --watch

prepare

npm run build

coverage

node lib/command/tsbb.js test --coverage

type-check

tsc --noEmit

build:types

tsc -p ./ -t es2015 --types --emitDeclarationOnly --outDir lib

Metadata

  • MIT
  • Whatever
  • kenny wang
  • released 5/11/2019

Downloads

Maintainers