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

Support for npm/yarn install dep-1 dep-2 dep-3 lines #760

Open
fregante opened this issue Jan 8, 2020 · 0 comments
Open

Support for npm/yarn install dep-1 dep-2 dep-3 lines #760

fregante opened this issue Jan 8, 2020 · 0 comments
Labels

Comments

@fregante
Copy link
Collaborator

fregante commented Jan 8, 2020

Kinda of rare I think, but sometimes I want to check out all the dependencies a module suggests to install. Examples:

https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/README.md#installation

$ yarn add -D eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin

https://github.com/xojs/eslint-config-xo-react#install

$ npm install --save-dev eslint-config-xo eslint-config-xo-react eslint-plugin-react eslint-plugin-react-hooks

Most of the times however these lines only listthe same package you're viewing.

@fregante fregante changed the title Add support for npm/yarn install dep-1 dep-2 dep-3 lines Support for npm/yarn install dep-1 dep-2 dep-3 lines Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants