Skip to content

Add new feature: yarn background scripts [WIP]#107

Open
magicmark wants to merge 3 commits intoyarnpkg:masterfrom
magicmark:background_scripts
Open

Add new feature: yarn background scripts [WIP]#107
magicmark wants to merge 3 commits intoyarnpkg:masterfrom
magicmark:background_scripts

Conversation

@magicmark
Copy link

@magicmark magicmark commented Nov 11, 2018

Here's a stab at a crazy idea: yarn background scripts.

e.g.

"backgroundScripts": {
    "express-server": "nodemon lib/index.js",
    "babel-compiler": "yarn build --watch",
    "mock-json-server": "json-server --watch db.json"
}

enables:

example status API

It's not unlikely that we decide this feature doesn't belong in yarn, but I think there could be some benefits to doing so, as detailed in the RFC.

This is an early stage RFC - at this stage, trying to gauge at a high level if this feature belongs in yarn or not.

Thanks!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant