UNPKG

@dev-thought/nx-deploy-it

Version:

[![npm version](https://badge.fury.io/js/%40dev-thought%2Fnx-deploy-it.svg)](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?color=blue&style=flat-square)](http://opensource.

19 lines (18 loc) 515 B
{ "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json", "name": "nx-deploy-it", "version": "0.0.1", "schematics": { "scan": { "factory": "./src/schematics/scan/schematic", "schema": "./src/schematics/scan/schema.json", "description": "scan schematic", "aliases": ["ng-add"] }, "init": { "factory": "./src/schematics/init/schematic", "schema": "./src/schematics/init/schema.json", "description": "init schematic" } } }