tsbb

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

tsc

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

build

npm run tsc

start

npm run tsc -- --watch

prepare

npm run build

type-check

tsc --noEmit

build:types

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

Metadata

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

Downloads

Maintainers