Utilities for Javascript front-end projects with React and Redux
- node version 16
- npm version 8
git clone https://github.com/cstn/rocklab-utils.git
npm install
npm run lerna:bootstrap
Install all dependencies
npm install
npm run lerna:bootstrap
Check own code conventions
npm run lint
Autoformat code
npm run prettier
Publish a new version
npm run publish
Publish a new version manually
npm run version
npm run publish -- from-package
Create a release
npm run release