mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat(generator): create custom generator to create new libs
This commit is contained in:
9
libs/cli/generators.json
Normal file
9
libs/cli/generators.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"generators": {
|
||||
"app": {
|
||||
"factory": "./src/generators/app/generator",
|
||||
"schema": "./src/generators/app/schema.json",
|
||||
"description": "app generator"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user