mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
15 lines
437 B
JSON
15 lines
437 B
JSON
{
|
|
"generators": {
|
|
"lib": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|