npm with Node.js version 18.0.0 or higher
In the root directory
npm install
In a specific component
npm run start
npm run test
// or
npm run test:watch
npm run lint
npm run format
npm run test
npm run analyze
Monorepo - root directory
If you want to analyze, format, lint and test ALL your code you can run from the root directory:
npm run analyze
// or
npm run lint
// or
npm run format
// or
npm run test
Detailed changes for each version are documented in the CHANGELOG file