Added cpl-cli

This commit is contained in:
2025-10-09 17:17:39 +02:00
parent c02903b009
commit 0a6a17acf6
25 changed files with 901 additions and 0 deletions

11
cpl.workspace.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "cpl",
"projects": [
"src/cpl-core/cpl.project.json",
"src/cpl-cli/cpl.project.json"
],
"defaultProject": "cpl-cli",
"scripts": {
"format": "black src"
}
}