tsbb

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

tsc

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

test

node lib/command/tsbb.js test

build

npm run tsc && npm run build:types

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/20/2019

Downloads

Maintainers