eslint-config-auto icon indicating copy to clipboard operation
eslint-config-auto copied to clipboard

[Yarn] Support for copy-pasting packages

Open Juice10 opened this issue 2 years ago • 0 comments

It would be great if we could go from the message:

npm install ${notInstalled.map((pkg) => atLatest(pkg)).join(' ')} --save-dev

to

yarn add -D ${notInstalled.map((pkg) => atLatest(pkg)).join(' ')}

If a yarn.lock file exists in the projects root directory.

Juice10 avatar Apr 09 '22 12:04 Juice10