feat(challenge26): generator feature component

This commit is contained in:
thomas
2023-06-26 22:30:15 +02:00
parent d31ea29032
commit 2a8b8ea59e
17 changed files with 349 additions and 1 deletions

View File

@@ -4,6 +4,11 @@
"factory": "./src/generators/custom-library/generator",
"schema": "./src/generators/custom-library/schema.json",
"description": "extends library from nx/cli"
},
"feature-component": {
"factory": "./src/generators/feature-component/generator",
"schema": "./src/generators/feature-component/schema.json",
"description": "feature-component generator"
}
}
}