Skip to content

[Yarn] Support for copy-pasting packages #48

@Juice10

Description

@Juice10

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions