@o3r/pipeline
Version:
A package that provides toolchain related helpers.
15 lines (14 loc) • 403 B
JSON
{
"$schema": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular_devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add Otter Pipeline to the project.",
"factory": "./schematics/ng-add/index#ngAdd",
"schema": "./schematics/ng-add/schema.json",
"aliases": [
"install",
"i"
]
}
}
}