mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 21:33:02 -05:00
feat(challenge25): extends Nx custom library
This commit is contained in:
9
libs/custom-plugin/generators.json
Normal file
9
libs/custom-plugin/generators.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"generators": {
|
||||
"lib": {
|
||||
"factory": "./src/generators/custom-library/generator",
|
||||
"schema": "./src/generators/custom-library/schema.json",
|
||||
"description": "extends library from nx/cli"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user