Skip to content

Commit

Permalink
Merge pull request #9 from cloudkitect/free-5
Browse files Browse the repository at this point in the history
feat: adding project description
  • Loading branch information
mtahir-cloudkitect authored Apr 18, 2024
2 parents 64108af + 76bc73c commit 5e376d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ const subProjectSettings = {

const components = new AwsCdkConstructLibrary({
...subProjectSettings,
description: "CloudKitect freemium components are scaled down versions of CloudKitect enhanced components offered as monthly or yearly subscription. These are well architected components that offer" +
" out of the box monitoring, alerting and compliance to various standards.",
name: `${scope}/components`,
outdir: `${packagesPath}/components`,
keywords: ["cloudkitect", "cdk", "freemium", "infrastructure as code", "aws",
Expand All @@ -61,6 +63,8 @@ releaseYaml!.addOverride('jobs.release_npm.steps.5.run', 'cd .repo && pnpm i --n

const patterns = new AwsCdkConstructLibrary({
...subProjectSettings,
description: "CloudKitect freemium patterns are built on top of CloudKitect freemium components which comply to various standards. " +
"Using these patterns you can host your website, or run your containerized app using ECS Fargate within a couple hours",
name: `${scope}/patterns`,
outdir: `${packagesPath}/patterns`,
keywords: ["cloudkitect", "cdk", "freemium", "infrastructure as code", "aws",
Expand Down
1 change: 1 addition & 0 deletions packages/@cloudkitect/components/package.json

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

1 change: 1 addition & 0 deletions packages/@cloudkitect/patterns/package.json

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

0 comments on commit 5e376d6

Please sign in to comment.