https://github.com/thebiltheory/suave
Featherweight monorepo starter kit.
https://github.com/thebiltheory/suave
ci codecoverage create-react-library lerna monorepo react starter starter-template workspace
Last synced: about 1 month ago
JSON representation
Featherweight monorepo starter kit.
- Host: GitHub
- URL: https://github.com/thebiltheory/suave
- Owner: thebiltheory
- Created: 2019-07-19T14:05:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:03:46.000Z (over 2 years ago)
- Last Synced: 2025-02-14T00:14:36.064Z (3 months ago)
- Topics: ci, codecoverage, create-react-library, lerna, monorepo, react, starter, starter-template, workspace
- Homepage:
- Size: 1.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Suave [](https://codecov.io/gh/thebiltheory/suave)
/swɑːv/A monorepo repo to start your project smoothly.
### What's in this repo
- [ ] CI for different repos.
- [ ] Codecoverage#### Add a local sibling package as dependency
cd into the repository you would like to add as a dependency.
E.g. I would like the `design-system/` as dependency of `web/`.```bash
cd packages/design-system
```Then run the following line, which will add a dependency to `@suave/web/package.json`
```bash
lerna add @suave/design-system --scope=@suave/web
```#### Add a common dependency to all packages