Skip to main content

This project provides a projen project type providing presets for an AWS CDK construct library project

Project description

GitHub npm (scoped) PyPI GitHub Workflow Status (branch) GitHub release (latest SemVer)

Projen awscdk-app-ts

This project provides a projen project type providing presets for an AWS CDK construct library project.

Getting started

To create a new project, run the following command and follow the instructions:

mkdir my-project
cd my-project
git init -b main
npx projen new --from @pepperize/projen-awscdk-app-ts

If your git cli doesn't have a -b option, either update git or issue git init && git checkout -b main.

Usage

To init a new project from this module:

npx projen new --from @pepperize/projen-awscdk-app-ts@latest

Note: the latest version will be installed. If you don't specify the latest version, it won't be upgraded while running yarn install

Create a new projen project type

  1. Create a new project for the projen external jsii npm module

    mkdir my-project
    cd my-project
    git init -b main
    npx projen new jsii
    
  2. Your src/index.ts should export only one project.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pepperize.projen-awscdk-app-ts-0.0.569.tar.gz (93.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page