feat(generator): create custom generator to create new libs

This commit is contained in:
thomas
2023-06-15 22:59:44 +02:00
parent 3eebb0e498
commit a0560ed906
22 changed files with 3131 additions and 298 deletions

9
libs/cli/generators.json Normal file
View File

@@ -0,0 +1,9 @@
{
"generators": {
"app": {
"factory": "./src/generators/app/generator",
"schema": "./src/generators/app/schema.json",
"description": "app generator"
}
}
}