ts-cdk-pipeline-app
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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 )

  2. 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

Package Sidebar

Install

npm i ts-cdk-pipeline-app

Weekly Downloads

0

Version

0.0.3

License

Apache-2.0

Unpacked Size

79.2 MB

Total Files

2254

Last publish

Collaborators

  • raindancers