libcheck
v1.4.0
Published
Check the health of npm libraries installed with yarn or npm.
Downloads
11
Readme
libcheck
Check the following.
- [x] Multi version installed.
- [x] Monorepo
Install
yarn add -D libcheck
Usage
Generate HTML report
before install
yarn add react react-dom
libcheck --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]" --test
Select 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.