0.2.0 • Published 7 years ago

david-cli v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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
0.2.0

7 years ago

0.1.423

7 years ago

0.1.42

7 years ago

0.1.41

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago