tracerbench

v3.1.1
CLI for TracerBench
oclif

lint

eslint -c .eslintrc.js --ext .ts .

prepare

yarn build

prepack

yarn build && yarn build:schema

test

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

oclif

oclif-dev manifest && oclif-dev readme

build

rm -rf ./dist && tsc -b && yarn copystatic && yarn oclif && 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