ts-std-lib

v1.1.0
A standard library for typescript

build

tsc --build

clean

clean-dest -s ./src -d ./dist --file-map ./scripts/clean-dest --permanent --verbose

test

c8 --all mocha dist/**/*.spec.js

lint

eslint src/**/*.ts

watch-build

tsc --watch

watch-clean

nodemon --watch ./src -e ts --exec npm run-script clean

watch-test

nodemon --watch ./dist -e js --exec npm run-script test

watch-lint

nodemon --watch ./src -e ts --exec npm run-script lint

docs

jsdoc2md dist/**/*.js > API.md

Metadata

  • MIT
  • 13.6.1
  • Sean Sobey
  • released 3/10/2020

Downloads

Maintainers