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

6
libs/cli/package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "@angular-challenges/cli",
"version": "0.0.1",
"type": "commonjs",
"generators": "./generators.json"
}