|
7 | 7 | [](https://api.reuse.software/info/github.com/UI5/cli) |
8 | 8 | [](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com) |
9 | 9 | [](CODE_OF_CONDUCT.md) |
| 10 | +[](https://coveralls.io/github/UI5/cli) |
10 | 11 |
|
11 | 12 | This repository contains the current **development state** of the upcoming UI5 CLI v5 release. |
12 | 13 | Note that previous versions (up to v4) are maintained in [dedicated repositories](https://github.com/UI5/cli/tree/v4?tab=readme-ov-file#modules). |
@@ -34,14 +35,12 @@ Note that previous versions (up to v4) are maintained in [dedicated repositories |
34 | 35 |
|
35 | 36 | UI5 CLI consists of multiple packages managed within this monorepo: |
36 | 37 |
|
37 | | -| Package | NPM | Coverage | Description | |
38 | | -| - | - | - | - | |
39 | | -| **packages/cli** | [](https://npmjs.com/package/@ui5/cli) | [](https://coveralls.io/github/UI5/cli) | UI5 Command Line Interface, utilizing all of the following packages | |
40 | | -| **packages/project** | [](https://npmjs.com/package/@ui5/project) | [](https://coveralls.io/github/UI5/cli) | Modules for building a UI5 project's dependency tree, including configuration | |
41 | | -| **packages/server** | [](https://npmjs.com/package/@ui5/server) | [](https://coveralls.io/github/UI5/cli) | Modules for running a UI5 development server | |
42 | | -| **packages/builder** | [](https://npmjs.com/package/@ui5/builder) | [](https://coveralls.io/github/UI5/cli) | Modules for building UI5 projects | |
43 | | -| **packages/fs** | [](https://npmjs.com/package/@ui5/fs) | [](https://coveralls.io/github/UI5/cli) | UI5 specific file system abstraction | |
44 | | -| **packages/logger** | [](https://npmjs.com/package/@ui5/logger) | [](https://coveralls.io/github/UI5/cli) | Internal logging module | |
| 38 | +- **packages/cli**: UI5 Command Line Interface, utilizing all of the following packages |
| 39 | +- **packages/project**: Modules for building a UI5 project's dependency tree, including configuration |
| 40 | +- **packages/server**: Modules for running a UI5 development server |
| 41 | +- **packages/builder**: Modules for building UI5 projects |
| 42 | +- **packages/fs**: UI5 specific file system abstraction |
| 43 | +- **packages/logger**: Internal logging module |
45 | 44 |
|
46 | 45 | **Usage Overview** *(arrows indicate dependencies)* |
47 | 46 |  |
|
0 commit comments