Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 409 Bytes

Monorepo Playground

We have 3 packages:

  • utils (internal)
  • ui (external)
  • components (external)

The ui package is depended on the utils, and the components package depended on the ui and utils packages.

Only the ui and components package should be published to NPM, so they can be cosumed by others. The utils package, on the other hand, is meant to be used only in this repository, hence "internal".