0.0.3 • Published 4 months ago

ts-cdk-pipeline-app v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 months ago

ts-cdk-pipeline-app

Creating the template

  1. Create a project using projen for creating project types We can use Projen itself to create a project for defining project types for Projen… In our project directory, use Projen to create a project with project type jsii.
npx projen new jsii
  1. remove the test in /test ( recreate later if you want )
  1. In the sample index.ts file, we replace its content with:
export * from './ts-cdk-pipeline-app';
  1. Create a new file /src/ts-cdk-pipeline-app.

a

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago

0.0.0

4 months ago