Added cpl-mail
Some checks failed
Build on push / prepare (push) Successful in 9s
Build on push / core (push) Successful in 18s
Build on push / query (push) Successful in 25s
Build on push / translation (push) Failing after 8s
Build on push / mail (push) Successful in 14s

This commit is contained in:
2025-09-15 20:56:07 +02:00
parent 3b120370b8
commit 25b4ca0696
344 changed files with 4567 additions and 4946 deletions

View File

@@ -50,7 +50,7 @@ pip install cpl-query --extra-index-url https://pip.sh-edraft.de
## Create initial console app
You develop apps and packages in the context of an CPL project which is defined in an cpl_core.json.
You develop apps and packages in the context of an CPL project which is defined in an cpl.core.json.
1. Run the CLI command ```cpl new console``` and provide the name my-app, as shown here:
@@ -64,7 +64,7 @@ The CLI create a new workspace and a simple 'Hello World' app, ready to run.
## Create initial library
You develop apps and packages in the context of an CPL project which is defined in an cpl_core.json.
You develop apps and packages in the context of an CPL project which is defined in an cpl.core.json.
1. Run the CLI command ```cpl new library``` and provide the name my-lib, as shown here: