1.4.0 • Published 4 years ago

libcheck v1.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

libcheck

Check the following.

  • Multi version installed.
  • 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

  • yarn.lock
  • package-lock.json
  • other?

License

libcheck is MIT licensed.

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago