All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pepperize.projen.awscdk_construct.package-info Maven / Gradle / Ivy

Go to download

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

There is a newer version: 0.0.730
Show newest version
/**
 * GitHub
 * npm (scoped)
 * PyPI
 * GitHub Workflow Status (branch)
 * GitHub release (latest SemVer)
 * 

*

Projen awscdk-construct

*

* 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-construct
 * 
*

* 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-construct@latest
 * 
*

* Note: it will install the latest version. 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. *
  3. Your src/index.ts should export only one project.
  4. *
*/ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable) package com.pepperize.projen.awscdk_construct;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy