projen 0.76.14 → 0.76.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/.jsii +64 -64
  2. package/README.md +1 -1
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +2 -3
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflow-actions.js +1 -1
  52. package/lib/github/workflow-jobs.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +1 -1
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.js +1 -1
  68. package/lib/javascript/eslint.js +1 -1
  69. package/lib/javascript/jest.js +4 -4
  70. package/lib/javascript/node-package.js +5 -3
  71. package/lib/javascript/node-project.js +1 -1
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.js +1 -1
  74. package/lib/javascript/projenrc.js +1 -1
  75. package/lib/javascript/typescript-config.js +2 -2
  76. package/lib/javascript/upgrade-dependencies.js +2 -2
  77. package/lib/json-patch.js +1 -1
  78. package/lib/json.js +1 -1
  79. package/lib/license.js +1 -1
  80. package/lib/logger.js +1 -1
  81. package/lib/makefile.js +1 -1
  82. package/lib/object-file.js +1 -1
  83. package/lib/project-build.js +1 -1
  84. package/lib/project-tree.js +1 -1
  85. package/lib/project.d.ts +4 -21
  86. package/lib/project.js +29 -71
  87. package/lib/projects.js +1 -1
  88. package/lib/projenrc-json.js +2 -2
  89. package/lib/projenrc.js +1 -1
  90. package/lib/python/pip.js +1 -1
  91. package/lib/python/poetry.js +2 -2
  92. package/lib/python/projenrc.js +1 -1
  93. package/lib/python/pytest-sample.js +1 -1
  94. package/lib/python/pytest.js +1 -1
  95. package/lib/python/python-project.js +1 -1
  96. package/lib/python/python-sample.js +1 -1
  97. package/lib/python/requirements-file.js +1 -1
  98. package/lib/python/setuppy.js +1 -1
  99. package/lib/python/setuptools.js +1 -1
  100. package/lib/python/venv.js +1 -1
  101. package/lib/readme.js +1 -1
  102. package/lib/release/publisher.js +1 -1
  103. package/lib/release/release-trigger.js +1 -1
  104. package/lib/release/release.js +1 -1
  105. package/lib/renovatebot.js +1 -1
  106. package/lib/sample-file.js +2 -2
  107. package/lib/semver.js +1 -1
  108. package/lib/source-code.js +1 -1
  109. package/lib/task-runtime.js +1 -1
  110. package/lib/task.js +1 -1
  111. package/lib/tasks.js +1 -1
  112. package/lib/testing.js +1 -1
  113. package/lib/textfile.js +1 -1
  114. package/lib/toml.js +1 -1
  115. package/lib/typescript/projenrc-ts.js +1 -1
  116. package/lib/typescript/projenrc.js +1 -1
  117. package/lib/typescript/typescript-typedoc.js +1 -1
  118. package/lib/typescript/typescript.js +3 -3
  119. package/lib/version.js +2 -2
  120. package/lib/vscode/devcontainer.js +1 -1
  121. package/lib/vscode/extensions.js +1 -1
  122. package/lib/vscode/launch-config.js +1 -1
  123. package/lib/vscode/settings.js +1 -1
  124. package/lib/vscode/vscode.js +1 -1
  125. package/lib/web/next.js +3 -3
  126. package/lib/web/postcss.js +1 -1
  127. package/lib/web/react.js +4 -4
  128. package/lib/web/tailwind.js +1 -1
  129. package/lib/xmlfile.js +1 -1
  130. package/lib/yaml.js +1 -1
  131. package/package.json +1 -1
package/.jsii CHANGED
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "name": "projen",
82
82
  "readme": {
83
- "markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n_projen_ doesn't need to be installed. You will be using [npx](https://docs.npmjs.com/cli/v7/commands/npx) to run _projen_ which takes care of all required setup steps.\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ npx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `npx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `npx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/api/API.html#projen-awscdk-awscdkjavaapp) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/api/API.html#projen-awscdk-awscdkpythonapp) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/api/API.html#projen-awscdk-awscdktypescriptapp) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/api/API.html#projen-awscdk-awscdkconstructlibrary) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/api/API.html#projen-cdk8s-cdk8spythonapp) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/api/API.html#projen-cdk8s-cdk8stypescriptapp) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/api/API.html#projen-cdk8s-constructlibrarycdk8s) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/api/API.html#projen-cdktf-constructlibrarycdktf) - CDKTF construct library project.\n* [java](https://projen.io/api/API.html#projen-java-javaproject) - Java project.\n* [jsii](https://projen.io/api/API.html#projen-cdk-jsiiproject) - Multi-language jsii library project.\n* [nextjs](https://projen.io/api/API.html#projen-web-nextjsproject) - Next.js project without TypeScript.\n* [nextjs-ts](https://projen.io/api/API.html#projen-web-nextjstypescriptproject) - Next.js project with TypeScript.\n* [node](https://projen.io/api/API.html#projen-javascript-nodeproject) - Node.js project.\n* [project](https://projen.io/api/API.html#projen-project) - Base project.\n* [python](https://projen.io/api/API.html#projen-python-pythonproject) - Python project.\n* [react](https://projen.io/api/API.html#projen-web-reactproject) - React project without TypeScript.\n* [react-ts](https://projen.io/api/API.html#projen-web-reacttypescriptproject) - React project with TypeScript.\n* [typescript](https://projen.io/api/API.html#projen-typescript-typescriptproject) - TypeScript project.\n* [typescript-app](https://projen.io/api/API.html#projen-typescript-typescriptappproject) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `npx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `npx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `npx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `npx projen` to synthesize again.\n\n> The files generated by _projen_ are considered an \"implementation detail\" and\n> _projen_ protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\nnpx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='npx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `npx projen --help`:\n\n```shell\n$ npx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n## Features\n\nSome examples for features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n_projen_ takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n_projen_ is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ npx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [yarn\nadd](https://classic.yarnpkg.com/en/docs/cli/add#toc-adding-dependencies) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ npx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n### Virtual Meetup\n\n- Thursday June 30, 2022\n- 1-2pm America/New_York (EDT)\n- [CFP](https://bit.ly/3NEc0UQ) a Google Form\n- CFP Closes Saturday April 30, 2022\n- Hosted on [Zoom](https://zoom.us/j/92399854777?pwd=OUZybHlobHNoZUs1VVordWhaRTVGdz09#success)\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ yarn\n$ yarn watch # compile in the background\n```\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-171-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tbody>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hunter-Thompson\"><img src=\"https://avatars.githubusercontent.com/u/20844961?v=4?s=100\" width=\"100px;\" alt=\" Aatman \"/><br /><sub><b> Aatman </b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hunter-Thompson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://accenture.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/43275295?v=4?s=100\" width=\"100px;\" alt=\"Abdullah Sahin\"/><br /><sub><b>Abdullah Sahin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abdsahin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adamelmore\"><img src=\"https://avatars2.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"Adam Elmore\"/><br /><sub><b>Adam Elmore</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adamelmore\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/agdimech\"><img src=\"https://avatars.githubusercontent.com/u/51220968?v=4?s=100\" width=\"100px;\" alt=\"Adrian Dimech\"/><br /><sub><b>Adrian Dimech</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=agdimech\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adrianmace\"><img src=\"https://avatars.githubusercontent.com/u/5071859?v=4?s=100\" width=\"100px;\" alt=\"Adrian Mace\"/><br /><sub><b>Adrian Mace</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adrianmace\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/alexforsyth\"><img src=\"https://avatars.githubusercontent.com/u/8712303?v=4?s=100\" width=\"100px;\" alt=\"Alexander Forsyth\"/><br /><sub><b>Alexander Forsyth</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=alexforsyth\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://unsubstantiated.blog/\"><img src=\"https://avatars.githubusercontent.com/u/1308885?v=4?s=100\" width=\"100px;\" alt=\"Alexander Steppke\"/><br /><sub><b>Alexander Steppke</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Miradorn\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amani.kilumanga.com/\"><img src=\"https://avatars.githubusercontent.com/u/8690282?v=4?s=100\" width=\"100px;\" alt=\"Amani Kilumanga\"/><br /><sub><b>Amani Kilumanga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dkaksl\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amin.fazl.me/\"><img src=\"https://avatars.githubusercontent.com/u/62678026?v=4?s=100\" width=\"100px;\" alt=\"Amin Fazl\"/><br /><sub><b>Amin Fazl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=AminFazlMondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kichik.com/\"><img src=\"https://avatars.githubusercontent.com/u/1156773?v=4?s=100\" width=\"100px;\" alt=\"Amir Szekely\"/><br /><sub><b>Amir Szekely</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kichik\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/amartinsg/\"><img src=\"https://avatars.githubusercontent.com/u/54241354?v=4?s=100\" width=\"100px;\" alt=\"Anderson Gomes\"/><br /><sub><b>Anderson Gomes</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andersonmgomes\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/asdcamargo\"><img src=\"https://avatars.githubusercontent.com/u/4683431?v=4?s=100\" width=\"100px;\" alt=\"Andre de Camargo\"/><br /><sub><b>Andre de Camargo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=asdcamargo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://comfortabledelusions.blogspot.com/\"><img src=\"https://avatars.githubusercontent.com/u/445764?v=4?s=100\" width=\"100px;\" alt=\"Andrew Hammond\"/><br /><sub><b>Andrew Hammond</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ahammond\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dippi\"><img src=\"https://avatars.githubusercontent.com/u/3977098?v=4?s=100\" width=\"100px;\" alt=\"Angelo Di Pilla\"/><br /><sub><b>Angelo Di Pilla</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dippi\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ansgar.dev/\"><img src=\"https://avatars.githubusercontent.com/u/1112056?v=4?s=100\" width=\"100px;\" alt=\"Ansgar Mertens\"/><br /><sub><b>Ansgar Mertens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ansgarm\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yoyomo\"><img src=\"https://avatars.githubusercontent.com/u/12818568?v=4?s=100\" width=\"100px;\" alt=\"Armando J. Ortiz Garcia\"/><br /><sub><b>Armando J. Ortiz Garcia</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yoyomo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dontirun\"><img src=\"https://avatars.githubusercontent.com/u/4570879?v=4?s=100\" width=\"100px;\" alt=\"Arun Donti\"/><br /><sub><b>Arun Donti</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dontirun\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/abelmokadem\"><img src=\"https://avatars0.githubusercontent.com/u/9717944?v=4?s=100\" width=\"100px;\" alt=\"Ash\"/><br /><sub><b>Ash</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abelmokadem\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kanatti\"><img src=\"https://avatars.githubusercontent.com/u/8623654?v=4?s=100\" width=\"100px;\" alt=\"Balagopal Kanattil\"/><br /><sub><b>Balagopal Kanattil</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kanatti\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.callant.net/\"><img src=\"https://avatars1.githubusercontent.com/u/5915843?v=4?s=100\" width=\"100px;\" alt=\"Bart Callant\"/><br /><sub><b>Bart Callant</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bartcallant\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://benlimmer.com/\"><img src=\"https://avatars.githubusercontent.com/u/630449?v=4?s=100\" width=\"100px;\" alt=\"Ben Limmer\"/><br /><sub><b>Ben Limmer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=blimmer\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bilalquadri.com/\"><img src=\"https://avatars.githubusercontent.com/u/707147?v=4?s=100\" width=\"100px;\" alt=\"Bilal Quadri\"/><br /><sub><b>Bilal Quadri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bilalq\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://transacid.de/\"><img src=\"https://avatars.githubusercontent.com/u/113231?v=4?s=100\" width=\"100px;\" alt=\"Boris Petersen\"/><br /><sub><b>Boris Petersen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=transacid\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/BradenM\"><img src=\"https://avatars.githubusercontent.com/u/5913808?v=4?s=100\" width=\"100px;\" alt=\"Braden Mars\"/><br /><sub><b>Braden Mars</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=BradenM\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bmiller08\"><img src=\"https://avatars.githubusercontent.com/u/13002874?v=4?s=100\" width=\"100px;\" alt=\"Brandon Miller\"/><br /><sub><b>Brandon Miller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bmiller08\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bhleonard\"><img src=\"https://avatars.githubusercontent.com/u/1961679?v=4?s=100\" width=\"100px;\" alt=\"Brian Leonard\"/><br /><sub><b>Brian Leonard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bhleonard\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/comcalvi\"><img src=\"https://avatars.githubusercontent.com/u/66279577?v=4?s=100\" width=\"100px;\" alt=\"Calvin Combs\"/><br /><sub><b>Calvin Combs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=comcalvi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cameroncf\"><img src=\"https://avatars.githubusercontent.com/u/789760?v=4?s=100\" width=\"100px;\" alt=\"Cameron Childress\"/><br /><sub><b>Cameron Childress</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cameroncf\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/campionfellin\"><img src=\"https://avatars3.githubusercontent.com/u/11984923?v=4?s=100\" width=\"100px;\" alt=\"Campion Fellin\"/><br /><sub><b>Campion Fellin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=campionfellin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ctasada\"><img src=\"https://avatars.githubusercontent.com/u/1381772?v=4?s=100\" width=\"100px;\" alt=\"Carlos Tasada\"/><br /><sub><b>Carlos Tasada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ctasada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cgatt\"><img src=\"https://avatars.githubusercontent.com/u/45865322?v=4?s=100\" width=\"100px;\" alt=\"Chris Gatt\"/><br /><sub><b>Chris Gatt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cgatt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://rybicki.io/\"><img src=\"https://avatars2.githubusercontent.com/u/5008987?v=4?s=100\" width=\"100px;\" alt=\"Christopher Rybicki\"/><br /><sub><b>Christopher Rybicki</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Chriscbr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/corymhall\"><img src=\"https://avatars.githubusercontent.com/u/43035978?v=4?s=100\" width=\"100px;\" alt=\"Cory Hall\"/><br /><sub><b>Cory Hall</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=corymhall\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://aws.amazon.com/chime/chime-sdk/\"><img src=\"https://avatars.githubusercontent.com/u/71404236?v=4?s=100\" width=\"100px;\" alt=\"Court Schuett\"/><br /><sub><b>Court Schuett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=schuettc\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@craig.burdulis\"><img src=\"https://avatars.githubusercontent.com/u/12520946?v=4?s=100\" width=\"100px;\" alt=\"Craig Burdulis\"/><br /><sub><b>Craig Burdulis</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=icj217\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pallares.io/\"><img src=\"https://avatars3.githubusercontent.com/u/1077520?v=4?s=100\" width=\"100px;\" alt=\"Cristian Pallarés\"/><br /><sub><b>Cristian Pallarés</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skyrpex\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://danielmschmidt.de/\"><img src=\"https://avatars.githubusercontent.com/u/1337046?v=4?s=100\" width=\"100px;\" alt=\"Daniel Schmidt\"/><br /><sub><b>Daniel Schmidt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=DanielMSchmidt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://typefully.com/dannysteenman\"><img src=\"https://avatars.githubusercontent.com/u/15192660?v=4?s=100\" width=\"100px;\" alt=\"Danny Steenman\"/><br /><sub><b>Danny Steenman</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dannysteenman\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eduardomourar\"><img src=\"https://avatars.githubusercontent.com/u/16357187?v=4?s=100\" width=\"100px;\" alt=\"Eduardo Rodrigues\"/><br /><sub><b>Eduardo Rodrigues</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eduardomourar\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://eladb.github.com/\"><img src=\"https://avatars3.githubusercontent.com/u/598796?v=4?s=100\" width=\"100px;\" alt=\"Elad Ben-Israel\"/><br /><sub><b>Elad Ben-Israel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eladb\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/iliapolo\"><img src=\"https://avatars.githubusercontent.com/u/1428812?v=4?s=100\" width=\"100px;\" alt=\"Eli Polonsky\"/><br /><sub><b>Eli Polonsky</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=iliapolo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://elig.io/\"><img src=\"https://avatars.githubusercontent.com/u/22875166?v=4?s=100\" width=\"100px;\" alt=\"Eligio Mariño\"/><br /><sub><b>Eligio Mariño</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmeligio\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Tucker-Eric\"><img src=\"https://avatars.githubusercontent.com/u/6483755?v=4?s=100\" width=\"100px;\" alt=\"Eric Tucker\"/><br /><sub><b>Eric Tucker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Tucker-Eric\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/echeung-amzn\"><img src=\"https://avatars.githubusercontent.com/u/81188333?v=4?s=100\" width=\"100px;\" alt=\"Eugene Cheung\"/><br /><sub><b>Eugene Cheung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=echeung-amzn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/FonsBiemans\"><img src=\"https://avatars.githubusercontent.com/u/34266227?v=4?s=100\" width=\"100px;\" alt=\"Fons Biemans\"/><br /><sub><b>Fons Biemans</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=FonsBiemans\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fynnfluegge\"><img src=\"https://avatars.githubusercontent.com/u/16321871?v=4?s=100\" width=\"100px;\" alt=\"Fynn Flügge\"/><br /><sub><b>Fynn Flügge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fynnfluegge\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gradybarrett\"><img src=\"https://avatars1.githubusercontent.com/u/1140074?v=4?s=100\" width=\"100px;\" alt=\"Grady Barrett\"/><br /><sub><b>Grady Barrett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gradybarrett\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://blog.herlein.com/\"><img src=\"https://avatars.githubusercontent.com/u/173428?v=4?s=100\" width=\"100px;\" alt=\"Greg Herlein\"/><br /><sub><b>Greg Herlein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gherlein\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hasanaburayyan\"><img src=\"https://avatars.githubusercontent.com/u/45375125?v=4?s=100\" width=\"100px;\" alt=\"Hasan\"/><br /><sub><b>Hasan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hasanaburayyan\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hassanazharkhan\"><img src=\"https://avatars.githubusercontent.com/u/57677979?v=4?s=100\" width=\"100px;\" alt=\"Hassan Azhar\"/><br /><sub><b>Hassan Azhar</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hassanazharkhan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/HassanMahmud\"><img src=\"https://avatars3.githubusercontent.com/u/58504381?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HassanMahmud\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dk.linkedin.com/in/hassanmahmud93\"><img src=\"https://avatars1.githubusercontent.com/u/7426703?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hass123uk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mKeRix\"><img src=\"https://avatars.githubusercontent.com/u/770596?v=4?s=100\" width=\"100px;\" alt=\"Heiko Rothe\"/><br /><sub><b>Heiko Rothe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mKeRix\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hyandell\"><img src=\"https://avatars.githubusercontent.com/u/477715?v=4?s=100\" width=\"100px;\" alt=\"Henri Yandell\"/><br /><sub><b>Henri Yandell</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hyandell\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/henrysachs\"><img src=\"https://avatars0.githubusercontent.com/u/17173951?v=4?s=100\" width=\"100px;\" alt=\"Henry Sachs\"/><br /><sub><b>Henry Sachs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=henrysachs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.hoseung.me/\"><img src=\"https://avatars.githubusercontent.com/u/39669819?v=4?s=100\" width=\"100px;\" alt=\"Hoseung\"/><br /><sub><b>Hoseung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HoseungJang\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bandism.net/\"><img src=\"https://avatars.githubusercontent.com/u/22633385?v=4?s=100\" width=\"100px;\" alt=\"Ikko Ashimine\"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eltociear\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jackleslie\"><img src=\"https://avatars.githubusercontent.com/u/52004409?v=4?s=100\" width=\"100px;\" alt=\"Jack Leslie\"/><br /><sub><b>Jack Leslie</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jackleslie\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JackMoseley2001\"><img src=\"https://avatars.githubusercontent.com/u/10659397?v=4?s=100\" width=\"100px;\" alt=\"Jack Moseley\"/><br /><sub><b>Jack Moseley</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JackMoseley2001\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cogwirrel\"><img src=\"https://avatars.githubusercontent.com/u/1848603?v=4?s=100\" width=\"100px;\" alt=\"Jack Stevenson\"/><br /><sub><b>Jack Stevenson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cogwirrel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmourelos\"><img src=\"https://avatars3.githubusercontent.com/u/3878434?v=4?s=100\" width=\"100px;\" alt=\"Jacob\"/><br /><sub><b>Jacob</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmourelos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://joapy.com/\"><img src=\"https://avatars3.githubusercontent.com/u/325306?v=4?s=100\" width=\"100px;\" alt=\"Jake Pearson\"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jakepearson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://twitter.com/bracki\"><img src=\"https://avatars.githubusercontent.com/u/49786?v=4?s=100\" width=\"100px;\" alt=\"Jan Brauer\"/><br /><sub><b>Jan Brauer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bracki\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmalins\"><img src=\"https://avatars.githubusercontent.com/u/2001356?v=4?s=100\" width=\"100px;\" alt=\"Jeff Malins\"/><br /><sub><b>Jeff Malins</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmalins\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JeremyJonas\"><img src=\"https://avatars1.githubusercontent.com/u/464119?v=4?s=100\" width=\"100px;\" alt=\"Jeremy Jonas\"/><br /><sub><b>Jeremy Jonas</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JeremyJonas\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jesse-grabowski\"><img src=\"https://avatars.githubusercontent.com/u/2453853?v=4?s=100\" width=\"100px;\" alt=\"Jesse Grabowski\"/><br /><sub><b>Jesse Grabowski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jesse-grabowski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jolo-dev\"><img src=\"https://avatars.githubusercontent.com/u/54506108?v=4?s=100\" width=\"100px;\" alt=\"JoLo\"/><br /><sub><b>JoLo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jolo-dev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/devnoo\"><img src=\"https://avatars.githubusercontent.com/u/94448?v=4?s=100\" width=\"100px;\" alt=\"Job de Noo\"/><br /><sub><b>Job de Noo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=devnoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jogold\"><img src=\"https://avatars2.githubusercontent.com/u/12623249?v=4?s=100\" width=\"100px;\" alt=\"Jonathan Goldwasser\"/><br /><sub><b>Jonathan Goldwasser</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jogold\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/joostvdwsd\"><img src=\"https://avatars.githubusercontent.com/u/25637088?v=4?s=100\" width=\"100px;\" alt=\"Joost van der Waal\"/><br /><sub><b>Joost van der Waal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=joostvdwsd\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JordanSinko\"><img src=\"https://avatars2.githubusercontent.com/u/10212966?v=4?s=100\" width=\"100px;\" alt=\"Jordan Sinko\"/><br /><sub><b>Jordan Sinko</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JordanSinko\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eganjs\"><img src=\"https://avatars3.githubusercontent.com/u/6639482?v=4?s=100\" width=\"100px;\" alt=\"Joseph Egan\"/><br /><sub><b>Joseph Egan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eganjs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/misterjoshua\"><img src=\"https://avatars2.githubusercontent.com/u/644092?v=4?s=100\" width=\"100px;\" alt=\"Josh Kellendonk\"/><br /><sub><b>Josh Kellendonk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=misterjoshua\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/juho9000\"><img src=\"https://avatars.githubusercontent.com/u/13867853?v=4?s=100\" width=\"100px;\" alt=\"Juho Majasaari\"/><br /><sub><b>Juho Majasaari</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=juho9000\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hi-Fi\"><img src=\"https://avatars.githubusercontent.com/u/1499780?v=4?s=100\" width=\"100px;\" alt=\"Juho Saarinen\"/><br /><sub><b>Juho Saarinen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hi-Fi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/julian-michel-812a223a/\"><img src=\"https://avatars.githubusercontent.com/u/15660169?v=4?s=100\" width=\"100px;\" alt=\"Julian Michel\"/><br /><sub><b>Julian Michel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jumic\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kaizencc\"><img src=\"https://avatars.githubusercontent.com/u/36202692?v=4?s=100\" width=\"100px;\" alt=\"Kaizen Conroy\"/><br /><sub><b>Kaizen Conroy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kaizencc\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kcwinner\"><img src=\"https://avatars3.githubusercontent.com/u/2728868?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Winner\"/><br /><sub><b>Kenneth Winner</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kcwinner\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kenneth.wussmann.net/\"><img src=\"https://avatars.githubusercontent.com/u/11491506?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Wußmann\"/><br /><sub><b>Kenneth Wußmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=KennethWussmann\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kennyg\"><img src=\"https://avatars.githubusercontent.com/u/98244?v=4?s=100\" width=\"100px;\" alt=\"Kenny Gatdula\"/><br /><sub><b>Kenny Gatdula</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kennyg\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tinovyatkin\"><img src=\"https://avatars.githubusercontent.com/u/5350898?v=4?s=100\" width=\"100px;\" alt=\"Konstantin Vyatkin\"/><br /><sub><b>Konstantin Vyatkin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tinovyatkin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bigkraig\"><img src=\"https://avatars1.githubusercontent.com/u/508403?v=4?s=100\" width=\"100px;\" alt=\"Kraig Amador\"/><br /><sub><b>Kraig Amador</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bigkraig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kdabir.com/\"><img src=\"https://avatars.githubusercontent.com/u/735240?v=4?s=100\" width=\"100px;\" alt=\"Kunal Dabir\"/><br /><sub><b>Kunal Dabir</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kdabir\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kylelaker.com/\"><img src=\"https://avatars.githubusercontent.com/u/850893?v=4?s=100\" width=\"100px;\" alt=\"Kyle Laker\"/><br /><sub><b>Kyle Laker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kylelaker\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexfelixpost\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexfelixpost\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexGPT\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexGPT\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Liam-Johnston\"><img src=\"https://avatars.githubusercontent.com/u/30859946?v=4?s=100\" width=\"100px;\" alt=\"Liam Johnston\"/><br /><sub><b>Liam Johnston</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Liam-Johnston\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/WtfJoke\"><img src=\"https://avatars.githubusercontent.com/u/7139697?v=4?s=100\" width=\"100px;\" alt=\"Manuel\"/><br /><sub><b>Manuel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=WtfJoke\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marciocadev\"><img src=\"https://avatars.githubusercontent.com/u/67694075?v=4?s=100\" width=\"100px;\" alt=\"Marcio Cruz de Almeida\"/><br /><sub><b>Marcio Cruz de Almeida</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marciocadev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmcculloh-dms\"><img src=\"https://avatars.githubusercontent.com/u/68597641?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmcculloh-dms\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/mark-mcculloh/\"><img src=\"https://avatars.githubusercontent.com/u/1237390?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MarkMcCulloh\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://polothy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/634657?v=4?s=100\" width=\"100px;\" alt=\"Mark Nielsen\"/><br /><sub><b>Mark Nielsen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=polothy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marnixdessing\"><img src=\"https://avatars.githubusercontent.com/u/14939820?v=4?s=100\" width=\"100px;\" alt=\"Marnix Dessing\"/><br /><sub><b>Marnix Dessing</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marnixdessing\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmuller88\"><img src=\"https://avatars0.githubusercontent.com/u/18393842?v=4?s=100\" width=\"100px;\" alt=\"Martin Muller\"/><br /><sub><b>Martin Muller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmuller88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mzuber\"><img src=\"https://avatars.githubusercontent.com/u/948563?v=4?s=100\" width=\"100px;\" alt=\"Martin Zuber\"/><br /><sub><b>Martin Zuber</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mzuber\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tmokmss.hatenablog.com/\"><img src=\"https://avatars.githubusercontent.com/u/7490655?v=4?s=100\" width=\"100px;\" alt=\"Masashi Tomooka\"/><br /><sub><b>Masashi Tomooka</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmokmss\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/matt9ucci\"><img src=\"https://avatars.githubusercontent.com/u/8044346?v=4?s=100\" width=\"100px;\" alt=\"Matt Gucci\"/><br /><sub><b>Matt Gucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=matt9ucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dev.to/martzcodes\"><img src=\"https://avatars1.githubusercontent.com/u/978362?v=4?s=100\" width=\"100px;\" alt=\"Matt Martz\"/><br /><sub><b>Matt Martz</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=martzcodes\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/diranged\"><img src=\"https://avatars.githubusercontent.com/u/768067?v=4?s=100\" width=\"100px;\" alt=\"Matt Wise\"/><br /><sub><b>Matt Wise</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=diranged\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/msessa\"><img src=\"https://avatars.githubusercontent.com/u/1912143?v=4?s=100\" width=\"100px;\" alt=\"Matteo Sessa\"/><br /><sub><b>Matteo Sessa</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=msessa\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.matthewbonig.com/\"><img src=\"https://avatars2.githubusercontent.com/u/1559437?v=4?s=100\" width=\"100px;\" alt=\"Matthew Bonig\"/><br /><sub><b>Matthew Bonig</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mbonig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mwg-rea\"><img src=\"https://avatars.githubusercontent.com/u/82480228?v=4?s=100\" width=\"100px;\" alt=\"Matthew Gamble\"/><br /><sub><b>Matthew Gamble</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mwg-rea\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fongie\"><img src=\"https://avatars1.githubusercontent.com/u/19932622?v=4?s=100\" width=\"100px;\" alt=\"Max Körlinge\"/><br /><sub><b>Max Körlinge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fongie\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mayurm88\"><img src=\"https://avatars.githubusercontent.com/u/75965317?v=4?s=100\" width=\"100px;\" alt=\"Mayur Mahrotri\"/><br /><sub><b>Mayur Mahrotri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mayurm88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mikejgray\"><img src=\"https://avatars.githubusercontent.com/u/30268971?v=4?s=100\" width=\"100px;\" alt=\"Mike\"/><br /><sub><b>Mike</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mikejgray\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/MrArnoldPalmer\"><img src=\"https://avatars.githubusercontent.com/u/7221111?v=4?s=100\" width=\"100px;\" alt=\"Mitchell Valine\"/><br /><sub><b>Mitchell Valine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MrArnoldPalmer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://moritzkornher.de/\"><img src=\"https://avatars.githubusercontent.com/u/379814?v=4?s=100\" width=\"100px;\" alt=\"Momo Kornher\"/><br /><sub><b>Momo Kornher</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mrgrain\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gmukul01\"><img src=\"https://avatars.githubusercontent.com/u/3636885?v=4?s=100\" width=\"100px;\" alt=\"Mukul Bansal\"/><br /><sub><b>Mukul Bansal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmukul01\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.neilkuan.net/\"><img src=\"https://avatars.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"Neil Kuan\"/><br /><sub><b>Neil Kuan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=neilkuan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nicholas-keers\"><img src=\"https://avatars.githubusercontent.com/u/94363953?v=4?s=100\" width=\"100px;\" alt=\"Nick Keers\"/><br /><sub><b>Nick Keers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nicholas-keers\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/njlynch\"><img src=\"https://avatars.githubusercontent.com/u/1376292?v=4?s=100\" width=\"100px;\" alt=\"Nick Lynch\"/><br /><sub><b>Nick Lynch</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=njlynch\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nbyl\"><img src=\"https://avatars.githubusercontent.com/u/1185719?v=4?s=100\" width=\"100px;\" alt=\"Nicolas Byl\"/><br /><sub><b>Nicolas Byl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nbyl\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nikhil-zadoo\"><img src=\"https://avatars.githubusercontent.com/u/29751551?v=4?s=100\" width=\"100px;\" alt=\"Nikhil Zadoo\"/><br /><sub><b>Nikhil Zadoo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikhil-zadoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://nikovirtala.io/\"><img src=\"https://avatars.githubusercontent.com/u/6813506?v=4?s=100\" width=\"100px;\" alt=\"Niko Virtala\"/><br /><sub><b>Niko Virtala</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikovirtala\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/niraj8\"><img src=\"https://avatars.githubusercontent.com/u/8666468?v=4?s=100\" width=\"100px;\" alt=\"Niraj Palecha\"/><br /><sub><b>Niraj Palecha</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=niraj8\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dandelionur\"><img src=\"https://avatars.githubusercontent.com/u/89805919?v=4?s=100\" width=\"100px;\" alt=\"Nurbanu\"/><br /><sub><b>Nurbanu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dandelionur\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pahud\"><img src=\"https://avatars3.githubusercontent.com/u/278432?v=4?s=100\" width=\"100px;\" alt=\"Pahud Hsieh\"/><br /><sub><b>Pahud Hsieh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pahud\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/patrickdean\"><img src=\"https://avatars.githubusercontent.com/u/1610088?v=4?s=100\" width=\"100px;\" alt=\"Patrick\"/><br /><sub><b>Patrick</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=patrickdean\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/duckpuppy\"><img src=\"https://avatars.githubusercontent.com/u/19253?v=4?s=100\" width=\"100px;\" alt=\"Patrick Aikens\"/><br /><sub><b>Patrick Aikens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=duckpuppy\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pepperize.com/\"><img src=\"https://avatars.githubusercontent.com/u/13916107?v=4?s=100\" width=\"100px;\" alt=\"Patrick Florek\"/><br /><sub><b>Patrick Florek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pflorek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://p6m7g8.github.io/\"><img src=\"https://avatars0.githubusercontent.com/u/34295?v=4?s=100\" width=\"100px;\" alt=\"Philip M. Gollucci\"/><br /><sub><b>Philip M. Gollucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgollucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/philipmw\"><img src=\"https://avatars.githubusercontent.com/u/1379645?v=4?s=100\" width=\"100px;\" alt=\"Philip White\"/><br /><sub><b>Philip White</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=philipmw\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://garbe.io/\"><img src=\"https://avatars.githubusercontent.com/u/721899?v=4?s=100\" width=\"100px;\" alt=\"Philipp Garbe\"/><br /><sub><b>Philipp Garbe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgarbe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dynobase.dev/\"><img src=\"https://avatars3.githubusercontent.com/u/3391616?v=4?s=100\" width=\"100px;\" alt=\"Rafal Wilinski\"/><br /><sub><b>Rafal Wilinski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RafalWilinski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ramihusein.com/\"><img src=\"https://avatars.githubusercontent.com/u/96155378?v=4?s=100\" width=\"100px;\" alt=\"Rami Husein\"/><br /><sub><b>Rami Husein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rami-husein\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rix0r.nl/\"><img src=\"https://avatars.githubusercontent.com/u/524162?v=4?s=100\" width=\"100px;\" alt=\"Rico Huijbers\"/><br /><sub><b>Rico Huijbers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rix0rrr\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://robbiemackay.com/\"><img src=\"https://avatars.githubusercontent.com/u/7965?v=4?s=100\" width=\"100px;\" alt=\"Robbie Mackay\"/><br /><sub><b>Robbie Mackay</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rjmackay\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/robert-affinidi\"><img src=\"https://avatars.githubusercontent.com/u/88320072?v=4?s=100\" width=\"100px;\" alt=\"Robert\"/><br /><sub><b>Robert</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=robert-affinidi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rfrezinos.wordpress.com/\"><img src=\"https://avatars.githubusercontent.com/u/3926597?v=4?s=100\" width=\"100px;\" alt=\"Rodrigo Farias Rezino\"/><br /><sub><b>Rodrigo Farias Rezino</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rfrezino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rogerchi\"><img src=\"https://avatars.githubusercontent.com/u/625496?v=4?s=100\" width=\"100px;\" alt=\"Roger Chi\"/><br /><sub><b>Roger Chi</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rogerchi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://keybase.io/romainmuller\"><img src=\"https://avatars2.githubusercontent.com/u/411689?v=4?s=100\" width=\"100px;\" alt=\"Romain Marcadier\"/><br /><sub><b>Romain Marcadier</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RomainMuller\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/quesabe\"><img src=\"https://avatars.githubusercontent.com/u/90195036?v=4?s=100\" width=\"100px;\" alt=\"Roman Vasilev\"/><br /><sub><b>Roman Vasilev</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=quesabe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dj-rabel\"><img src=\"https://avatars.githubusercontent.com/u/4653214?v=4?s=100\" width=\"100px;\" alt=\"Ruben Pascal Abel\"/><br /><sub><b>Ruben Pascal Abel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dj-rabel\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ryansonshine.com/\"><img src=\"https://avatars.githubusercontent.com/u/9534477?v=4?s=100\" width=\"100px;\" alt=\"Ryan Sonshine\"/><br /><sub><b>Ryan Sonshine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ryansonshine\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@riywo\"><img src=\"https://avatars.githubusercontent.com/u/37822?v=4?s=100\" width=\"100px;\" alt=\"Ryosuke Iwanaga\"/><br /><sub><b>Ryosuke Iwanaga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=riywo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/aisamu\"><img src=\"https://avatars.githubusercontent.com/u/431708?v=4?s=100\" width=\"100px;\" alt=\"Samuel Tschiedel\"/><br /><sub><b>Samuel Tschiedel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=aisamu\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/saudkhanzada\"><img src=\"https://avatars.githubusercontent.com/u/30137907?v=4?s=100\" width=\"100px;\" alt=\"Saud Khanzada\"/><br /><sub><b>Saud Khanzada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=saudkhanzada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottmondo\"><img src=\"https://avatars.githubusercontent.com/u/91044021?v=4?s=100\" width=\"100px;\" alt=\"Scott McFarlane\"/><br /><sub><b>Scott McFarlane</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottmondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottschreckengaust\"><img src=\"https://avatars.githubusercontent.com/u/345885?v=4?s=100\" width=\"100px;\" alt=\"Scott Schreckengaust\"/><br /><sub><b>Scott Schreckengaust</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottschreckengaust\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://skorfmann.com/\"><img src=\"https://avatars1.githubusercontent.com/u/136789?v=4?s=100\" width=\"100px;\" alt=\"Sebastian Korfmann\"/><br /><sub><b>Sebastian Korfmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skorfmann\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://selfstructured.com/\"><img src=\"https://avatars.githubusercontent.com/u/361689?v=4?s=100\" width=\"100px;\" alt=\"Shawn MacIntyre\"/><br /><sub><b>Shawn MacIntyre</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=smacintyre\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/suhasgaddam-trueaccord\"><img src=\"https://avatars.githubusercontent.com/u/68877840?v=4?s=100\" width=\"100px;\" alt=\"Suhas Gaddam\"/><br /><sub><b>Suhas Gaddam</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=suhasgaddam-trueaccord\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/thomasklinger1234\"><img src=\"https://avatars1.githubusercontent.com/u/39558817?v=4?s=100\" width=\"100px;\" alt=\"Thomas Klinger\"/><br /><sub><b>Thomas Klinger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=thomasklinger1234\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hoegertn\"><img src=\"https://avatars2.githubusercontent.com/u/1287829?v=4?s=100\" width=\"100px;\" alt=\"Thorsten Hoeger\"/><br /><sub><b>Thorsten Hoeger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hoegertn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tiararodney\"><img src=\"https://avatars.githubusercontent.com/u/56236443?v=4?s=100\" width=\"100px;\" alt=\"Tiara\"/><br /><sub><b>Tiara</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tiararodney\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tobias-bardino\"><img src=\"https://avatars.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"Tobias\"/><br /><sub><b>Tobias</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tobias-bardino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://windyroad.com.au/\"><img src=\"https://avatars.githubusercontent.com/u/7802440?v=4?s=100\" width=\"100px;\" alt=\"Tom Howard\"/><br /><sub><b>Tom Howard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tompahoward\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://dankmemes2020.com/\"><img src=\"https://avatars.githubusercontent.com/u/1083460?v=4?s=100\" width=\"100px;\" alt=\"Tom Keller\"/><br /><sub><b>Tom Keller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kellertk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tlakomy.com/\"><img src=\"https://avatars2.githubusercontent.com/u/16646517?v=4?s=100\" width=\"100px;\" alt=\"Tomasz Łakomy\"/><br /><sub><b>Tomasz Łakomy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tlakomy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tmartensen\"><img src=\"https://avatars.githubusercontent.com/u/1750466?v=4?s=100\" width=\"100px;\" alt=\"Travis Martensen\"/><br /><sub><b>Travis Martensen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmartensen\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/floydspace\"><img src=\"https://avatars.githubusercontent.com/u/5180700?v=4?s=100\" width=\"100px;\" alt=\"Victor Korzunin\"/><br /><sub><b>Victor Korzunin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=floydspace\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vladcos\"><img src=\"https://avatars.githubusercontent.com/u/135833592?v=4?s=100\" width=\"100px;\" alt=\"Vlad Cos\"/><br /><sub><b>Vlad Cos</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vladcos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://willdady.com/\"><img src=\"https://avatars.githubusercontent.com/u/204259?v=4?s=100\" width=\"100px;\" alt=\"Will Dady\"/><br /><sub><b>Will Dady</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=willdady\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yglcode\"><img src=\"https://avatars.githubusercontent.com/u/11893614?v=4?s=100\" width=\"100px;\" alt=\"Yigong Liu\"/><br /><sub><b>Yigong Liu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yglcode\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rajyan\"><img src=\"https://avatars.githubusercontent.com/u/38206553?v=4?s=100\" width=\"100px;\" alt=\"Yohta Kimura\"/><br /><sub><b>Yohta Kimura</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rajyan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://yuval.io/\"><img src=\"https://avatars.githubusercontent.com/u/5735586?v=4?s=100\" width=\"100px;\" alt=\"Yuval\"/><br /><sub><b>Yuval</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yuvalherziger\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/andrestone\"><img src=\"https://avatars1.githubusercontent.com/u/7958086?v=4?s=100\" width=\"100px;\" alt=\"andrestone\"/><br /><sub><b>andrestone</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andrestone\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/codeLeeek\"><img src=\"https://avatars.githubusercontent.com/u/49740620?v=4?s=100\" width=\"100px;\" alt=\"codeLeeek\"/><br /><sub><b>codeLeeek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=codeLeeek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/flyingImer\"><img src=\"https://avatars0.githubusercontent.com/u/1973868?v=4?s=100\" width=\"100px;\" alt=\"flyingImer\"/><br /><sub><b>flyingImer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=flyingImer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/huaxk\"><img src=\"https://avatars.githubusercontent.com/u/9971591?v=4?s=100\" width=\"100px;\" alt=\"huaxk\"/><br /><sub><b>huaxk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=huaxk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/john-tipper\"><img src=\"https://avatars2.githubusercontent.com/u/9730398?v=4?s=100\" width=\"100px;\" alt=\"john-tipper\"/><br /><sub><b>john-tipper</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=john-tipper\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/karlderkaefer\"><img src=\"https://avatars.githubusercontent.com/u/9578480?v=4?s=100\" width=\"100px;\" alt=\"karlderkaefer\"/><br /><sub><b>karlderkaefer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=karlderkaefer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kt-hr\"><img src=\"https://avatars.githubusercontent.com/u/25603933?v=4?s=100\" width=\"100px;\" alt=\"kt-hr\"/><br /><sub><b>kt-hr</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kt-hr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lmarsden\"><img src=\"https://avatars.githubusercontent.com/u/51232932?v=4?s=100\" width=\"100px;\" alt=\"lmarsden\"/><br /><sub><b>lmarsden</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lmarsden\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mtimbs\"><img src=\"https://avatars.githubusercontent.com/u/12463905?v=4?s=100\" width=\"100px;\" alt=\"michaeltimbs\"/><br /><sub><b>michaeltimbs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mtimbs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/orlandronen1\"><img src=\"https://avatars.githubusercontent.com/u/25987273?v=4?s=100\" width=\"100px;\" alt=\"orlandronen1\"/><br /><sub><b>orlandronen1</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=orlandronen1\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pvbouwel\"><img src=\"https://avatars.githubusercontent.com/u/463976?v=4?s=100\" width=\"100px;\" alt=\"pvbouwel\"/><br /><sub><b>pvbouwel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pvbouwel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tHyt-lab\"><img src=\"https://avatars.githubusercontent.com/u/11361677?v=4?s=100\" width=\"100px;\" alt=\"tHyt-lab\"/><br /><sub><b>tHyt-lab</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tHyt-lab\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Warkanlock\"><img src=\"https://avatars.githubusercontent.com/u/13340320?v=4?s=100\" width=\"100px;\" alt=\"txxnano\"/><br /><sub><b>txxnano</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Warkanlock\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vVahe\"><img src=\"https://avatars.githubusercontent.com/u/17318901?v=4?s=100\" width=\"100px;\" alt=\"vVahe\"/><br /><sub><b>vVahe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vVahe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/zetashift\"><img src=\"https://avatars.githubusercontent.com/u/1857826?v=4?s=100\" width=\"100px;\" alt=\"zetashift\"/><br /><sub><b>zetashift</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=zetashift\" title=\"Code\">💻</a></td>\n </tr>\n </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
83
+ "markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n_projen_ doesn't need to be installed. You will be using [npx](https://docs.npmjs.com/cli/v7/commands/npx) to run _projen_ which takes care of all required setup steps.\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ npx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `npx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `npx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/api/API.html#projen-awscdk-awscdkjavaapp) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/api/API.html#projen-awscdk-awscdkpythonapp) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/api/API.html#projen-awscdk-awscdktypescriptapp) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/api/API.html#projen-awscdk-awscdkconstructlibrary) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/api/API.html#projen-cdk8s-cdk8spythonapp) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/api/API.html#projen-cdk8s-cdk8stypescriptapp) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/api/API.html#projen-cdk8s-constructlibrarycdk8s) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/api/API.html#projen-cdktf-constructlibrarycdktf) - CDKTF construct library project.\n* [java](https://projen.io/api/API.html#projen-java-javaproject) - Java project.\n* [jsii](https://projen.io/api/API.html#projen-cdk-jsiiproject) - Multi-language jsii library project.\n* [nextjs](https://projen.io/api/API.html#projen-web-nextjsproject) - Next.js project without TypeScript.\n* [nextjs-ts](https://projen.io/api/API.html#projen-web-nextjstypescriptproject) - Next.js project with TypeScript.\n* [node](https://projen.io/api/API.html#projen-javascript-nodeproject) - Node.js project.\n* [project](https://projen.io/api/API.html#projen-project) - Base project.\n* [python](https://projen.io/api/API.html#projen-python-pythonproject) - Python project.\n* [react](https://projen.io/api/API.html#projen-web-reactproject) - React project without TypeScript.\n* [react-ts](https://projen.io/api/API.html#projen-web-reacttypescriptproject) - React project with TypeScript.\n* [typescript](https://projen.io/api/API.html#projen-typescript-typescriptproject) - TypeScript project.\n* [typescript-app](https://projen.io/api/API.html#projen-typescript-typescriptappproject) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `npx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `npx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `npx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `npx projen` to synthesize again.\n\n> The files generated by _projen_ are considered an \"implementation detail\" and\n> _projen_ protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\nnpx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='npx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `npx projen --help`:\n\n```shell\n$ npx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n_projen_ takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n_projen_ is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ npx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [yarn\nadd](https://classic.yarnpkg.com/en/docs/cli/add#toc-adding-dependencies) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ npx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n### Virtual Meetup\n\n- Thursday June 30, 2022\n- 1-2pm America/New_York (EDT)\n- [CFP](https://bit.ly/3NEc0UQ) a Google Form\n- CFP Closes Saturday April 30, 2022\n- Hosted on [Zoom](https://zoom.us/j/92399854777?pwd=OUZybHlobHNoZUs1VVordWhaRTVGdz09#success)\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ yarn\n$ yarn watch # compile in the background\n```\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-171-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tbody>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hunter-Thompson\"><img src=\"https://avatars.githubusercontent.com/u/20844961?v=4?s=100\" width=\"100px;\" alt=\" Aatman \"/><br /><sub><b> Aatman </b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hunter-Thompson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://accenture.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/43275295?v=4?s=100\" width=\"100px;\" alt=\"Abdullah Sahin\"/><br /><sub><b>Abdullah Sahin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abdsahin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adamelmore\"><img src=\"https://avatars2.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"Adam Elmore\"/><br /><sub><b>Adam Elmore</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adamelmore\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/agdimech\"><img src=\"https://avatars.githubusercontent.com/u/51220968?v=4?s=100\" width=\"100px;\" alt=\"Adrian Dimech\"/><br /><sub><b>Adrian Dimech</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=agdimech\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adrianmace\"><img src=\"https://avatars.githubusercontent.com/u/5071859?v=4?s=100\" width=\"100px;\" alt=\"Adrian Mace\"/><br /><sub><b>Adrian Mace</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adrianmace\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/alexforsyth\"><img src=\"https://avatars.githubusercontent.com/u/8712303?v=4?s=100\" width=\"100px;\" alt=\"Alexander Forsyth\"/><br /><sub><b>Alexander Forsyth</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=alexforsyth\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://unsubstantiated.blog/\"><img src=\"https://avatars.githubusercontent.com/u/1308885?v=4?s=100\" width=\"100px;\" alt=\"Alexander Steppke\"/><br /><sub><b>Alexander Steppke</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Miradorn\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amani.kilumanga.com/\"><img src=\"https://avatars.githubusercontent.com/u/8690282?v=4?s=100\" width=\"100px;\" alt=\"Amani Kilumanga\"/><br /><sub><b>Amani Kilumanga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dkaksl\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amin.fazl.me/\"><img src=\"https://avatars.githubusercontent.com/u/62678026?v=4?s=100\" width=\"100px;\" alt=\"Amin Fazl\"/><br /><sub><b>Amin Fazl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=AminFazlMondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kichik.com/\"><img src=\"https://avatars.githubusercontent.com/u/1156773?v=4?s=100\" width=\"100px;\" alt=\"Amir Szekely\"/><br /><sub><b>Amir Szekely</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kichik\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/amartinsg/\"><img src=\"https://avatars.githubusercontent.com/u/54241354?v=4?s=100\" width=\"100px;\" alt=\"Anderson Gomes\"/><br /><sub><b>Anderson Gomes</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andersonmgomes\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/asdcamargo\"><img src=\"https://avatars.githubusercontent.com/u/4683431?v=4?s=100\" width=\"100px;\" alt=\"Andre de Camargo\"/><br /><sub><b>Andre de Camargo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=asdcamargo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://comfortabledelusions.blogspot.com/\"><img src=\"https://avatars.githubusercontent.com/u/445764?v=4?s=100\" width=\"100px;\" alt=\"Andrew Hammond\"/><br /><sub><b>Andrew Hammond</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ahammond\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dippi\"><img src=\"https://avatars.githubusercontent.com/u/3977098?v=4?s=100\" width=\"100px;\" alt=\"Angelo Di Pilla\"/><br /><sub><b>Angelo Di Pilla</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dippi\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ansgar.dev/\"><img src=\"https://avatars.githubusercontent.com/u/1112056?v=4?s=100\" width=\"100px;\" alt=\"Ansgar Mertens\"/><br /><sub><b>Ansgar Mertens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ansgarm\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yoyomo\"><img src=\"https://avatars.githubusercontent.com/u/12818568?v=4?s=100\" width=\"100px;\" alt=\"Armando J. Ortiz Garcia\"/><br /><sub><b>Armando J. Ortiz Garcia</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yoyomo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dontirun\"><img src=\"https://avatars.githubusercontent.com/u/4570879?v=4?s=100\" width=\"100px;\" alt=\"Arun Donti\"/><br /><sub><b>Arun Donti</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dontirun\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/abelmokadem\"><img src=\"https://avatars0.githubusercontent.com/u/9717944?v=4?s=100\" width=\"100px;\" alt=\"Ash\"/><br /><sub><b>Ash</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abelmokadem\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kanatti\"><img src=\"https://avatars.githubusercontent.com/u/8623654?v=4?s=100\" width=\"100px;\" alt=\"Balagopal Kanattil\"/><br /><sub><b>Balagopal Kanattil</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kanatti\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.callant.net/\"><img src=\"https://avatars1.githubusercontent.com/u/5915843?v=4?s=100\" width=\"100px;\" alt=\"Bart Callant\"/><br /><sub><b>Bart Callant</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bartcallant\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://benlimmer.com/\"><img src=\"https://avatars.githubusercontent.com/u/630449?v=4?s=100\" width=\"100px;\" alt=\"Ben Limmer\"/><br /><sub><b>Ben Limmer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=blimmer\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bilalquadri.com/\"><img src=\"https://avatars.githubusercontent.com/u/707147?v=4?s=100\" width=\"100px;\" alt=\"Bilal Quadri\"/><br /><sub><b>Bilal Quadri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bilalq\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://transacid.de/\"><img src=\"https://avatars.githubusercontent.com/u/113231?v=4?s=100\" width=\"100px;\" alt=\"Boris Petersen\"/><br /><sub><b>Boris Petersen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=transacid\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/BradenM\"><img src=\"https://avatars.githubusercontent.com/u/5913808?v=4?s=100\" width=\"100px;\" alt=\"Braden Mars\"/><br /><sub><b>Braden Mars</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=BradenM\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bmiller08\"><img src=\"https://avatars.githubusercontent.com/u/13002874?v=4?s=100\" width=\"100px;\" alt=\"Brandon Miller\"/><br /><sub><b>Brandon Miller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bmiller08\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bhleonard\"><img src=\"https://avatars.githubusercontent.com/u/1961679?v=4?s=100\" width=\"100px;\" alt=\"Brian Leonard\"/><br /><sub><b>Brian Leonard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bhleonard\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/comcalvi\"><img src=\"https://avatars.githubusercontent.com/u/66279577?v=4?s=100\" width=\"100px;\" alt=\"Calvin Combs\"/><br /><sub><b>Calvin Combs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=comcalvi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cameroncf\"><img src=\"https://avatars.githubusercontent.com/u/789760?v=4?s=100\" width=\"100px;\" alt=\"Cameron Childress\"/><br /><sub><b>Cameron Childress</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cameroncf\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/campionfellin\"><img src=\"https://avatars3.githubusercontent.com/u/11984923?v=4?s=100\" width=\"100px;\" alt=\"Campion Fellin\"/><br /><sub><b>Campion Fellin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=campionfellin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ctasada\"><img src=\"https://avatars.githubusercontent.com/u/1381772?v=4?s=100\" width=\"100px;\" alt=\"Carlos Tasada\"/><br /><sub><b>Carlos Tasada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ctasada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cgatt\"><img src=\"https://avatars.githubusercontent.com/u/45865322?v=4?s=100\" width=\"100px;\" alt=\"Chris Gatt\"/><br /><sub><b>Chris Gatt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cgatt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://rybicki.io/\"><img src=\"https://avatars2.githubusercontent.com/u/5008987?v=4?s=100\" width=\"100px;\" alt=\"Christopher Rybicki\"/><br /><sub><b>Christopher Rybicki</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Chriscbr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/corymhall\"><img src=\"https://avatars.githubusercontent.com/u/43035978?v=4?s=100\" width=\"100px;\" alt=\"Cory Hall\"/><br /><sub><b>Cory Hall</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=corymhall\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://aws.amazon.com/chime/chime-sdk/\"><img src=\"https://avatars.githubusercontent.com/u/71404236?v=4?s=100\" width=\"100px;\" alt=\"Court Schuett\"/><br /><sub><b>Court Schuett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=schuettc\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@craig.burdulis\"><img src=\"https://avatars.githubusercontent.com/u/12520946?v=4?s=100\" width=\"100px;\" alt=\"Craig Burdulis\"/><br /><sub><b>Craig Burdulis</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=icj217\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pallares.io/\"><img src=\"https://avatars3.githubusercontent.com/u/1077520?v=4?s=100\" width=\"100px;\" alt=\"Cristian Pallarés\"/><br /><sub><b>Cristian Pallarés</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skyrpex\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://danielmschmidt.de/\"><img src=\"https://avatars.githubusercontent.com/u/1337046?v=4?s=100\" width=\"100px;\" alt=\"Daniel Schmidt\"/><br /><sub><b>Daniel Schmidt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=DanielMSchmidt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://typefully.com/dannysteenman\"><img src=\"https://avatars.githubusercontent.com/u/15192660?v=4?s=100\" width=\"100px;\" alt=\"Danny Steenman\"/><br /><sub><b>Danny Steenman</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dannysteenman\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eduardomourar\"><img src=\"https://avatars.githubusercontent.com/u/16357187?v=4?s=100\" width=\"100px;\" alt=\"Eduardo Rodrigues\"/><br /><sub><b>Eduardo Rodrigues</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eduardomourar\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://eladb.github.com/\"><img src=\"https://avatars3.githubusercontent.com/u/598796?v=4?s=100\" width=\"100px;\" alt=\"Elad Ben-Israel\"/><br /><sub><b>Elad Ben-Israel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eladb\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/iliapolo\"><img src=\"https://avatars.githubusercontent.com/u/1428812?v=4?s=100\" width=\"100px;\" alt=\"Eli Polonsky\"/><br /><sub><b>Eli Polonsky</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=iliapolo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://elig.io/\"><img src=\"https://avatars.githubusercontent.com/u/22875166?v=4?s=100\" width=\"100px;\" alt=\"Eligio Mariño\"/><br /><sub><b>Eligio Mariño</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmeligio\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Tucker-Eric\"><img src=\"https://avatars.githubusercontent.com/u/6483755?v=4?s=100\" width=\"100px;\" alt=\"Eric Tucker\"/><br /><sub><b>Eric Tucker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Tucker-Eric\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/echeung-amzn\"><img src=\"https://avatars.githubusercontent.com/u/81188333?v=4?s=100\" width=\"100px;\" alt=\"Eugene Cheung\"/><br /><sub><b>Eugene Cheung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=echeung-amzn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/FonsBiemans\"><img src=\"https://avatars.githubusercontent.com/u/34266227?v=4?s=100\" width=\"100px;\" alt=\"Fons Biemans\"/><br /><sub><b>Fons Biemans</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=FonsBiemans\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fynnfluegge\"><img src=\"https://avatars.githubusercontent.com/u/16321871?v=4?s=100\" width=\"100px;\" alt=\"Fynn Flügge\"/><br /><sub><b>Fynn Flügge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fynnfluegge\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gradybarrett\"><img src=\"https://avatars1.githubusercontent.com/u/1140074?v=4?s=100\" width=\"100px;\" alt=\"Grady Barrett\"/><br /><sub><b>Grady Barrett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gradybarrett\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://blog.herlein.com/\"><img src=\"https://avatars.githubusercontent.com/u/173428?v=4?s=100\" width=\"100px;\" alt=\"Greg Herlein\"/><br /><sub><b>Greg Herlein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gherlein\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hasanaburayyan\"><img src=\"https://avatars.githubusercontent.com/u/45375125?v=4?s=100\" width=\"100px;\" alt=\"Hasan\"/><br /><sub><b>Hasan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hasanaburayyan\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hassanazharkhan\"><img src=\"https://avatars.githubusercontent.com/u/57677979?v=4?s=100\" width=\"100px;\" alt=\"Hassan Azhar\"/><br /><sub><b>Hassan Azhar</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hassanazharkhan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/HassanMahmud\"><img src=\"https://avatars3.githubusercontent.com/u/58504381?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HassanMahmud\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dk.linkedin.com/in/hassanmahmud93\"><img src=\"https://avatars1.githubusercontent.com/u/7426703?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hass123uk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mKeRix\"><img src=\"https://avatars.githubusercontent.com/u/770596?v=4?s=100\" width=\"100px;\" alt=\"Heiko Rothe\"/><br /><sub><b>Heiko Rothe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mKeRix\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hyandell\"><img src=\"https://avatars.githubusercontent.com/u/477715?v=4?s=100\" width=\"100px;\" alt=\"Henri Yandell\"/><br /><sub><b>Henri Yandell</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hyandell\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/henrysachs\"><img src=\"https://avatars0.githubusercontent.com/u/17173951?v=4?s=100\" width=\"100px;\" alt=\"Henry Sachs\"/><br /><sub><b>Henry Sachs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=henrysachs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.hoseung.me/\"><img src=\"https://avatars.githubusercontent.com/u/39669819?v=4?s=100\" width=\"100px;\" alt=\"Hoseung\"/><br /><sub><b>Hoseung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HoseungJang\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bandism.net/\"><img src=\"https://avatars.githubusercontent.com/u/22633385?v=4?s=100\" width=\"100px;\" alt=\"Ikko Ashimine\"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eltociear\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jackleslie\"><img src=\"https://avatars.githubusercontent.com/u/52004409?v=4?s=100\" width=\"100px;\" alt=\"Jack Leslie\"/><br /><sub><b>Jack Leslie</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jackleslie\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JackMoseley2001\"><img src=\"https://avatars.githubusercontent.com/u/10659397?v=4?s=100\" width=\"100px;\" alt=\"Jack Moseley\"/><br /><sub><b>Jack Moseley</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JackMoseley2001\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cogwirrel\"><img src=\"https://avatars.githubusercontent.com/u/1848603?v=4?s=100\" width=\"100px;\" alt=\"Jack Stevenson\"/><br /><sub><b>Jack Stevenson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cogwirrel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmourelos\"><img src=\"https://avatars3.githubusercontent.com/u/3878434?v=4?s=100\" width=\"100px;\" alt=\"Jacob\"/><br /><sub><b>Jacob</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmourelos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://joapy.com/\"><img src=\"https://avatars3.githubusercontent.com/u/325306?v=4?s=100\" width=\"100px;\" alt=\"Jake Pearson\"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jakepearson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://twitter.com/bracki\"><img src=\"https://avatars.githubusercontent.com/u/49786?v=4?s=100\" width=\"100px;\" alt=\"Jan Brauer\"/><br /><sub><b>Jan Brauer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bracki\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmalins\"><img src=\"https://avatars.githubusercontent.com/u/2001356?v=4?s=100\" width=\"100px;\" alt=\"Jeff Malins\"/><br /><sub><b>Jeff Malins</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmalins\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JeremyJonas\"><img src=\"https://avatars1.githubusercontent.com/u/464119?v=4?s=100\" width=\"100px;\" alt=\"Jeremy Jonas\"/><br /><sub><b>Jeremy Jonas</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JeremyJonas\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jesse-grabowski\"><img src=\"https://avatars.githubusercontent.com/u/2453853?v=4?s=100\" width=\"100px;\" alt=\"Jesse Grabowski\"/><br /><sub><b>Jesse Grabowski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jesse-grabowski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jolo-dev\"><img src=\"https://avatars.githubusercontent.com/u/54506108?v=4?s=100\" width=\"100px;\" alt=\"JoLo\"/><br /><sub><b>JoLo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jolo-dev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/devnoo\"><img src=\"https://avatars.githubusercontent.com/u/94448?v=4?s=100\" width=\"100px;\" alt=\"Job de Noo\"/><br /><sub><b>Job de Noo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=devnoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jogold\"><img src=\"https://avatars2.githubusercontent.com/u/12623249?v=4?s=100\" width=\"100px;\" alt=\"Jonathan Goldwasser\"/><br /><sub><b>Jonathan Goldwasser</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jogold\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/joostvdwsd\"><img src=\"https://avatars.githubusercontent.com/u/25637088?v=4?s=100\" width=\"100px;\" alt=\"Joost van der Waal\"/><br /><sub><b>Joost van der Waal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=joostvdwsd\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JordanSinko\"><img src=\"https://avatars2.githubusercontent.com/u/10212966?v=4?s=100\" width=\"100px;\" alt=\"Jordan Sinko\"/><br /><sub><b>Jordan Sinko</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JordanSinko\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eganjs\"><img src=\"https://avatars3.githubusercontent.com/u/6639482?v=4?s=100\" width=\"100px;\" alt=\"Joseph Egan\"/><br /><sub><b>Joseph Egan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eganjs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/misterjoshua\"><img src=\"https://avatars2.githubusercontent.com/u/644092?v=4?s=100\" width=\"100px;\" alt=\"Josh Kellendonk\"/><br /><sub><b>Josh Kellendonk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=misterjoshua\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/juho9000\"><img src=\"https://avatars.githubusercontent.com/u/13867853?v=4?s=100\" width=\"100px;\" alt=\"Juho Majasaari\"/><br /><sub><b>Juho Majasaari</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=juho9000\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hi-Fi\"><img src=\"https://avatars.githubusercontent.com/u/1499780?v=4?s=100\" width=\"100px;\" alt=\"Juho Saarinen\"/><br /><sub><b>Juho Saarinen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hi-Fi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/julian-michel-812a223a/\"><img src=\"https://avatars.githubusercontent.com/u/15660169?v=4?s=100\" width=\"100px;\" alt=\"Julian Michel\"/><br /><sub><b>Julian Michel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jumic\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kaizencc\"><img src=\"https://avatars.githubusercontent.com/u/36202692?v=4?s=100\" width=\"100px;\" alt=\"Kaizen Conroy\"/><br /><sub><b>Kaizen Conroy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kaizencc\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kcwinner\"><img src=\"https://avatars3.githubusercontent.com/u/2728868?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Winner\"/><br /><sub><b>Kenneth Winner</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kcwinner\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kenneth.wussmann.net/\"><img src=\"https://avatars.githubusercontent.com/u/11491506?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Wußmann\"/><br /><sub><b>Kenneth Wußmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=KennethWussmann\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kennyg\"><img src=\"https://avatars.githubusercontent.com/u/98244?v=4?s=100\" width=\"100px;\" alt=\"Kenny Gatdula\"/><br /><sub><b>Kenny Gatdula</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kennyg\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tinovyatkin\"><img src=\"https://avatars.githubusercontent.com/u/5350898?v=4?s=100\" width=\"100px;\" alt=\"Konstantin Vyatkin\"/><br /><sub><b>Konstantin Vyatkin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tinovyatkin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bigkraig\"><img src=\"https://avatars1.githubusercontent.com/u/508403?v=4?s=100\" width=\"100px;\" alt=\"Kraig Amador\"/><br /><sub><b>Kraig Amador</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bigkraig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kdabir.com/\"><img src=\"https://avatars.githubusercontent.com/u/735240?v=4?s=100\" width=\"100px;\" alt=\"Kunal Dabir\"/><br /><sub><b>Kunal Dabir</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kdabir\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kylelaker.com/\"><img src=\"https://avatars.githubusercontent.com/u/850893?v=4?s=100\" width=\"100px;\" alt=\"Kyle Laker\"/><br /><sub><b>Kyle Laker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kylelaker\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexfelixpost\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexfelixpost\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexGPT\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexGPT\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Liam-Johnston\"><img src=\"https://avatars.githubusercontent.com/u/30859946?v=4?s=100\" width=\"100px;\" alt=\"Liam Johnston\"/><br /><sub><b>Liam Johnston</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Liam-Johnston\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/WtfJoke\"><img src=\"https://avatars.githubusercontent.com/u/7139697?v=4?s=100\" width=\"100px;\" alt=\"Manuel\"/><br /><sub><b>Manuel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=WtfJoke\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marciocadev\"><img src=\"https://avatars.githubusercontent.com/u/67694075?v=4?s=100\" width=\"100px;\" alt=\"Marcio Cruz de Almeida\"/><br /><sub><b>Marcio Cruz de Almeida</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marciocadev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmcculloh-dms\"><img src=\"https://avatars.githubusercontent.com/u/68597641?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmcculloh-dms\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/mark-mcculloh/\"><img src=\"https://avatars.githubusercontent.com/u/1237390?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MarkMcCulloh\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://polothy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/634657?v=4?s=100\" width=\"100px;\" alt=\"Mark Nielsen\"/><br /><sub><b>Mark Nielsen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=polothy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marnixdessing\"><img src=\"https://avatars.githubusercontent.com/u/14939820?v=4?s=100\" width=\"100px;\" alt=\"Marnix Dessing\"/><br /><sub><b>Marnix Dessing</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marnixdessing\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmuller88\"><img src=\"https://avatars0.githubusercontent.com/u/18393842?v=4?s=100\" width=\"100px;\" alt=\"Martin Muller\"/><br /><sub><b>Martin Muller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmuller88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mzuber\"><img src=\"https://avatars.githubusercontent.com/u/948563?v=4?s=100\" width=\"100px;\" alt=\"Martin Zuber\"/><br /><sub><b>Martin Zuber</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mzuber\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tmokmss.hatenablog.com/\"><img src=\"https://avatars.githubusercontent.com/u/7490655?v=4?s=100\" width=\"100px;\" alt=\"Masashi Tomooka\"/><br /><sub><b>Masashi Tomooka</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmokmss\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/matt9ucci\"><img src=\"https://avatars.githubusercontent.com/u/8044346?v=4?s=100\" width=\"100px;\" alt=\"Matt Gucci\"/><br /><sub><b>Matt Gucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=matt9ucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dev.to/martzcodes\"><img src=\"https://avatars1.githubusercontent.com/u/978362?v=4?s=100\" width=\"100px;\" alt=\"Matt Martz\"/><br /><sub><b>Matt Martz</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=martzcodes\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/diranged\"><img src=\"https://avatars.githubusercontent.com/u/768067?v=4?s=100\" width=\"100px;\" alt=\"Matt Wise\"/><br /><sub><b>Matt Wise</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=diranged\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/msessa\"><img src=\"https://avatars.githubusercontent.com/u/1912143?v=4?s=100\" width=\"100px;\" alt=\"Matteo Sessa\"/><br /><sub><b>Matteo Sessa</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=msessa\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.matthewbonig.com/\"><img src=\"https://avatars2.githubusercontent.com/u/1559437?v=4?s=100\" width=\"100px;\" alt=\"Matthew Bonig\"/><br /><sub><b>Matthew Bonig</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mbonig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mwg-rea\"><img src=\"https://avatars.githubusercontent.com/u/82480228?v=4?s=100\" width=\"100px;\" alt=\"Matthew Gamble\"/><br /><sub><b>Matthew Gamble</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mwg-rea\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fongie\"><img src=\"https://avatars1.githubusercontent.com/u/19932622?v=4?s=100\" width=\"100px;\" alt=\"Max Körlinge\"/><br /><sub><b>Max Körlinge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fongie\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mayurm88\"><img src=\"https://avatars.githubusercontent.com/u/75965317?v=4?s=100\" width=\"100px;\" alt=\"Mayur Mahrotri\"/><br /><sub><b>Mayur Mahrotri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mayurm88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mikejgray\"><img src=\"https://avatars.githubusercontent.com/u/30268971?v=4?s=100\" width=\"100px;\" alt=\"Mike\"/><br /><sub><b>Mike</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mikejgray\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/MrArnoldPalmer\"><img src=\"https://avatars.githubusercontent.com/u/7221111?v=4?s=100\" width=\"100px;\" alt=\"Mitchell Valine\"/><br /><sub><b>Mitchell Valine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MrArnoldPalmer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://moritzkornher.de/\"><img src=\"https://avatars.githubusercontent.com/u/379814?v=4?s=100\" width=\"100px;\" alt=\"Momo Kornher\"/><br /><sub><b>Momo Kornher</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mrgrain\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gmukul01\"><img src=\"https://avatars.githubusercontent.com/u/3636885?v=4?s=100\" width=\"100px;\" alt=\"Mukul Bansal\"/><br /><sub><b>Mukul Bansal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmukul01\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.neilkuan.net/\"><img src=\"https://avatars.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"Neil Kuan\"/><br /><sub><b>Neil Kuan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=neilkuan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nicholas-keers\"><img src=\"https://avatars.githubusercontent.com/u/94363953?v=4?s=100\" width=\"100px;\" alt=\"Nick Keers\"/><br /><sub><b>Nick Keers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nicholas-keers\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/njlynch\"><img src=\"https://avatars.githubusercontent.com/u/1376292?v=4?s=100\" width=\"100px;\" alt=\"Nick Lynch\"/><br /><sub><b>Nick Lynch</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=njlynch\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nbyl\"><img src=\"https://avatars.githubusercontent.com/u/1185719?v=4?s=100\" width=\"100px;\" alt=\"Nicolas Byl\"/><br /><sub><b>Nicolas Byl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nbyl\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nikhil-zadoo\"><img src=\"https://avatars.githubusercontent.com/u/29751551?v=4?s=100\" width=\"100px;\" alt=\"Nikhil Zadoo\"/><br /><sub><b>Nikhil Zadoo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikhil-zadoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://nikovirtala.io/\"><img src=\"https://avatars.githubusercontent.com/u/6813506?v=4?s=100\" width=\"100px;\" alt=\"Niko Virtala\"/><br /><sub><b>Niko Virtala</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikovirtala\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/niraj8\"><img src=\"https://avatars.githubusercontent.com/u/8666468?v=4?s=100\" width=\"100px;\" alt=\"Niraj Palecha\"/><br /><sub><b>Niraj Palecha</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=niraj8\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dandelionur\"><img src=\"https://avatars.githubusercontent.com/u/89805919?v=4?s=100\" width=\"100px;\" alt=\"Nurbanu\"/><br /><sub><b>Nurbanu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dandelionur\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pahud\"><img src=\"https://avatars3.githubusercontent.com/u/278432?v=4?s=100\" width=\"100px;\" alt=\"Pahud Hsieh\"/><br /><sub><b>Pahud Hsieh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pahud\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/patrickdean\"><img src=\"https://avatars.githubusercontent.com/u/1610088?v=4?s=100\" width=\"100px;\" alt=\"Patrick\"/><br /><sub><b>Patrick</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=patrickdean\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/duckpuppy\"><img src=\"https://avatars.githubusercontent.com/u/19253?v=4?s=100\" width=\"100px;\" alt=\"Patrick Aikens\"/><br /><sub><b>Patrick Aikens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=duckpuppy\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pepperize.com/\"><img src=\"https://avatars.githubusercontent.com/u/13916107?v=4?s=100\" width=\"100px;\" alt=\"Patrick Florek\"/><br /><sub><b>Patrick Florek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pflorek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://p6m7g8.github.io/\"><img src=\"https://avatars0.githubusercontent.com/u/34295?v=4?s=100\" width=\"100px;\" alt=\"Philip M. Gollucci\"/><br /><sub><b>Philip M. Gollucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgollucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/philipmw\"><img src=\"https://avatars.githubusercontent.com/u/1379645?v=4?s=100\" width=\"100px;\" alt=\"Philip White\"/><br /><sub><b>Philip White</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=philipmw\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://garbe.io/\"><img src=\"https://avatars.githubusercontent.com/u/721899?v=4?s=100\" width=\"100px;\" alt=\"Philipp Garbe\"/><br /><sub><b>Philipp Garbe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgarbe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dynobase.dev/\"><img src=\"https://avatars3.githubusercontent.com/u/3391616?v=4?s=100\" width=\"100px;\" alt=\"Rafal Wilinski\"/><br /><sub><b>Rafal Wilinski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RafalWilinski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ramihusein.com/\"><img src=\"https://avatars.githubusercontent.com/u/96155378?v=4?s=100\" width=\"100px;\" alt=\"Rami Husein\"/><br /><sub><b>Rami Husein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rami-husein\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rix0r.nl/\"><img src=\"https://avatars.githubusercontent.com/u/524162?v=4?s=100\" width=\"100px;\" alt=\"Rico Huijbers\"/><br /><sub><b>Rico Huijbers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rix0rrr\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://robbiemackay.com/\"><img src=\"https://avatars.githubusercontent.com/u/7965?v=4?s=100\" width=\"100px;\" alt=\"Robbie Mackay\"/><br /><sub><b>Robbie Mackay</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rjmackay\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/robert-affinidi\"><img src=\"https://avatars.githubusercontent.com/u/88320072?v=4?s=100\" width=\"100px;\" alt=\"Robert\"/><br /><sub><b>Robert</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=robert-affinidi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rfrezinos.wordpress.com/\"><img src=\"https://avatars.githubusercontent.com/u/3926597?v=4?s=100\" width=\"100px;\" alt=\"Rodrigo Farias Rezino\"/><br /><sub><b>Rodrigo Farias Rezino</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rfrezino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rogerchi\"><img src=\"https://avatars.githubusercontent.com/u/625496?v=4?s=100\" width=\"100px;\" alt=\"Roger Chi\"/><br /><sub><b>Roger Chi</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rogerchi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://keybase.io/romainmuller\"><img src=\"https://avatars2.githubusercontent.com/u/411689?v=4?s=100\" width=\"100px;\" alt=\"Romain Marcadier\"/><br /><sub><b>Romain Marcadier</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RomainMuller\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/quesabe\"><img src=\"https://avatars.githubusercontent.com/u/90195036?v=4?s=100\" width=\"100px;\" alt=\"Roman Vasilev\"/><br /><sub><b>Roman Vasilev</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=quesabe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dj-rabel\"><img src=\"https://avatars.githubusercontent.com/u/4653214?v=4?s=100\" width=\"100px;\" alt=\"Ruben Pascal Abel\"/><br /><sub><b>Ruben Pascal Abel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dj-rabel\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ryansonshine.com/\"><img src=\"https://avatars.githubusercontent.com/u/9534477?v=4?s=100\" width=\"100px;\" alt=\"Ryan Sonshine\"/><br /><sub><b>Ryan Sonshine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ryansonshine\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@riywo\"><img src=\"https://avatars.githubusercontent.com/u/37822?v=4?s=100\" width=\"100px;\" alt=\"Ryosuke Iwanaga\"/><br /><sub><b>Ryosuke Iwanaga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=riywo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/aisamu\"><img src=\"https://avatars.githubusercontent.com/u/431708?v=4?s=100\" width=\"100px;\" alt=\"Samuel Tschiedel\"/><br /><sub><b>Samuel Tschiedel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=aisamu\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/saudkhanzada\"><img src=\"https://avatars.githubusercontent.com/u/30137907?v=4?s=100\" width=\"100px;\" alt=\"Saud Khanzada\"/><br /><sub><b>Saud Khanzada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=saudkhanzada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottmondo\"><img src=\"https://avatars.githubusercontent.com/u/91044021?v=4?s=100\" width=\"100px;\" alt=\"Scott McFarlane\"/><br /><sub><b>Scott McFarlane</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottmondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottschreckengaust\"><img src=\"https://avatars.githubusercontent.com/u/345885?v=4?s=100\" width=\"100px;\" alt=\"Scott Schreckengaust\"/><br /><sub><b>Scott Schreckengaust</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottschreckengaust\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://skorfmann.com/\"><img src=\"https://avatars1.githubusercontent.com/u/136789?v=4?s=100\" width=\"100px;\" alt=\"Sebastian Korfmann\"/><br /><sub><b>Sebastian Korfmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skorfmann\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://selfstructured.com/\"><img src=\"https://avatars.githubusercontent.com/u/361689?v=4?s=100\" width=\"100px;\" alt=\"Shawn MacIntyre\"/><br /><sub><b>Shawn MacIntyre</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=smacintyre\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/suhasgaddam-trueaccord\"><img src=\"https://avatars.githubusercontent.com/u/68877840?v=4?s=100\" width=\"100px;\" alt=\"Suhas Gaddam\"/><br /><sub><b>Suhas Gaddam</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=suhasgaddam-trueaccord\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/thomasklinger1234\"><img src=\"https://avatars1.githubusercontent.com/u/39558817?v=4?s=100\" width=\"100px;\" alt=\"Thomas Klinger\"/><br /><sub><b>Thomas Klinger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=thomasklinger1234\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hoegertn\"><img src=\"https://avatars2.githubusercontent.com/u/1287829?v=4?s=100\" width=\"100px;\" alt=\"Thorsten Hoeger\"/><br /><sub><b>Thorsten Hoeger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hoegertn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tiararodney\"><img src=\"https://avatars.githubusercontent.com/u/56236443?v=4?s=100\" width=\"100px;\" alt=\"Tiara\"/><br /><sub><b>Tiara</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tiararodney\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tobias-bardino\"><img src=\"https://avatars.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"Tobias\"/><br /><sub><b>Tobias</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tobias-bardino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://windyroad.com.au/\"><img src=\"https://avatars.githubusercontent.com/u/7802440?v=4?s=100\" width=\"100px;\" alt=\"Tom Howard\"/><br /><sub><b>Tom Howard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tompahoward\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://dankmemes2020.com/\"><img src=\"https://avatars.githubusercontent.com/u/1083460?v=4?s=100\" width=\"100px;\" alt=\"Tom Keller\"/><br /><sub><b>Tom Keller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kellertk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tlakomy.com/\"><img src=\"https://avatars2.githubusercontent.com/u/16646517?v=4?s=100\" width=\"100px;\" alt=\"Tomasz Łakomy\"/><br /><sub><b>Tomasz Łakomy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tlakomy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tmartensen\"><img src=\"https://avatars.githubusercontent.com/u/1750466?v=4?s=100\" width=\"100px;\" alt=\"Travis Martensen\"/><br /><sub><b>Travis Martensen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmartensen\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/floydspace\"><img src=\"https://avatars.githubusercontent.com/u/5180700?v=4?s=100\" width=\"100px;\" alt=\"Victor Korzunin\"/><br /><sub><b>Victor Korzunin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=floydspace\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vladcos\"><img src=\"https://avatars.githubusercontent.com/u/135833592?v=4?s=100\" width=\"100px;\" alt=\"Vlad Cos\"/><br /><sub><b>Vlad Cos</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vladcos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://willdady.com/\"><img src=\"https://avatars.githubusercontent.com/u/204259?v=4?s=100\" width=\"100px;\" alt=\"Will Dady\"/><br /><sub><b>Will Dady</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=willdady\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yglcode\"><img src=\"https://avatars.githubusercontent.com/u/11893614?v=4?s=100\" width=\"100px;\" alt=\"Yigong Liu\"/><br /><sub><b>Yigong Liu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yglcode\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rajyan\"><img src=\"https://avatars.githubusercontent.com/u/38206553?v=4?s=100\" width=\"100px;\" alt=\"Yohta Kimura\"/><br /><sub><b>Yohta Kimura</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rajyan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://yuval.io/\"><img src=\"https://avatars.githubusercontent.com/u/5735586?v=4?s=100\" width=\"100px;\" alt=\"Yuval\"/><br /><sub><b>Yuval</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yuvalherziger\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/andrestone\"><img src=\"https://avatars1.githubusercontent.com/u/7958086?v=4?s=100\" width=\"100px;\" alt=\"andrestone\"/><br /><sub><b>andrestone</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andrestone\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/codeLeeek\"><img src=\"https://avatars.githubusercontent.com/u/49740620?v=4?s=100\" width=\"100px;\" alt=\"codeLeeek\"/><br /><sub><b>codeLeeek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=codeLeeek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/flyingImer\"><img src=\"https://avatars0.githubusercontent.com/u/1973868?v=4?s=100\" width=\"100px;\" alt=\"flyingImer\"/><br /><sub><b>flyingImer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=flyingImer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/huaxk\"><img src=\"https://avatars.githubusercontent.com/u/9971591?v=4?s=100\" width=\"100px;\" alt=\"huaxk\"/><br /><sub><b>huaxk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=huaxk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/john-tipper\"><img src=\"https://avatars2.githubusercontent.com/u/9730398?v=4?s=100\" width=\"100px;\" alt=\"john-tipper\"/><br /><sub><b>john-tipper</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=john-tipper\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/karlderkaefer\"><img src=\"https://avatars.githubusercontent.com/u/9578480?v=4?s=100\" width=\"100px;\" alt=\"karlderkaefer\"/><br /><sub><b>karlderkaefer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=karlderkaefer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kt-hr\"><img src=\"https://avatars.githubusercontent.com/u/25603933?v=4?s=100\" width=\"100px;\" alt=\"kt-hr\"/><br /><sub><b>kt-hr</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kt-hr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lmarsden\"><img src=\"https://avatars.githubusercontent.com/u/51232932?v=4?s=100\" width=\"100px;\" alt=\"lmarsden\"/><br /><sub><b>lmarsden</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lmarsden\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mtimbs\"><img src=\"https://avatars.githubusercontent.com/u/12463905?v=4?s=100\" width=\"100px;\" alt=\"michaeltimbs\"/><br /><sub><b>michaeltimbs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mtimbs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/orlandronen1\"><img src=\"https://avatars.githubusercontent.com/u/25987273?v=4?s=100\" width=\"100px;\" alt=\"orlandronen1\"/><br /><sub><b>orlandronen1</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=orlandronen1\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pvbouwel\"><img src=\"https://avatars.githubusercontent.com/u/463976?v=4?s=100\" width=\"100px;\" alt=\"pvbouwel\"/><br /><sub><b>pvbouwel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pvbouwel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tHyt-lab\"><img src=\"https://avatars.githubusercontent.com/u/11361677?v=4?s=100\" width=\"100px;\" alt=\"tHyt-lab\"/><br /><sub><b>tHyt-lab</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tHyt-lab\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Warkanlock\"><img src=\"https://avatars.githubusercontent.com/u/13340320?v=4?s=100\" width=\"100px;\" alt=\"txxnano\"/><br /><sub><b>txxnano</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Warkanlock\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vVahe\"><img src=\"https://avatars.githubusercontent.com/u/17318901?v=4?s=100\" width=\"100px;\" alt=\"vVahe\"/><br /><sub><b>vVahe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vVahe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/zetashift\"><img src=\"https://avatars.githubusercontent.com/u/1857826?v=4?s=100\" width=\"100px;\" alt=\"zetashift\"/><br /><sub><b>zetashift</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=zetashift\" title=\"Code\">💻</a></td>\n </tr>\n </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
84
84
  },
85
85
  "repository": {
86
86
  "type": "git",
@@ -292,7 +292,7 @@
292
292
  },
293
293
  "locationInModule": {
294
294
  "filename": "src/component.ts",
295
- "line": 54
295
+ "line": 53
296
296
  },
297
297
  "name": "postSynthesize"
298
298
  },
@@ -303,7 +303,7 @@
303
303
  },
304
304
  "locationInModule": {
305
305
  "filename": "src/component.ts",
306
- "line": 44
306
+ "line": 43
307
307
  },
308
308
  "name": "preSynthesize"
309
309
  },
@@ -314,7 +314,7 @@
314
314
  },
315
315
  "locationInModule": {
316
316
  "filename": "src/component.ts",
317
- "line": 49
317
+ "line": 48
318
318
  },
319
319
  "name": "synthesize"
320
320
  }
@@ -3349,7 +3349,7 @@
3349
3349
  "kind": "interface",
3350
3350
  "locationInModule": {
3351
3351
  "filename": "src/project.ts",
3352
- "line": 121
3352
+ "line": 126
3353
3353
  },
3354
3354
  "name": "GitOptions",
3355
3355
  "properties": [
@@ -3363,7 +3363,7 @@
3363
3363
  "immutable": true,
3364
3364
  "locationInModule": {
3365
3365
  "filename": "src/project.ts",
3366
- "line": 127
3366
+ "line": 132
3367
3367
  },
3368
3368
  "name": "lfsPatterns",
3369
3369
  "optional": true,
@@ -5024,7 +5024,7 @@
5024
5024
  "kind": "interface",
5025
5025
  "locationInModule": {
5026
5026
  "filename": "src/project.ts",
5027
- "line": 738
5027
+ "line": 690
5028
5028
  },
5029
5029
  "name": "InitProject",
5030
5030
  "properties": [
@@ -5037,7 +5037,7 @@
5037
5037
  "immutable": true,
5038
5038
  "locationInModule": {
5039
5039
  "filename": "src/project.ts",
5040
- "line": 747
5040
+ "line": 699
5041
5041
  },
5042
5042
  "name": "args",
5043
5043
  "type": {
@@ -5060,7 +5060,7 @@
5060
5060
  "immutable": true,
5061
5061
  "locationInModule": {
5062
5062
  "filename": "src/project.ts",
5063
- "line": 758
5063
+ "line": 710
5064
5064
  },
5065
5065
  "name": "comments",
5066
5066
  "type": {
@@ -5076,7 +5076,7 @@
5076
5076
  "immutable": true,
5077
5077
  "locationInModule": {
5078
5078
  "filename": "src/project.ts",
5079
- "line": 742
5079
+ "line": 694
5080
5080
  },
5081
5081
  "name": "fqn",
5082
5082
  "type": {
@@ -5092,7 +5092,7 @@
5092
5092
  "immutable": true,
5093
5093
  "locationInModule": {
5094
5094
  "filename": "src/project.ts",
5095
- "line": 752
5095
+ "line": 704
5096
5096
  },
5097
5097
  "name": "type",
5098
5098
  "type": {
@@ -6562,7 +6562,7 @@
6562
6562
  },
6563
6563
  "locationInModule": {
6564
6564
  "filename": "src/project.ts",
6565
- "line": 244
6565
+ "line": 242
6566
6566
  },
6567
6567
  "parameters": [
6568
6568
  {
@@ -6576,7 +6576,7 @@
6576
6576
  "kind": "class",
6577
6577
  "locationInModule": {
6578
6578
  "filename": "src/project.ts",
6579
- "line": 133
6579
+ "line": 138
6580
6580
  },
6581
6581
  "methods": [
6582
6582
  {
@@ -6586,7 +6586,7 @@
6586
6586
  },
6587
6587
  "locationInModule": {
6588
6588
  "filename": "src/project.ts",
6589
- "line": 143
6589
+ "line": 148
6590
6590
  },
6591
6591
  "name": "isProject",
6592
6592
  "parameters": [
@@ -6615,7 +6615,7 @@
6615
6615
  },
6616
6616
  "locationInModule": {
6617
6617
  "filename": "src/project.ts",
6618
- "line": 153
6618
+ "line": 158
6619
6619
  },
6620
6620
  "name": "of",
6621
6621
  "parameters": [
@@ -6641,7 +6641,7 @@
6641
6641
  },
6642
6642
  "locationInModule": {
6643
6643
  "filename": "src/project.ts",
6644
- "line": 545
6644
+ "line": 531
6645
6645
  },
6646
6646
  "name": "addExcludeFromCleanup",
6647
6647
  "parameters": [
@@ -6665,7 +6665,7 @@
6665
6665
  },
6666
6666
  "locationInModule": {
6667
6667
  "filename": "src/project.ts",
6668
- "line": 574
6668
+ "line": 560
6669
6669
  },
6670
6670
  "name": "addGitIgnore",
6671
6671
  "parameters": [
@@ -6688,7 +6688,7 @@
6688
6688
  },
6689
6689
  "locationInModule": {
6690
6690
  "filename": "src/project.ts",
6691
- "line": 566
6691
+ "line": 552
6692
6692
  },
6693
6693
  "name": "addPackageIgnore",
6694
6694
  "parameters": [
@@ -6711,7 +6711,7 @@
6711
6711
  },
6712
6712
  "locationInModule": {
6713
6713
  "filename": "src/project.ts",
6714
- "line": 395
6714
+ "line": 400
6715
6715
  },
6716
6716
  "name": "addTask",
6717
6717
  "parameters": [
@@ -6749,7 +6749,7 @@
6749
6749
  },
6750
6750
  "locationInModule": {
6751
6751
  "filename": "src/project.ts",
6752
- "line": 535
6752
+ "line": 521
6753
6753
  },
6754
6754
  "name": "addTip",
6755
6755
  "parameters": [
@@ -6772,7 +6772,7 @@
6772
6772
  },
6773
6773
  "locationInModule": {
6774
6774
  "filename": "src/project.ts",
6775
- "line": 585
6775
+ "line": 571
6776
6776
  },
6777
6777
  "name": "annotateGenerated",
6778
6778
  "parameters": [
@@ -6795,7 +6795,7 @@
6795
6795
  },
6796
6796
  "locationInModule": {
6797
6797
  "filename": "src/project.ts",
6798
- "line": 673
6798
+ "line": 659
6799
6799
  },
6800
6800
  "name": "postSynthesize"
6801
6801
  },
@@ -6806,7 +6806,7 @@
6806
6806
  },
6807
6807
  "locationInModule": {
6808
6808
  "filename": "src/project.ts",
6809
- "line": 668
6809
+ "line": 654
6810
6810
  },
6811
6811
  "name": "preSynthesize"
6812
6812
  },
@@ -6818,7 +6818,7 @@
6818
6818
  },
6819
6819
  "locationInModule": {
6820
6820
  "filename": "src/project.ts",
6821
- "line": 406
6821
+ "line": 411
6822
6822
  },
6823
6823
  "name": "removeTask",
6824
6824
  "parameters": [
@@ -6847,7 +6847,7 @@
6847
6847
  },
6848
6848
  "locationInModule": {
6849
6849
  "filename": "src/project.ts",
6850
- "line": 556
6850
+ "line": 542
6851
6851
  },
6852
6852
  "name": "runTaskCommand",
6853
6853
  "parameters": [
@@ -6875,7 +6875,7 @@
6875
6875
  },
6876
6876
  "locationInModule": {
6877
6877
  "filename": "src/project.ts",
6878
- "line": 599
6878
+ "line": 585
6879
6879
  },
6880
6880
  "name": "synth"
6881
6881
  },
@@ -6887,7 +6887,7 @@
6887
6887
  },
6888
6888
  "locationInModule": {
6889
6889
  "filename": "src/project.ts",
6890
- "line": 437
6890
+ "line": 442
6891
6891
  },
6892
6892
  "name": "tryFindFile",
6893
6893
  "parameters": [
@@ -7009,7 +7009,7 @@
7009
7009
  "immutable": true,
7010
7010
  "locationInModule": {
7011
7011
  "filename": "src/project.ts",
7012
- "line": 138
7012
+ "line": 143
7013
7013
  },
7014
7014
  "name": "DEFAULT_TASK",
7015
7015
  "static": true,
@@ -7024,7 +7024,7 @@
7024
7024
  "immutable": true,
7025
7025
  "locationInModule": {
7026
7026
  "filename": "src/project.ts",
7027
- "line": 410
7027
+ "line": 415
7028
7028
  },
7029
7029
  "name": "buildTask",
7030
7030
  "type": {
@@ -7053,7 +7053,7 @@
7053
7053
  "immutable": true,
7054
7054
  "locationInModule": {
7055
7055
  "filename": "src/project.ts",
7056
- "line": 413
7056
+ "line": 418
7057
7057
  },
7058
7058
  "name": "compileTask",
7059
7059
  "type": {
@@ -7068,7 +7068,7 @@
7068
7068
  "immutable": true,
7069
7069
  "locationInModule": {
7070
7070
  "filename": "src/project.ts",
7071
- "line": 367
7071
+ "line": 368
7072
7072
  },
7073
7073
  "name": "components",
7074
7074
  "type": {
@@ -7103,7 +7103,7 @@
7103
7103
  "immutable": true,
7104
7104
  "locationInModule": {
7105
7105
  "filename": "src/project.ts",
7106
- "line": 661
7106
+ "line": 647
7107
7107
  },
7108
7108
  "name": "ejected",
7109
7109
  "type": {
@@ -7118,7 +7118,7 @@
7118
7118
  "immutable": true,
7119
7119
  "locationInModule": {
7120
7120
  "filename": "src/project.ts",
7121
- "line": 381
7121
+ "line": 387
7122
7122
  },
7123
7123
  "name": "files",
7124
7124
  "type": {
@@ -7138,7 +7138,7 @@
7138
7138
  "immutable": true,
7139
7139
  "locationInModule": {
7140
7140
  "filename": "src/project.ts",
7141
- "line": 170
7141
+ "line": 175
7142
7142
  },
7143
7143
  "name": "gitattributes",
7144
7144
  "type": {
@@ -7153,7 +7153,7 @@
7153
7153
  "immutable": true,
7154
7154
  "locationInModule": {
7155
7155
  "filename": "src/project.ts",
7156
- "line": 165
7156
+ "line": 170
7157
7157
  },
7158
7158
  "name": "gitignore",
7159
7159
  "type": {
@@ -7183,7 +7183,7 @@
7183
7183
  "immutable": true,
7184
7184
  "locationInModule": {
7185
7185
  "filename": "src/project.ts",
7186
- "line": 160
7186
+ "line": 165
7187
7187
  },
7188
7188
  "name": "name",
7189
7189
  "type": {
@@ -7198,7 +7198,7 @@
7198
7198
  "immutable": true,
7199
7199
  "locationInModule": {
7200
7200
  "filename": "src/project.ts",
7201
- "line": 180
7201
+ "line": 185
7202
7202
  },
7203
7203
  "name": "outdir",
7204
7204
  "type": {
@@ -7212,7 +7212,7 @@
7212
7212
  "immutable": true,
7213
7213
  "locationInModule": {
7214
7214
  "filename": "src/project.ts",
7215
- "line": 425
7215
+ "line": 430
7216
7216
  },
7217
7217
  "name": "packageTask",
7218
7218
  "type": {
@@ -7226,7 +7226,7 @@
7226
7226
  "immutable": true,
7227
7227
  "locationInModule": {
7228
7228
  "filename": "src/project.ts",
7229
- "line": 422
7229
+ "line": 427
7230
7230
  },
7231
7231
  "name": "postCompileTask",
7232
7232
  "type": {
@@ -7240,7 +7240,7 @@
7240
7240
  "immutable": true,
7241
7241
  "locationInModule": {
7242
7242
  "filename": "src/project.ts",
7243
- "line": 419
7243
+ "line": 424
7244
7244
  },
7245
7245
  "name": "preCompileTask",
7246
7246
  "type": {
@@ -7285,7 +7285,7 @@
7285
7285
  "immutable": true,
7286
7286
  "locationInModule": {
7287
7287
  "filename": "src/project.ts",
7288
- "line": 185
7288
+ "line": 361
7289
7289
  },
7290
7290
  "name": "root",
7291
7291
  "type": {
@@ -7300,7 +7300,7 @@
7300
7300
  "immutable": true,
7301
7301
  "locationInModule": {
7302
7302
  "filename": "src/project.ts",
7303
- "line": 374
7303
+ "line": 380
7304
7304
  },
7305
7305
  "name": "subprojects",
7306
7306
  "type": {
@@ -7334,7 +7334,7 @@
7334
7334
  "immutable": true,
7335
7335
  "locationInModule": {
7336
7336
  "filename": "src/project.ts",
7337
- "line": 416
7337
+ "line": 421
7338
7338
  },
7339
7339
  "name": "testTask",
7340
7340
  "type": {
@@ -7384,7 +7384,7 @@
7384
7384
  "immutable": true,
7385
7385
  "locationInModule": {
7386
7386
  "filename": "src/project.ts",
7387
- "line": 175
7387
+ "line": 180
7388
7388
  },
7389
7389
  "name": "parent",
7390
7390
  "optional": true,
@@ -7533,7 +7533,7 @@
7533
7533
  "kind": "interface",
7534
7534
  "locationInModule": {
7535
7535
  "filename": "src/project.ts",
7536
- "line": 30
7536
+ "line": 35
7537
7537
  },
7538
7538
  "name": "ProjectOptions",
7539
7539
  "properties": [
@@ -7550,7 +7550,7 @@
7550
7550
  "immutable": true,
7551
7551
  "locationInModule": {
7552
7552
  "filename": "src/project.ts",
7553
- "line": 37
7553
+ "line": 42
7554
7554
  },
7555
7555
  "name": "name",
7556
7556
  "type": {
@@ -7567,7 +7567,7 @@
7567
7567
  "immutable": true,
7568
7568
  "locationInModule": {
7569
7569
  "filename": "src/project.ts",
7570
- "line": 105
7570
+ "line": 110
7571
7571
  },
7572
7572
  "name": "commitGenerated",
7573
7573
  "optional": true,
@@ -7584,7 +7584,7 @@
7584
7584
  "immutable": true,
7585
7585
  "locationInModule": {
7586
7586
  "filename": "src/project.ts",
7587
- "line": 115
7587
+ "line": 120
7588
7588
  },
7589
7589
  "name": "gitIgnoreOptions",
7590
7590
  "optional": true,
@@ -7601,7 +7601,7 @@
7601
7601
  "immutable": true,
7602
7602
  "locationInModule": {
7603
7603
  "filename": "src/project.ts",
7604
- "line": 110
7604
+ "line": 115
7605
7605
  },
7606
7606
  "name": "gitOptions",
7607
7607
  "optional": true,
@@ -7619,7 +7619,7 @@
7619
7619
  "immutable": true,
7620
7620
  "locationInModule": {
7621
7621
  "filename": "src/project.ts",
7622
- "line": 61
7622
+ "line": 66
7623
7623
  },
7624
7624
  "name": "logging",
7625
7625
  "optional": true,
@@ -7638,7 +7638,7 @@
7638
7638
  "immutable": true,
7639
7639
  "locationInModule": {
7640
7640
  "filename": "src/project.ts",
7641
- "line": 55
7641
+ "line": 60
7642
7642
  },
7643
7643
  "name": "outdir",
7644
7644
  "optional": true,
@@ -7655,7 +7655,7 @@
7655
7655
  "immutable": true,
7656
7656
  "locationInModule": {
7657
7657
  "filename": "src/project.ts",
7658
- "line": 42
7658
+ "line": 47
7659
7659
  },
7660
7660
  "name": "parent",
7661
7661
  "optional": true,
@@ -7674,7 +7674,7 @@
7674
7674
  "immutable": true,
7675
7675
  "locationInModule": {
7676
7676
  "filename": "src/project.ts",
7677
- "line": 84
7677
+ "line": 89
7678
7678
  },
7679
7679
  "name": "projenCommand",
7680
7680
  "optional": true,
@@ -7692,7 +7692,7 @@
7692
7692
  "immutable": true,
7693
7693
  "locationInModule": {
7694
7694
  "filename": "src/project.ts",
7695
- "line": 69
7695
+ "line": 74
7696
7696
  },
7697
7697
  "name": "projenrcJson",
7698
7698
  "optional": true,
@@ -7710,7 +7710,7 @@
7710
7710
  "immutable": true,
7711
7711
  "locationInModule": {
7712
7712
  "filename": "src/project.ts",
7713
- "line": 75
7713
+ "line": 80
7714
7714
  },
7715
7715
  "name": "projenrcJsonOptions",
7716
7716
  "optional": true,
@@ -7728,7 +7728,7 @@
7728
7728
  "immutable": true,
7729
7729
  "locationInModule": {
7730
7730
  "filename": "src/project.ts",
7731
- "line": 91
7731
+ "line": 96
7732
7732
  },
7733
7733
  "name": "renovatebot",
7734
7734
  "optional": true,
@@ -7746,7 +7746,7 @@
7746
7746
  "immutable": true,
7747
7747
  "locationInModule": {
7748
7748
  "filename": "src/project.ts",
7749
- "line": 98
7749
+ "line": 103
7750
7750
  },
7751
7751
  "name": "renovatebotOptions",
7752
7752
  "optional": true,
@@ -7815,7 +7815,7 @@
7815
7815
  "kind": "enum",
7816
7816
  "locationInModule": {
7817
7817
  "filename": "src/project.ts",
7818
- "line": 715
7818
+ "line": 667
7819
7819
  },
7820
7820
  "members": [
7821
7821
  {
@@ -41351,7 +41351,7 @@
41351
41351
  "kind": "enum",
41352
41352
  "locationInModule": {
41353
41353
  "filename": "src/javascript/node-package.ts",
41354
- "line": 1499
41354
+ "line": 1501
41355
41355
  },
41356
41356
  "members": [
41357
41357
  {
@@ -43665,7 +43665,7 @@
43665
43665
  "kind": "enum",
43666
43666
  "locationInModule": {
43667
43667
  "filename": "src/javascript/node-package.ts",
43668
- "line": 1543
43668
+ "line": 1545
43669
43669
  },
43670
43670
  "members": [
43671
43671
  {
@@ -43860,7 +43860,7 @@
43860
43860
  "kind": "interface",
43861
43861
  "locationInModule": {
43862
43862
  "filename": "src/javascript/node-package.ts",
43863
- "line": 1488
43863
+ "line": 1490
43864
43864
  },
43865
43865
  "name": "PeerDependencyOptions",
43866
43866
  "namespace": "javascript",
@@ -43875,7 +43875,7 @@
43875
43875
  "immutable": true,
43876
43876
  "locationInModule": {
43877
43877
  "filename": "src/javascript/node-package.ts",
43878
- "line": 1493
43878
+ "line": 1495
43879
43879
  },
43880
43880
  "name": "pinnedDevDependency",
43881
43881
  "optional": true,
@@ -56741,6 +56741,6 @@
56741
56741
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
56742
56742
  }
56743
56743
  },
56744
- "version": "0.76.14",
56745
- "fingerprint": "PNng2A9AW1MLhlm4qhPdYuXqSGMnJ0fm5xrXNy+TWlc="
56744
+ "version": "0.76.16",
56745
+ "fingerprint": "I7S+H42W7RMYuUWu4z91Oc0xu+Dtp8HheBNzuKEdGJ4="
56746
56746
  }