Skip to content

dassiorleando/routineless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 3.7%
  • Shell 0.3%