-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to save report to file #257
Comments
I just thought the same thing. |
It has 👍 |
A quick fix is to simply run |
@stigperez I'm on unix and just tried that (again) and it was not working as expected for me, I guess the command is expecting since the command is expecting an interactive terminal, so it wouldn't write all the data into the file since ... maybe my shell was to small? so what do I do if I have more dependencies that haven an update then do fit on my screen...? Also it doesn't end so I need to
(moving the cursor up and down appends "the whole terminal screen" to the file...) |
+1 on markdown (or as an intermediate step json) support. we post the result of npm-check automatically to Github Enterprise, which basically works, but i would love to have some more customizing functions for the output, which is hard to do in its current form .. |
It would be nice to have an option to just output the report to a file... json yaml or wharever.
One could obviously wrap npm-check and use its API (as per the readme) but may be something like
npm-check --json
seems better that yet another wrapper module.The text was updated successfully, but these errors were encountered: