2022.12 #133

Merged
edraft merged 85 commits from 2022.12 into master 2022-12-25 11:58:35 +01:00
Showing only changes of commit 4fbb3ec838 - Show all commits

View File

@ -87,17 +87,17 @@
Install the CPL package Install the CPL package
```sh ```sh
pip install sh_cpl --extra-index-url https://pip.sh-edraft.de pip install cpl --extra-index-url https://pip.sh-edraft.de
``` ```
Install the CPL CLI Install the CPL CLI
```sh ```sh
pip install sh_cpl-cli --extra-index-url https://pip.sh-edraft.de pip install cpl-cli --extra-index-url https://pip.sh-edraft.de
``` ```
Create workspace: Create workspace:
```sh ```sh
cpl new <console|library> <PROJECT NAME> cpl new <console|library|unittest> <PROJECT NAME>
``` ```
Run the application: Run the application:
@ -110,7 +110,7 @@ cpl start
<!-- ROADMAP --> <!-- ROADMAP -->
## Roadmap ## Roadmap
See the [open issues](https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib/issues) for a list of proposed features (and known issues). See the [open issues](https://git.sh-edraft.de/sh-edraft.de/sh_cpl/issues) for a list of proposed features (and known issues).
@ -139,7 +139,7 @@ Distributed under the MIT License. See [LICENSE] for more information.
Sven Heidemann - sven.heidemann@sh-edraft.de Sven Heidemann - sven.heidemann@sh-edraft.de
Project link: [https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib](https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib) Project link: [https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib](https://git.sh-edraft.de/sh-edraft.de/sh_cpl)
<!-- External LINKS --> <!-- External LINKS -->
[pip_url]: https://pip.sh-edraft.de [pip_url]: https://pip.sh-edraft.de
@ -147,7 +147,7 @@ Project link: [https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib](https://g
[pip]: https://pypi.org/project/pip/ [pip]: https://pypi.org/project/pip/
<!-- Internal LINKS --> <!-- Internal LINKS -->
[project]: https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib [project]: https://git.sh-edraft.de/sh-edraft.de/sh_cpl
[quickstart]: https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib/wiki/quickstart [quickstart]: https://git.sh-edraft.de/sh-edraft.de/sh_cpl/wiki/quickstart
[contributing]: https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib/wiki/contributing [contributing]: https://git.sh-edraft.de/sh-edraft.de/sh_cpl/wiki/contributing
[license]: LICENSE [license]: LICENSE