@angular-plugins/stryker
Version:
Stryker Plugin for Angular and Nx Repos
17 lines • 537 B
JSON
{
"name": "Angular Stryker Plugin",
"version": "0.1",
"schematics": {
"init": {
"factory": "./src/schematics/init/init",
"schema": "./src/schematics/init/schema.json",
"description": "Initialize the Angular Stryker plugin",
"hidden": true
},
"stryker-project": {
"factory": "./src/schematics/stryker-project/stryker-project",
"schema": "./src/schematics/stryker-project/schema.json",
"description": "Add Stryker configuration to a project"
}
}
}