🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@pepperize/projen-awscdk-app-ts

Package Overview
Dependencies
Maintainers
2
Versions
799
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pepperize/projen-awscdk-app-ts

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

latest
Source
npmnpm
Version
0.0.798
Version published
Weekly downloads
2.5K
-22.08%
Maintainers
2
Weekly downloads
 
Created
Source

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

  • 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
    
  • Your src/index.ts should export only one project.

Keywords

aws

FAQs

Package last updated on 24 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts