tsbb

v2.0.4
TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.
typescript babel react node.js

tsc

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

test

node lib/command/tsbb.js test

build

npm run tsc

start

npm run tsc -- --watch

coverage

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

type-check

tsc --noEmit

Metadata

  • MIT
  • Whatever
  • kenny wang
  • released 1/23/2021

Downloads