Add option to open generated report
nikolay-borzov opened this issue ยท 4 comments
nikolay-borzov commented
Similar to what webpack-bundle-analyzer
does.
open
package can be used to open a generated report.
nprail commented
It looks like webpack-bundle-analyzer
actually creates a little webserver to do this. Is that what you are looking for or should opening the audit-report.html
from the file system?
I definitely do like the idea of adding that option as a convenience ๐
nikolay-borzov commented
Right, just opening audit-report.html
using the default browser. It seems like natural action when generating report on a local machine
nprail commented
๐ This issue has been resolved in version 1.5.0 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐
nikolay-borzov commented
Would be great if you add --open
flag description to the README