Skip to content

Proposal: package suites #1301

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

Closed
inikulin opened this issue Oct 20, 2016 · 2 comments
Closed

Proposal: package suites #1301

inikulin opened this issue Oct 20, 2016 · 2 comments

Comments

@inikulin
Copy link
Contributor

Do you want to request a feature or report a bug?
Feature

What is the current behavior?
I find myself installing the same set of packages other and other again. E.g. if I need babel I do:

yarn add babel babel-preset-es2015 babel-plugin-transform-runtime babel-preset-stage-2

if I do testing I need to install:

yarn add mocha chai

and so on..
What is the expected behavior?
It would be nice if I'll be able to create lists of packages and install them all via one command, e.g.

yarn suite create "babel" babel babel-preset-es2015 babel-plugin-transform-runtime babel-preset-stage-2

Then it can be used like this:

yarn suite add babel
@gsklee
Copy link
Contributor

gsklee commented May 22, 2017

@bestander close

The scale of this feature request means that it needs to go through the proper RFC process.

@bestander
Copy link
Member

From first sight, this looks like an unnecessary complication but feel free to send RFC to discuss use cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants