Skip to content

Commit d4795eb

Browse files
mrgrainiankhou
andauthored
feat(toolkit-lib)!: introducing the AWS CDK Toolkit Library (#108)
The AWS CDK Toolkit Library is a new TypeScript library that allows integrators to build lifecycle management solutions for CDK applications. It provides them with full control over all output and allows to interweave actions with custom steps. --- This is marked as a breaking change since it is the first release and want to force `v0.1.0` as the first version. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Co-authored-by: Ian Hou <45278651+iankhou@users.noreply.github.com>
1 parent dee84c1 commit d4795eb

File tree

4 files changed

+419
-1
lines changed

4 files changed

+419
-1
lines changed

.projenrc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,7 @@ toolkitLib.postCompileTask.exec('node ./lib/api/aws-cdk.js >/dev/null 2>/dev/nul
11461146

11471147
// Do include all .ts files inside init-templates
11481148
toolkitLib.npmignore?.addPatterns(
1149+
'assets',
11491150
'build-tools',
11501151
'docs',
11511152
'typedoc.json',

packages/@aws-cdk/toolkit-lib/.npmignore

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)