Skip to content
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

[Feature]: support table report-type like yarn audit #132

Open
tjx666 opened this issue Feb 28, 2020 · 1 comment
Open

[Feature]: support table report-type like yarn audit #132

tjx666 opened this issue Feb 28, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tjx666
Copy link

tjx666 commented Feb 28, 2020

yarn audit report:

screenshot_2020-02-28_15-06-31

npx audit-ci -m report:

screenshot_2020-02-28_15-07-57

The form of table report is more intuitive and clear.
I think the --report-type option can privide a table choice to implement this.

@quinnturner quinnturner added enhancement New feature or request good first issue Good for newcomers labels Feb 28, 2020
@quinnturner
Copy link
Member

Thanks for filing this feature request 😄 I am open to improved reporting types and agree that the table format is more readable.

Here is Yarn's implementation of the console reporter: https://github.com/yarnpkg/yarn/blob/master/src/reporters/console/console-reporter.js

Underneath the hood, Yarn uses cli-table3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants