-
### Description
We need to develop a tempalte README for GitHubActions to have a comprehensive documentation to start from.
### Task List
- [ ] Create specific test project from projen-templa…
-
## Reproducible steps
1. `npx projen new awscdk-app-ts`
2. Set `minNodeVersion: "20.18.0"` in `.projenrc`
3. `npx projen`
![image](https://github.com/user-attachments/assets/b0cd2779-0b19-4…
-
We switched all our projects from eslint and prettier to biome.
https://biomejs.dev/ is a tool which can be used as a replacement for either prettier or eslint/typescript-eslint or both.
So biome…
-
This is to create a Docker file for ExpressJS API. The following can be used as inspiration.
```
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
FROM public.ecr.aws/…
-
`jsii-rosetta` peer dependency defined in `jsii-docgen` [package.json](https://github.com/cdklabs/jsii-docgen/blob/main/package.json#L55) "maxes out" at version `5.5.0`, but [there is now a fresh vers…
-
Running `npx projen eslint` on a project now returns this error:
```
(node:31063) ESLintRCWarning: You are using an eslintrc configuration file, which is deprecated and support will be removed in v1…
-
Currently, when generating GitHub Actions workflows using projen-pipelines, the workflowNodeVersion is not being taken into consideration. This means that the workflows may not be using the specified …
-
### Describe the bug
During a dotnet target build, the message:
> [xmldom fatalError] Opening and ending tag mismatch: "function" != "jsii-root"
> @#[line:1,col:22]
repeats itself three tim…
-
The following can be used as inspiration.
```
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
FROM public.ecr.aws/docker/library/node:20.9.0-slim as builder
ARG AWS_…
-
Using [projen](https://github.com/projen/projen) would open up the possibility of having different configs for each package that is being tested.
This would be necessary for #898, but we have also …