@handy-common-utils/dev-dependencies-common
v1.14.3
Published
This package contains dependencies that are common between @handy-common-utils/dev-dependencies-jest and @handy-common-utils/dev-dependencies-mocha
Maintainers
Readme
@handy-common-utils/dev-dependencies-common
A shared set of recommended development dependencies for TypeScript projects.
This package is designed to speed up project setup by providing a consistent baseline of dev tooling across projects.
Usage
You can use this package directly if you don't need a testing framework, or if you prefer to choose and configure your own. Just add it as a dev-dependency of your project:
npm install -D @handy-common-utils/dev-dependencies-commonIn most cases, however, you'll likely want to use one of the following packages that are built on top of it:
- @handy-common-utils/dev-dependencies-mocha - Adds
Mocha,Chai, andc8for testing and coverage. - @handy-common-utils/dev-dependencies-jest - Adds
Jestfor testing and coverage.
