tracerbench

v2.3.0
CLI for Tracerbench
oclif

lint

tslint -p tsconfig.json

prepare

yarn build && yarn build:schema

prepack

yarn build && oclif-dev manifest && oclif-dev readme

test

yarn lint && nyc --extension .ts mocha "test/commands/**/*.test.ts" "test/helpers/**/*.test.ts" "test/command-config/**/*.test.ts"

test:helpers

nyc --extension .ts mocha "test/helpers/**/*.test.ts"

version

oclif-dev readme && git add README.md

build

rm -rf ./dist && tsc -b && yarn copystatic && yarn lint

build:schema

typescript-json-schema "src/command-config/tb-config.ts" ITBConfig --out ./tb-schema.json

copystatic

cp -a ./src/static ./dist/src

Metadata

Downloads