triwats / routineless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

standard-readme compliant License: MIT Typescript codecov Semantic Release Commitizen friendly

@routineless

A set of utilities to simplify aws applications development, testing and deployment.

@routineless/nx-aws-cdk

Routineless nx-aws-cdk is a tool to generate boilerplate structure for cloud backend application managed by cdk.

For detailed documentation navigate to the package.

create-aws-cdk-app

Executable package that utilizes @routineless/nx-aws-cdk plugin to generate initial project structure.

Usage

npx create-aws-cdk-app <workspace-name>

Local testing

In order to test plugin locally deploy local npm registry using docker-compose in docker dir.

run npm run publish:local to publish routineless to the local registry.

run npm_config_registry=http://localhost:4873 npx create-aws-cdk-app@local test-workspace to generate workspace with routineless aws cdk preset.

About

License:MIT License


Languages

Language:TypeScript 96.2%Language:JavaScript 3.5%Language:Shell 0.3%