diff --git a/libs/plugin/generators.json b/libs/plugin/generators.json index 863ba5d..d1488ec 100644 --- a/libs/plugin/generators.json +++ b/libs/plugin/generators.json @@ -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" + } + } }