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.

16 lines (15 loc) 468 B
{ "$schema": "../../node_modules/@angular-devkit/architect/src/builders-schema.json", "builders": { "deploy": { "implementation": "./src/builders/deploy/builder", "schema": "./src/builders/deploy/schema.json", "description": "deploy infrastructure" }, "destroy": { "implementation": "./src/builders/destroy/builder", "schema": "./src/builders/destroy/schema.json", "description": "Destroy infrstructure" } } }