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
- Host: GitHub
- URL: https://github.com/githubfoam/yarn_sandbox
- Owner: githubfoam
- License: gpl-3.0
- Created: 2020-10-28T07:19:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T11:46:59.000Z (about 5 years ago)
- Last Synced: 2025-03-30T05:42:16.300Z (9 months ago)
- Topics: yarn, yarn-workspaces
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yarn_sandbox
yarn build workspaces
[](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
~~~~