0.2.0 • Published 9 years ago
david-cli v0.2.0
david-cli
Notice
This release is identified as non-production ready.
Install
npm install -g david-clior
yarn global add david-cliHow 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