create-wirejs-deploy-cdk
v0.1.207
Published
Initializes CDK deployment configuration for wirejs apps.
Readme
create-wirejs-deploy-cdk
Experimental: WireJS is an experimental hobby project and is not production software. For a professionally supported project in a similar spirit, see AWS Blocks, which benefits from lessons and ideas explored here.
Scaffolding CLI that sets up CDK-based deployment for wirejs apps using GitHub Actions.
Usage
From your wirejs app directory:
npm create wirejs-deploy-cdkThis will:
- Create GitHub Actions workflows:
.github/workflows/deploy.yml(main + release/* deploy lanes).github/workflows/promote-prod.yml(manual main -> release/prod promotion)
- Add CDK deployment documentation to your project
Requirements
- A GitHub repository for your app
- AWS credentials added to your GitHub repository secrets (see instructions after running)
