david-cli

0.2.0 • Public • Published

david-cli

NPM

Notice

This release is identified as non-production ready.

Install

npm install -g david-cli

or

yarn global add david-cli

How to use it ?

To check one file

use '--package' flag

david-cli --package="path/to/package.json"

To check multiple files

Use '--packages' flag

david-cli --packages="path/to/package.json','path/to/package.json"

Export to a JSON file

Use '--json' flag

david-cli --json='path/to/export/filename.json'

Export to an HTML file

Use '--html' flag

david-cli --html='path/to/export/filename.html'

Displaying to CLI is the default behaviour

Use '--cli=false' flag to do not show it

david-cli --cli=false

Readme

Keywords

none

Package Sidebar

Install

npm i david-cli

Weekly Downloads

7

Version

0.2.0

License

MIT

Last publish

Collaborators