Skip to content

Commit 07cc35a

Browse files
committed
docs: Adjust README.md to reflect the new monorepo setup
1 parent b6eef24 commit 07cc35a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
- [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md)
2828
- [Roadmap](https://github.com/UI5/cli/issues/701)
2929

30-
## Modules
30+
## Packages
3131

32-
UI5 CLI consists of multiple modules. Each one is managed in a separate repository:
32+
UI5 CLI consists of multiple packages managed within this monorepo:
3333

34-
- [ui5-cli](https://github.com/SAP/ui5-cli): UI5 Command Line Interface, utilizing all of the following modules
35-
- [ui5-project](https://github.com/SAP/ui5-project): Modules for building a UI5 project's dependency tree, including configuration
36-
- [ui5-server](https://github.com/SAP/ui5-server): Modules for running a UI5 development server
37-
- [ui5-builder](https://github.com/SAP/ui5-builder): Modules for building UI5 projects
38-
- [ui5-fs](https://github.com/SAP/ui5-fs): UI5 specific file system abstraction
39-
- [ui5-logger](https://github.com/SAP/ui5-logger): Internal logging module
34+
- **packages/cli**: UI5 Command Line Interface, utilizing all of the following packages
35+
- **packages/project**: Modules for building a UI5 project's dependency tree, including configuration
36+
- **packages/server**: Modules for running a UI5 development server
37+
- **packages/builder**: Modules for building UI5 projects
38+
- **packages/fs**: UI5 specific file system abstraction
39+
- **packages/logger**: Internal logging module
4040

4141
**Usage Overview** *(arrows indicate dependencies)*
4242
![Module Overview](./docs/images/Module_overview.png)

0 commit comments

Comments
 (0)