Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ts-dev-stack

kmalakoff19kMIT1.22.1TypeScript support: included

Development stack for TypeScript libraries

tsds, dev, development, mocha, rollup, stack, test, typescript

readme

ts-dev-stack

Development stack for TypeScript libraries

For an example, check out parser-multipart

Example 1: CLI

# build
$ npm run build

# run coverage tests (default on "test/**/*.test.*" only) using c8
$ tsds coverage

# deploy library using np
$ tsds deploy

# format library using prettier
$ tsds format

# run tests on current version of node
$ tsds test:node

# run tests on browser only
$ tsds test:browser --config wtr.config.mjs