Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 252 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 252 Bytes

Scaffold a mono repo

npm init -y -w packages/plugin1 -w packages/plugin2 -w packages/shared
%%{init: {'theme': 'neutral' } }%%
graph LR
A[mono repo] --> B[plugin1]
A[mono repo] --> B[plugin2]
A[mono repo] --> B[shared]
Loading