Skip to content

L2D2Grafana/mono-repo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published