Skip to content

Commit

Permalink
fix: map generators and schematics to generators.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jan 31, 2023
1 parent 93b39d8 commit 3b80b30
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion libs/plugin/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
"$schema": "http://json-schema.org/schema",
"name": "plugin",
"version": "0.0.1",
"generators": {}
"generators": {
"init": {
"factory": "./src/generators/init/init",
"schema": "./src/generators/init/schema.json",
"description": "Init Angular Three Soba"
}
},
"schematics": {
"ng-add": {
"factory": "./src/generators/init/compat",
"schema": "./src/generators/init/schema.json",
"description": "Add Angular Three Soba"
}
}
}

0 comments on commit 3b80b30

Please # to comment.