1.4.0 • Published 6 years ago
libcheck v1.4.0
libcheck
Check the following.
- Multi version installed.
- 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
- yarn.lock
- package-lock.json
- other?
License
libcheck is MIT licensed.