UNPKG

@nstudio/ionic

Version:

Ionic Plugin for xplat

26 lines (25 loc) 709 B
{ "name": "nstudio/ionic", "version": "0.1", "extends": ["@nstudio/xplat"], "schematics": { "ng-add": { "factory": "./src/schematics/ng-add", "schema": "./src/schematics/ng-add/schema.json", "description": "Add xplat ionic to an existing Nx Workspace.", "hidden": true }, "application": { "factory": "./src/schematics/application", "schema": "./src/schematics/application/schema.json", "aliases": ["app"], "description": "Create an Ionic app." }, "xplat": { "factory": "./src/schematics/xplat", "schema": "./src/schematics/xplat/schema.json", "description": "Add xplat for Ionic.", "hidden": true } } }