@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
17 lines (16 loc) • 536 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add @doku-dev/doku-fragment library to the project and install dependencies.",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json"
},
"ng-add-setup-project": {
"private": true,
"description": "Sets up the project after dependencies have been installed",
"factory": "./ng-add/setup-project",
"schema": "./ng-add/schema.json"
}
}
}