mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
888 B
23 lines
888 B
3 years ago
|
---
|
||
2 years ago
|
title: "Repository structure"
|
||
2 years ago
|
description: "Repository Structure"
|
||
1 year ago
|
hide_table_of_contents: true
|
||
3 years ago
|
---
|
||
|
|
||
|
We use ``Lerna`` to manage multi-packages. We have the following [packages](https://github.com/nocodb/nocodb/tree/master/packages).
|
||
|
|
||
|
- ``packages/nc-cli`` : A CLI to create NocoDB app.
|
||
|
|
||
3 years ago
|
- ``packages/nocodb-sdk``: API client sdk of nocodb.
|
||
3 years ago
|
|
||
|
- ``packages/nc-gui``: NocoDB Frontend.
|
||
|
|
||
|
- ``packages/nc-lib-gui``: The build version of ``nc-gui`` which will be used in ``packages/nocodb``.
|
||
|
|
||
|
- ``packages/nc-plugin``: Plugin template.
|
||
|
|
||
|
- ``packages/noco-blog``: NocoDB Blog which will be auto-released to [nocodb/noco-blog](https://github.com/nocodb/noco-blog).
|
||
|
|
||
|
- ``packages/noco-docs``: NocoDB Documentation which will be auto-released to [nocodb/noco-docs](https://github.com/nocodb/noco-docs).
|
||
|
|
||
|
- ``packages/nocodb``: NocoDB Backend, hosted in [NPM](https://www.npmjs.com/package/nocodb).
|