npm-consider
npm-consider copied to clipboard
Option for showing dependency graph when you using --test
Would be nice to be able to print the dependency graph when you integrate this on a CI environment. Something like
npm-consider install --production --test --details
## OR
npm-consider install --production --test_details
This way you get more details instead of just a success or an error with short details.