-
Currently we are exploring a way to generate documentation for our custom CDK construct.
We have created custom CDK contruct using following command
`npx cdk init lib --language=typescript`
and…
-
Hi everyone,
When you try to publish in Go, the .tgz file is missing after the CI process. Making the published library unusable.
The problem is this line in auto-generated .gitignore: `.tgz`
t…
t0mpl updated
1 month ago
-
### Describe the feature
Would be great to support local dependencies (with `file:`)
### Use Case
My CDK library is used by another one. Both are in the same project and it makes no sense to releas…
-
### Describe the bug
Using JSII to compile a TS/JS library into Python, and importing the library into a Python CDK application is failing when attempting to run any `cdk` commands.
The failure resp…
-
`yarn dlx` copies the local `.yarnrc.yml` to a temp directory and tries to mutate it. When this happens, it fails with a very cryptic permission denied.
```
Internal Error: EACCES: permission deni…
-
### Explanation
Let me start of by saying I am not 100% sure this is an issue or user error on my part and I am also not familiar with typedoc.
Now to the issue I seem to be running into.
I have…
-
- As a user, I want a way to figure out what component generated a particular file. For example, the ".npmignore" file is given a header that says "Generated by projen..." but I would like to know tha…
-
**Problem**
We're trying to leverage this library to run a few pipelines in our CDK project, and we were running into problems where each time the `npx projen build` was run, we got a modified `dep…
-
PythonProject calls `installDependencies` all the time during synth, regardless of whether something has changed.
It is really wasteful and time-consuming to install deps on every `projen synth` ru…
-
I am using projen in a CDK JSII project, hosted in a GitLab environment.
I configured manual releases (`releaseTrigger: ReleaseTrigger.manual(),`).
Below is a log of the CI that is running the pro…