Files
nocodb/packages/noco-docs/docs/150.engineering/020.repository-structure.md
2025-05-26 20:14:59 +05:30

813 B

title, description, tags, hide_table_of_contents
title description tags hide_table_of_contents
Repository structure Repository Structure
Engineering
true

We use Lerna to manage multi-packages. We have the following packages.

  • packages/nocodb-sdk: API client sdk of nocodb.

  • packages/nc-gui: NocoDB Frontend.

  • packages/nc-lib-gui: The build version of nc-gui which will be used in packages/nocodb.

  • 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.