libcheck
v1.4.0
Published
Check the health of npm libraries installed with yarn or npm.
Downloads
17
Readme
libcheck
Check the following.
- [x] Multi version installed.
- [x] Monorepo
Install
yarn add -D libcheckUsage
Generate HTML report
before install
yarn add react react-domlibcheck --input ./yarn.lock --html ./report.html --pattern "[String RegExp]"DEMO: https://himenon.github.io/node-libcheck/
Generate JSON
libcheck --input ./yarn.lock --html ./report.html --pattern "[String RegExp]"Test
libcheck --input ./yarn.lock --pattern "[String RegExp]" --testSelect target
--pattern: test target (JS RegExp)--skip: test skip target (JS RegExp)
TODO
features
- [x] yarn.lock
- [ ] package-lock.json
- [ ] other?
License
libcheck is MIT licensed.
