We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
The text was updated successfully, but these errors were encountered:
@bestander close
The scale of this feature request means that it needs to go through the proper RFC process.
Sorry, something went wrong.
From first sight, this looks like an unnecessary complication but feel free to send RFC to discuss use cases
No branches or pull requests
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:
if I do testing I need to install:
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:
The text was updated successfully, but these errors were encountered: