An open API service indexing awesome lists of open source software.

https://github.com/githubfoam/yarn_sandbox

yarn build workspaces
https://github.com/githubfoam/yarn_sandbox

yarn yarn-workspaces

Last synced: 4 months ago
JSON representation

yarn build workspaces

Awesome Lists containing this project

README

          

# yarn_sandbox
yarn build workspaces

[![Build Status](https://travis-ci.com/githubfoam/yarn_sandbox.svg?branch=main)](https://travis-ci.com/githubfoam/yarn_sandbox)

~~~~

Workspaces
The Yarn workspaces aim to make working with monorepos easy, solving one of the main use cases for yarn link in a more declarative way. In short, they allow multiple of your projects to live together in the same repository AND to cross-reference each others - any modification to one's source code being instantly applied to the others.
https://yarnpkg.com/features/workspaces

~~~~