Skip to content

Commit

Permalink
update readme + include resources in output
Browse files Browse the repository at this point in the history
  • Loading branch information
Celestino Bellone committed Aug 22, 2023
1 parent 7da65c0 commit 87d6db0
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cd cdk-eks-blueprints-patterns
Install the addon

```sh
npm install @claranet-ch/konveyor-eks-blueprints-addon
npm install @claranet-ch/konveyor-eks-blueprint-addon
```

Set the pattern's parameters in the CDK context by overriding the _cdk.json_ file (edit _PARENT_DOMAIN_NAME_ as it fits):
Expand Down Expand Up @@ -111,7 +111,7 @@ import * as blueprints from "@aws-quickstart/eks-blueprints";
import {
KonveyorAddOn,
OlmAddOn,
} from "@claranet-ch/konveyor-eks-blueprints-addon";
} from "@claranet-ch/konveyor-eks-blueprint-addon";

export interface KonveyorConstructProps extends StackProps {
account: string;
Expand Down
256 changes: 256 additions & 0 deletions addon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"scripts": {
"build": "rm -rf dist && tsc",
"postbuild": "cpy 'src/**/*.ytpl' dist --no-overwrite --parents",
"lint": "eslint src --ext .ts"
},
"author": "Claranet Switzerland GmbH",
Expand All @@ -32,7 +33,8 @@
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.4",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"cpy-cli": "^5.0.0"
},
"dependencies": {
"@aws-quickstart/eks-blueprints": "^1.10.0"
Expand Down

0 comments on commit 87d6db0

Please sign in to comment.