rfcs
rfcs copied to clipboard
RFCs for changes to Yarn
From the RFC summary: > This RFC proposes the addition of a new optional environment variable recognized by Yarn to allow users to specify the path of one or more...
⚠️ ⚔️ FYI I’d love to work on this, but didn’t want to start before this was agreed upon and how it would work.
Unpublished packages currently cause pain for yarn users. A recommended approach ends up being to [delete yarn.lock and re-generate it](https://github.com/yarnpkg/yarn/issues/6702#issuecomment-442314783), which can cause a huge amount of dependencies to change...
## Overview This RFC is to add event hooks into yarn install to enable tighter control of the installation process. My team gained interest in these changes to implement a...
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...
I'm still scoping the possible implementation of this. This is early stage, but I would appreciate any early feedback on this concept! (https://github.com/yarnpkg/yarn/issues/2543)
https://github.com/yarnpkg/yarn/issues/3330
- Start Date: 2018-08-23 - RFC PR: (leave this empty) - Yarn Issue: (leave this empty) # Summary Add new subcommand, `yarn replace`, which removes one package and adds one...