Skip to content

thebiltheory/suave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suave codecov

/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/.

cd packages/design-system

Then run the following line, which will add a dependency to @suave/web/package.json

lerna add @suave/design-system --scope=@suave/web

Add a common dependency to all packages