@apployees-nx/webserver
Version:
A create-react-app inspired plugin for Nx, with SSR and PWA capabilities.
22 lines (20 loc) • 551 B
JSON
{
"name": "apployees-nx/webserver",
"version": "0.1",
"extends": ["@nrwl/workspace"],
"schematics": {
"init": {
"factory": "./schematic-init",
"schema": "./schematics/init/schema.json",
"description": "Initialize the @apployees-nx/webserver plugin",
"aliases": ["ng-add"],
"hidden": true
},
"application": {
"factory": "./schematic-application",
"schema": "./schematics/application/schema.json",
"aliases": ["app"],
"description": "Create a webserver application"
}
}
}