Skip to content
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

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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
1 participant