Gathering detailed insights and metrics for @crabas0npm/quibusdam-modi-sit
Gathering detailed insights and metrics for @crabas0npm/quibusdam-modi-sit
npm install @crabas0npm/quibusdam-modi-sit
Typescript
Module System
Node Version
NPM Version
54.5
Supply Chain
48.1
Quality
75.5
Maintenance
100
Vulnerability
100
License
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
50%
6
Compared to previous month
Last year
0%
107
Compared to previous year
33
This libs are using npm workspaces to achieve mono-repo multi-packages
1npm ci
1npm run generate -- "<name-of-package>"
Dependencies & devDependencies are installed into your new package with
1npm i some-package -w packages/consumer
To in make internal dependencies, do:
1npm i ./packages/target -w packages/<name-of-package>
From root run
1npm run test 2npm run build
These commands will test and build all the packages respectively
The npm-script ws:version will ensure version and tagging are done right:
1npm run ws:version:set:package --package=packages/<name-of-package> --bump=<new-version-number>
or as a bump action
1npm run ws:version:set:all <major|minor|patch....> 2
1npm run build 2npm publish --workspace @hansogj/<name-of-package> 3
or
1npm run build 2npm publish --ws 3
No vulnerabilities found.
No security vulnerabilities found.