mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 07:26:39 +00:00
932 B
932 B
title, description, position, category, menuTitle
| title | description | position | category | menuTitle |
|---|---|---|---|---|
| Repository structure | Repository structure | 3100 | Engineering | Repository structure |
We use Lerna to manage multi-packages. We have the following packages.
-
packages/nc-cli: A CLI to create NocoDB app. -
packages/nocodb-sdk: API client sdk of nocodb. -
packages/nc-gui: NocoDB Frontend. -
packages/nc-lib-gui: The build version ofnc-guiwhich will be used inpackages/nocodb. -
packages/nc-plugin: Plugin template. -
packages/noco-blog: NocoDB Blog which will be auto-released to nocodb/noco-blog. -
packages/noco-docs: NocoDB Documentation which will be auto-released to nocodb/noco-docs. -
packages/nocodb: NocoDB Backend, hosted in NPM.