Skip to content

Commit

Permalink
chore: project created with projen
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jun 17, 2024
1 parent db37585 commit e58cff0
Show file tree
Hide file tree
Showing 8 changed files with 33,647 additions and 1,007 deletions.
10 changes: 7 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
import { Cdk8sTeamJsiiProject } from '@cdk8s/projen-common';
const project = new Cdk8sTeamJsiiProject({
import { cdk } from 'projen';
const project = new cdk.JsiiProject({
author: 'Jens W. Klein',
authorAddress: '[email protected]',
defaultReleaseBranch: 'main',
devDeps: ['@cdk8s/projen-common'],
jsiiVersion: '~5.4.0',
name: 'cdk8s-plone',
projenrcTs: true,
repositoryUrl: '[email protected]:bluedynamics/cdk8s-plone.git',

// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
// devDeps: [], /* Build dependencies for this module. */
// packageName: undefined, /* The "name" in package.json. */
});
project.synth();
18 changes: 10 additions & 8 deletions package.json

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

Loading

0 comments on commit e58cff0

Please sign in to comment.