@flowaccount/nx-aws-cdk
Version:
aws-cdk executors and generators for nx workspace
21 lines (20 loc) • 732 B
JSON
{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"name": "@flowaccount/nx-aws-cdk",
"generators": "./generators.json",
"version": "0.0.1",
"schematics": {
"app-serverless": {
"factory": "./src/schematics/application/app#appSchematic",
"schema": "./src/schematics/application/schema.json",
"description": "Serverless application schematics, to create a serverless cdk stack on AWS"
},
"init": {
"factory": "./src/schematics/init/init",
"schema": "./src/schematics/init/schema.json",
"description": "nx aws-cdk initiation schematics. Installs aws-cdk to your repository",
"aliases": ["init-aws-cdk"],
"hidden": true
}
}
}