JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q52919F
  • License MIT

This package will initialize a cdk project with useful boiler plate code

Package Exports

  • soufan-cdk-init
  • soufan-cdk-init/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (soufan-cdk-init) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

soufan-cdk-init

This is a small extension to cdk init app --language=typescript command. Our new command will restructure your project tree into a more convenient structure

Installation

npm i soufan-cdk-init -g

Usage

Use the following command to generate your cdk app:

soufan-cdk-init {project-name}

Prerequisites

  • Node JS v14
  • AWS CLI v2 configured

Project Structure

alt text