Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 410 Bytes

DEVELOP.md

File metadata and controls

21 lines (19 loc) · 410 Bytes

Develop

Setting up the dev environment

git clone https://github.com/tmkn/packageanalyzer.git
yarn install
yarn build

See Core Concepts for a quick tour around the code

Watch mode

yarn dev

Build

yarn build

Tests

Run tests

yarn test

Code Coverage

yarn test:coverage

Watch tests

yarn test:watch