projen 0.54.17 → 0.54.20
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.
- package/.jsii +112 -80
- package/README.md +8 -0
- package/changelog.md +6 -1
- package/docs/api/API.md +2 -0
- package/lib/awscdk/auto-discover.js +4 -4
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.d.ts +1 -0
- package/lib/release/publisher.js +5 -4
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +1 -0
- package/lib/release/release.js +6 -5
- package/lib/release/update-changelog.js +5 -2
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"name": "projen",
|
|
51
51
|
"readme": {
|
|
52
|
-
"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/build.yml\"><img src=\"https://github.com/projen/projen/workflows/Build/badge.svg\" alt=\"Build badge\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/workflows/Release/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\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$ git init\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\nlist):\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-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> 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[`python option`](https://github.com/eladb/projen/blob/master/API.md#projen-jsiipythontarget):\n\n```js\nconst project = new JsiiProject({\n // ...\n python: {\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:compile compiles the test code\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade-dependencies upgrade dependencies\n projen upgrade-projen upgrade 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, TypeScript, or even JSON. Python support is also planned. 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-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## 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[](#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 <tr>\n <td align=\"center\"><a href=\"http://eladb.github.com/\"><img src=\"https://avatars3.githubusercontent.com/u/598796?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://rybicki.io/\"><img src=\"https://avatars2.githubusercontent.com/u/5008987?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://p6m7g8.github.io/\"><img src=\"https://avatars0.githubusercontent.com/u/34295?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hoegertn\"><img src=\"https://avatars2.githubusercontent.com/u/1287829?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kcwinner\"><img src=\"https://avatars3.githubusercontent.com/u/2728868?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/JordanSinko\"><img src=\"https://avatars2.githubusercontent.com/u/10212966?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/misterjoshua\"><img src=\"https://avatars2.githubusercontent.com/u/644092?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Josh Kellendonk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=misterjoshua\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/andrestone\"><img src=\"https://avatars1.githubusercontent.com/u/7958086?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://pallares.io/\"><img src=\"https://avatars3.githubusercontent.com/u/1077520?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/jogold\"><img src=\"https://avatars2.githubusercontent.com/u/12623249?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://www.matthewbonig.com/\"><img src=\"https://avatars2.githubusercontent.com/u/1559437?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/pahud\"><img src=\"https://avatars3.githubusercontent.com/u/278432?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/adamelmore\"><img src=\"https://avatars2.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/abelmokadem\"><img src=\"https://avatars0.githubusercontent.com/u/9717944?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ash</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abelmokadem\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/jmourelos\"><img src=\"https://avatars3.githubusercontent.com/u/3878434?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/bigkraig\"><img src=\"https://avatars1.githubusercontent.com/u/508403?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mmuller88\"><img src=\"https://avatars0.githubusercontent.com/u/18393842?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://tlakomy.com/\"><img src=\"https://avatars2.githubusercontent.com/u/16646517?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/john-tipper\"><img src=\"https://avatars2.githubusercontent.com/u/9730398?v=4?s=100\" width=\"100px;\" alt=\"\"/><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 <td align=\"center\"><a href=\"https://github.com/henrysachs\"><img src=\"https://avatars0.githubusercontent.com/u/17173951?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/eganjs\"><img src=\"https://avatars3.githubusercontent.com/u/6639482?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Joseph Egan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eganjs\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://skorfmann.com/\"><img src=\"https://avatars1.githubusercontent.com/u/136789?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Sebastian Korfmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skorfmann\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"http://www.callant.net/\"><img src=\"https://avatars1.githubusercontent.com/u/5915843?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/campionfellin\"><img src=\"https://avatars3.githubusercontent.com/u/11984923?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/gradybarrett\"><img src=\"https://avatars1.githubusercontent.com/u/1140074?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/HassanMahmud\"><img src=\"https://avatars3.githubusercontent.com/u/58504381?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://dk.linkedin.com/in/hassanmahmud93\"><img src=\"https://avatars1.githubusercontent.com/u/7426703?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://joapy.com/\"><img src=\"https://avatars3.githubusercontent.com/u/325306?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jakepearson\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/JeremyJonas\"><img src=\"https://avatars1.githubusercontent.com/u/464119?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://dev.to/martzcodes\"><img src=\"https://avatars1.githubusercontent.com/u/978362?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Matt Martz</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=martzcodes\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/fongie\"><img src=\"https://avatars1.githubusercontent.com/u/19932622?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://blog.neilkuan.dev/\"><img src=\"https://avatars2.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Neil Kuan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=guan840912\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://dynobase.dev/\"><img src=\"https://avatars3.githubusercontent.com/u/3391616?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://keybase.io/romainmuller\"><img src=\"https://avatars2.githubusercontent.com/u/411689?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/thomasklinger1234\"><img src=\"https://avatars1.githubusercontent.com/u/39558817?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Thomas Klinger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=thomasklinger1234\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/gwriss\"><img src=\"https://avatars2.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Tobias</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gwriss\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/flyingImer\"><img src=\"https://avatars0.githubusercontent.com/u/1973868?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/Hunter-Thompson\"><img src=\"https://avatars.githubusercontent.com/u/20844961?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mmcculloh-dms\"><img src=\"https://avatars.githubusercontent.com/u/68597641?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/aisamu\"><img src=\"https://avatars.githubusercontent.com/u/431708?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/iliapolo\"><img src=\"https://avatars.githubusercontent.com/u/1428812?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://unsubstantiated.blog/\"><img src=\"https://avatars.githubusercontent.com/u/1308885?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kanatti\"><img src=\"https://avatars.githubusercontent.com/u/8623654?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://twitter.com/bracki\"><img src=\"https://avatars.githubusercontent.com/u/49786?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Jan Brauer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bracki\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://polothy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/634657?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/MrArnoldPalmer\"><img src=\"https://avatars.githubusercontent.com/u/7221111?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://blog.neilkuan.net/\"><img src=\"https://avatars.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://garbe.io/\"><img src=\"https://avatars.githubusercontent.com/u/721899?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://selfstructured.com/\"><img src=\"https://avatars.githubusercontent.com/u/361689?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Shawn MacIntyre</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=smacintyre\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/tobias-bardino\"><img src=\"https://avatars.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/yglcode\"><img src=\"https://avatars.githubusercontent.com/u/11893614?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Yigong Liu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yglcode\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/eduardomourar\"><img src=\"https://avatars.githubusercontent.com/u/16357187?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hassanazharkhan\"><img src=\"https://avatars.githubusercontent.com/u/57677979?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><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=\"\"/><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\"><a href=\"https://github.com/lmarsden\"><img src=\"https://avatars.githubusercontent.com/u/51232932?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/adrianmace\"><img src=\"https://avatars.githubusercontent.com/u/5071859?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Adrian Mace</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adrianmace\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/mKeRix\"><img src=\"https://avatars.githubusercontent.com/u/770596?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hyandell\"><img src=\"https://avatars.githubusercontent.com/u/477715?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mwg-rea\"><img src=\"https://avatars.githubusercontent.com/u/82480228?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://willdady.com/\"><img src=\"https://avatars.githubusercontent.com/u/204259?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/msessa\"><img src=\"https://avatars.githubusercontent.com/u/1912143?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/Hi-Fi\"><img src=\"https://avatars.githubusercontent.com/u/1499780?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/njlynch\"><img src=\"https://avatars.githubusercontent.com/u/1376292?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Nick Lynch</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=njlynch\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://amani.kilumanga.com/\"><img src=\"https://avatars.githubusercontent.com/u/8690282?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://blog.herlein.com/\"><img src=\"https://avatars.githubusercontent.com/u/173428?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kaizen3031593\"><img src=\"https://avatars.githubusercontent.com/u/36202692?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Kaizen Conroy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kaizen3031593\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/saudkhanzada\"><img src=\"https://avatars.githubusercontent.com/u/30137907?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Saud Khanzada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=saudkhanzada\" title=\"Code\">💻</a></td>\n </tr>\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"
|
|
52
|
+
"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/build.yml\"><img src=\"https://github.com/projen/projen/workflows/Build/badge.svg\" alt=\"Build badge\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/workflows/Release/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\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$ git init\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\nlist):\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-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> 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[`python option`](https://github.com/eladb/projen/blob/master/API.md#projen-jsiipythontarget):\n\n```js\nconst project = new JsiiProject({\n // ...\n python: {\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:compile compiles the test code\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade-dependencies upgrade dependencies\n projen upgrade-projen upgrade 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, TypeScript, or even JSON. Python support is also planned. 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-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[](#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 <tr>\n <td align=\"center\"><a href=\"http://eladb.github.com/\"><img src=\"https://avatars3.githubusercontent.com/u/598796?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://rybicki.io/\"><img src=\"https://avatars2.githubusercontent.com/u/5008987?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://p6m7g8.github.io/\"><img src=\"https://avatars0.githubusercontent.com/u/34295?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hoegertn\"><img src=\"https://avatars2.githubusercontent.com/u/1287829?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kcwinner\"><img src=\"https://avatars3.githubusercontent.com/u/2728868?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/JordanSinko\"><img src=\"https://avatars2.githubusercontent.com/u/10212966?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/misterjoshua\"><img src=\"https://avatars2.githubusercontent.com/u/644092?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Josh Kellendonk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=misterjoshua\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/andrestone\"><img src=\"https://avatars1.githubusercontent.com/u/7958086?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://pallares.io/\"><img src=\"https://avatars3.githubusercontent.com/u/1077520?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/jogold\"><img src=\"https://avatars2.githubusercontent.com/u/12623249?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://www.matthewbonig.com/\"><img src=\"https://avatars2.githubusercontent.com/u/1559437?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/pahud\"><img src=\"https://avatars3.githubusercontent.com/u/278432?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/adamelmore\"><img src=\"https://avatars2.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/abelmokadem\"><img src=\"https://avatars0.githubusercontent.com/u/9717944?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ash</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abelmokadem\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/jmourelos\"><img src=\"https://avatars3.githubusercontent.com/u/3878434?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/bigkraig\"><img src=\"https://avatars1.githubusercontent.com/u/508403?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mmuller88\"><img src=\"https://avatars0.githubusercontent.com/u/18393842?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://tlakomy.com/\"><img src=\"https://avatars2.githubusercontent.com/u/16646517?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/john-tipper\"><img src=\"https://avatars2.githubusercontent.com/u/9730398?v=4?s=100\" width=\"100px;\" alt=\"\"/><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 <td align=\"center\"><a href=\"https://github.com/henrysachs\"><img src=\"https://avatars0.githubusercontent.com/u/17173951?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/eganjs\"><img src=\"https://avatars3.githubusercontent.com/u/6639482?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Joseph Egan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eganjs\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://skorfmann.com/\"><img src=\"https://avatars1.githubusercontent.com/u/136789?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Sebastian Korfmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skorfmann\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"http://www.callant.net/\"><img src=\"https://avatars1.githubusercontent.com/u/5915843?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/campionfellin\"><img src=\"https://avatars3.githubusercontent.com/u/11984923?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/gradybarrett\"><img src=\"https://avatars1.githubusercontent.com/u/1140074?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/HassanMahmud\"><img src=\"https://avatars3.githubusercontent.com/u/58504381?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://dk.linkedin.com/in/hassanmahmud93\"><img src=\"https://avatars1.githubusercontent.com/u/7426703?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://joapy.com/\"><img src=\"https://avatars3.githubusercontent.com/u/325306?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jakepearson\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/JeremyJonas\"><img src=\"https://avatars1.githubusercontent.com/u/464119?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://dev.to/martzcodes\"><img src=\"https://avatars1.githubusercontent.com/u/978362?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Matt Martz</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=martzcodes\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/fongie\"><img src=\"https://avatars1.githubusercontent.com/u/19932622?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://blog.neilkuan.dev/\"><img src=\"https://avatars2.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Neil Kuan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=guan840912\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://dynobase.dev/\"><img src=\"https://avatars3.githubusercontent.com/u/3391616?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://keybase.io/romainmuller\"><img src=\"https://avatars2.githubusercontent.com/u/411689?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/thomasklinger1234\"><img src=\"https://avatars1.githubusercontent.com/u/39558817?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Thomas Klinger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=thomasklinger1234\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/gwriss\"><img src=\"https://avatars2.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Tobias</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gwriss\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/flyingImer\"><img src=\"https://avatars0.githubusercontent.com/u/1973868?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/Hunter-Thompson\"><img src=\"https://avatars.githubusercontent.com/u/20844961?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mmcculloh-dms\"><img src=\"https://avatars.githubusercontent.com/u/68597641?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/aisamu\"><img src=\"https://avatars.githubusercontent.com/u/431708?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/iliapolo\"><img src=\"https://avatars.githubusercontent.com/u/1428812?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://unsubstantiated.blog/\"><img src=\"https://avatars.githubusercontent.com/u/1308885?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kanatti\"><img src=\"https://avatars.githubusercontent.com/u/8623654?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://twitter.com/bracki\"><img src=\"https://avatars.githubusercontent.com/u/49786?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Jan Brauer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bracki\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://polothy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/634657?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/MrArnoldPalmer\"><img src=\"https://avatars.githubusercontent.com/u/7221111?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://blog.neilkuan.net/\"><img src=\"https://avatars.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://garbe.io/\"><img src=\"https://avatars.githubusercontent.com/u/721899?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://selfstructured.com/\"><img src=\"https://avatars.githubusercontent.com/u/361689?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Shawn MacIntyre</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=smacintyre\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/tobias-bardino\"><img src=\"https://avatars.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/yglcode\"><img src=\"https://avatars.githubusercontent.com/u/11893614?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Yigong Liu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yglcode\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/eduardomourar\"><img src=\"https://avatars.githubusercontent.com/u/16357187?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hassanazharkhan\"><img src=\"https://avatars.githubusercontent.com/u/57677979?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><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=\"\"/><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\"><a href=\"https://github.com/lmarsden\"><img src=\"https://avatars.githubusercontent.com/u/51232932?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/adrianmace\"><img src=\"https://avatars.githubusercontent.com/u/5071859?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Adrian Mace</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adrianmace\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/mKeRix\"><img src=\"https://avatars.githubusercontent.com/u/770596?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hyandell\"><img src=\"https://avatars.githubusercontent.com/u/477715?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mwg-rea\"><img src=\"https://avatars.githubusercontent.com/u/82480228?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://willdady.com/\"><img src=\"https://avatars.githubusercontent.com/u/204259?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/msessa\"><img src=\"https://avatars.githubusercontent.com/u/1912143?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/Hi-Fi\"><img src=\"https://avatars.githubusercontent.com/u/1499780?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/njlynch\"><img src=\"https://avatars.githubusercontent.com/u/1376292?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Nick Lynch</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=njlynch\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://amani.kilumanga.com/\"><img src=\"https://avatars.githubusercontent.com/u/8690282?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://blog.herlein.com/\"><img src=\"https://avatars.githubusercontent.com/u/173428?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kaizen3031593\"><img src=\"https://avatars.githubusercontent.com/u/36202692?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Kaizen Conroy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kaizen3031593\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/saudkhanzada\"><img src=\"https://avatars.githubusercontent.com/u/30137907?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Saud Khanzada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=saudkhanzada\" title=\"Code\">💻</a></td>\n </tr>\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"
|
|
53
53
|
},
|
|
54
54
|
"repository": {
|
|
55
55
|
"type": "git",
|
|
@@ -39987,7 +39987,7 @@
|
|
|
39987
39987
|
"kind": "interface",
|
|
39988
39988
|
"locationInModule": {
|
|
39989
39989
|
"filename": "src/release/release.ts",
|
|
39990
|
-
"line":
|
|
39990
|
+
"line": 605
|
|
39991
39991
|
},
|
|
39992
39992
|
"name": "BranchOptions",
|
|
39993
39993
|
"namespace": "release",
|
|
@@ -40001,7 +40001,7 @@
|
|
|
40001
40001
|
"immutable": true,
|
|
40002
40002
|
"locationInModule": {
|
|
40003
40003
|
"filename": "src/release/release.ts",
|
|
40004
|
-
"line":
|
|
40004
|
+
"line": 615
|
|
40005
40005
|
},
|
|
40006
40006
|
"name": "majorVersion",
|
|
40007
40007
|
"type": {
|
|
@@ -40018,7 +40018,7 @@
|
|
|
40018
40018
|
"immutable": true,
|
|
40019
40019
|
"locationInModule": {
|
|
40020
40020
|
"filename": "src/release/release.ts",
|
|
40021
|
-
"line":
|
|
40021
|
+
"line": 643
|
|
40022
40022
|
},
|
|
40023
40023
|
"name": "npmDistTag",
|
|
40024
40024
|
"optional": true,
|
|
@@ -40036,7 +40036,7 @@
|
|
|
40036
40036
|
"immutable": true,
|
|
40037
40037
|
"locationInModule": {
|
|
40038
40038
|
"filename": "src/release/release.ts",
|
|
40039
|
-
"line":
|
|
40039
|
+
"line": 622
|
|
40040
40040
|
},
|
|
40041
40041
|
"name": "prerelease",
|
|
40042
40042
|
"optional": true,
|
|
@@ -40055,7 +40055,7 @@
|
|
|
40055
40055
|
"immutable": true,
|
|
40056
40056
|
"locationInModule": {
|
|
40057
40057
|
"filename": "src/release/release.ts",
|
|
40058
|
-
"line":
|
|
40058
|
+
"line": 636
|
|
40059
40059
|
},
|
|
40060
40060
|
"name": "tagPrefix",
|
|
40061
40061
|
"optional": true,
|
|
@@ -40073,7 +40073,7 @@
|
|
|
40073
40073
|
"immutable": true,
|
|
40074
40074
|
"locationInModule": {
|
|
40075
40075
|
"filename": "src/release/release.ts",
|
|
40076
|
-
"line":
|
|
40076
|
+
"line": 610
|
|
40077
40077
|
},
|
|
40078
40078
|
"name": "workflowName",
|
|
40079
40079
|
"optional": true,
|
|
@@ -40094,7 +40094,7 @@
|
|
|
40094
40094
|
"kind": "interface",
|
|
40095
40095
|
"locationInModule": {
|
|
40096
40096
|
"filename": "src/release/publisher.ts",
|
|
40097
|
-
"line":
|
|
40097
|
+
"line": 720
|
|
40098
40098
|
},
|
|
40099
40099
|
"name": "CodeArtifactOptions",
|
|
40100
40100
|
"namespace": "release",
|
|
@@ -40110,7 +40110,7 @@
|
|
|
40110
40110
|
"immutable": true,
|
|
40111
40111
|
"locationInModule": {
|
|
40112
40112
|
"filename": "src/release/publisher.ts",
|
|
40113
|
-
"line":
|
|
40113
|
+
"line": 727
|
|
40114
40114
|
},
|
|
40115
40115
|
"name": "accessKeyIdSecret",
|
|
40116
40116
|
"optional": true,
|
|
@@ -40128,7 +40128,7 @@
|
|
|
40128
40128
|
"immutable": true,
|
|
40129
40129
|
"locationInModule": {
|
|
40130
40130
|
"filename": "src/release/publisher.ts",
|
|
40131
|
-
"line":
|
|
40131
|
+
"line": 743
|
|
40132
40132
|
},
|
|
40133
40133
|
"name": "roleToAssume",
|
|
40134
40134
|
"optional": true,
|
|
@@ -40147,7 +40147,7 @@
|
|
|
40147
40147
|
"immutable": true,
|
|
40148
40148
|
"locationInModule": {
|
|
40149
40149
|
"filename": "src/release/publisher.ts",
|
|
40150
|
-
"line":
|
|
40150
|
+
"line": 735
|
|
40151
40151
|
},
|
|
40152
40152
|
"name": "secretAccessKeySecret",
|
|
40153
40153
|
"optional": true,
|
|
@@ -40169,7 +40169,7 @@
|
|
|
40169
40169
|
"kind": "interface",
|
|
40170
40170
|
"locationInModule": {
|
|
40171
40171
|
"filename": "src/release/publisher.ts",
|
|
40172
|
-
"line":
|
|
40172
|
+
"line": 645
|
|
40173
40173
|
},
|
|
40174
40174
|
"name": "CommonPublishOptions",
|
|
40175
40175
|
"namespace": "release",
|
|
@@ -40184,7 +40184,7 @@
|
|
|
40184
40184
|
"immutable": true,
|
|
40185
40185
|
"locationInModule": {
|
|
40186
40186
|
"filename": "src/release/publisher.ts",
|
|
40187
|
-
"line":
|
|
40187
|
+
"line": 655
|
|
40188
40188
|
},
|
|
40189
40189
|
"name": "prePublishSteps",
|
|
40190
40190
|
"optional": true,
|
|
@@ -40207,7 +40207,7 @@
|
|
|
40207
40207
|
"immutable": true,
|
|
40208
40208
|
"locationInModule": {
|
|
40209
40209
|
"filename": "src/release/publisher.ts",
|
|
40210
|
-
"line":
|
|
40210
|
+
"line": 661
|
|
40211
40211
|
},
|
|
40212
40212
|
"name": "publishTools",
|
|
40213
40213
|
"optional": true,
|
|
@@ -40232,7 +40232,7 @@
|
|
|
40232
40232
|
"kind": "interface",
|
|
40233
40233
|
"locationInModule": {
|
|
40234
40234
|
"filename": "src/release/publisher.ts",
|
|
40235
|
-
"line":
|
|
40235
|
+
"line": 964
|
|
40236
40236
|
},
|
|
40237
40237
|
"name": "GitHubReleasesPublishOptions",
|
|
40238
40238
|
"namespace": "release",
|
|
@@ -40247,7 +40247,7 @@
|
|
|
40247
40247
|
"immutable": true,
|
|
40248
40248
|
"locationInModule": {
|
|
40249
40249
|
"filename": "src/release/publisher.ts",
|
|
40250
|
-
"line":
|
|
40250
|
+
"line": 949
|
|
40251
40251
|
},
|
|
40252
40252
|
"name": "changelogFile",
|
|
40253
40253
|
"type": {
|
|
@@ -40264,7 +40264,7 @@
|
|
|
40264
40264
|
"immutable": true,
|
|
40265
40265
|
"locationInModule": {
|
|
40266
40266
|
"filename": "src/release/publisher.ts",
|
|
40267
|
-
"line":
|
|
40267
|
+
"line": 942
|
|
40268
40268
|
},
|
|
40269
40269
|
"name": "releaseTagFile",
|
|
40270
40270
|
"type": {
|
|
@@ -40281,7 +40281,7 @@
|
|
|
40281
40281
|
"immutable": true,
|
|
40282
40282
|
"locationInModule": {
|
|
40283
40283
|
"filename": "src/release/publisher.ts",
|
|
40284
|
-
"line":
|
|
40284
|
+
"line": 935
|
|
40285
40285
|
},
|
|
40286
40286
|
"name": "versionFile",
|
|
40287
40287
|
"type": {
|
|
@@ -40302,7 +40302,7 @@
|
|
|
40302
40302
|
"kind": "interface",
|
|
40303
40303
|
"locationInModule": {
|
|
40304
40304
|
"filename": "src/release/publisher.ts",
|
|
40305
|
-
"line":
|
|
40305
|
+
"line": 971
|
|
40306
40306
|
},
|
|
40307
40307
|
"name": "GitPublishOptions",
|
|
40308
40308
|
"namespace": "release",
|
|
@@ -40317,7 +40317,7 @@
|
|
|
40317
40317
|
"immutable": true,
|
|
40318
40318
|
"locationInModule": {
|
|
40319
40319
|
"filename": "src/release/publisher.ts",
|
|
40320
|
-
"line":
|
|
40320
|
+
"line": 949
|
|
40321
40321
|
},
|
|
40322
40322
|
"name": "changelogFile",
|
|
40323
40323
|
"type": {
|
|
@@ -40334,7 +40334,7 @@
|
|
|
40334
40334
|
"immutable": true,
|
|
40335
40335
|
"locationInModule": {
|
|
40336
40336
|
"filename": "src/release/publisher.ts",
|
|
40337
|
-
"line":
|
|
40337
|
+
"line": 942
|
|
40338
40338
|
},
|
|
40339
40339
|
"name": "releaseTagFile",
|
|
40340
40340
|
"type": {
|
|
@@ -40351,7 +40351,7 @@
|
|
|
40351
40351
|
"immutable": true,
|
|
40352
40352
|
"locationInModule": {
|
|
40353
40353
|
"filename": "src/release/publisher.ts",
|
|
40354
|
-
"line":
|
|
40354
|
+
"line": 935
|
|
40355
40355
|
},
|
|
40356
40356
|
"name": "versionFile",
|
|
40357
40357
|
"type": {
|
|
@@ -40368,7 +40368,7 @@
|
|
|
40368
40368
|
"immutable": true,
|
|
40369
40369
|
"locationInModule": {
|
|
40370
40370
|
"filename": "src/release/publisher.ts",
|
|
40371
|
-
"line":
|
|
40371
|
+
"line": 982
|
|
40372
40372
|
},
|
|
40373
40373
|
"name": "gitBranch",
|
|
40374
40374
|
"optional": true,
|
|
@@ -40386,7 +40386,7 @@
|
|
|
40386
40386
|
"immutable": true,
|
|
40387
40387
|
"locationInModule": {
|
|
40388
40388
|
"filename": "src/release/publisher.ts",
|
|
40389
|
-
"line":
|
|
40389
|
+
"line": 989
|
|
40390
40390
|
},
|
|
40391
40391
|
"name": "gitPushCommand",
|
|
40392
40392
|
"optional": true,
|
|
@@ -40403,7 +40403,7 @@
|
|
|
40403
40403
|
"immutable": true,
|
|
40404
40404
|
"locationInModule": {
|
|
40405
40405
|
"filename": "src/release/publisher.ts",
|
|
40406
|
-
"line":
|
|
40406
|
+
"line": 975
|
|
40407
40407
|
},
|
|
40408
40408
|
"name": "projectChangelogFile",
|
|
40409
40409
|
"optional": true,
|
|
@@ -40428,7 +40428,7 @@
|
|
|
40428
40428
|
"kind": "interface",
|
|
40429
40429
|
"locationInModule": {
|
|
40430
40430
|
"filename": "src/release/publisher.ts",
|
|
40431
|
-
"line":
|
|
40431
|
+
"line": 886
|
|
40432
40432
|
},
|
|
40433
40433
|
"name": "GoPublishOptions",
|
|
40434
40434
|
"namespace": "release",
|
|
@@ -40443,7 +40443,7 @@
|
|
|
40443
40443
|
"immutable": true,
|
|
40444
40444
|
"locationInModule": {
|
|
40445
40445
|
"filename": "src/release/publisher.ts",
|
|
40446
|
-
"line":
|
|
40446
|
+
"line": 907
|
|
40447
40447
|
},
|
|
40448
40448
|
"name": "gitBranch",
|
|
40449
40449
|
"optional": true,
|
|
@@ -40461,7 +40461,7 @@
|
|
|
40461
40461
|
"immutable": true,
|
|
40462
40462
|
"locationInModule": {
|
|
40463
40463
|
"filename": "src/release/publisher.ts",
|
|
40464
|
-
"line":
|
|
40464
|
+
"line": 926
|
|
40465
40465
|
},
|
|
40466
40466
|
"name": "gitCommitMessage",
|
|
40467
40467
|
"optional": true,
|
|
@@ -40479,7 +40479,7 @@
|
|
|
40479
40479
|
"immutable": true,
|
|
40480
40480
|
"locationInModule": {
|
|
40481
40481
|
"filename": "src/release/publisher.ts",
|
|
40482
|
-
"line":
|
|
40482
|
+
"line": 900
|
|
40483
40483
|
},
|
|
40484
40484
|
"name": "githubRepo",
|
|
40485
40485
|
"optional": true,
|
|
@@ -40497,7 +40497,7 @@
|
|
|
40497
40497
|
"immutable": true,
|
|
40498
40498
|
"locationInModule": {
|
|
40499
40499
|
"filename": "src/release/publisher.ts",
|
|
40500
|
-
"line":
|
|
40500
|
+
"line": 893
|
|
40501
40501
|
},
|
|
40502
40502
|
"name": "githubTokenSecret",
|
|
40503
40503
|
"optional": true,
|
|
@@ -40518,7 +40518,7 @@
|
|
|
40518
40518
|
"immutable": true,
|
|
40519
40519
|
"locationInModule": {
|
|
40520
40520
|
"filename": "src/release/publisher.ts",
|
|
40521
|
-
"line":
|
|
40521
|
+
"line": 919
|
|
40522
40522
|
},
|
|
40523
40523
|
"name": "gitUserEmail",
|
|
40524
40524
|
"optional": true,
|
|
@@ -40536,7 +40536,7 @@
|
|
|
40536
40536
|
"immutable": true,
|
|
40537
40537
|
"locationInModule": {
|
|
40538
40538
|
"filename": "src/release/publisher.ts",
|
|
40539
|
-
"line":
|
|
40539
|
+
"line": 913
|
|
40540
40540
|
},
|
|
40541
40541
|
"name": "gitUserName",
|
|
40542
40542
|
"optional": true,
|
|
@@ -40561,7 +40561,7 @@
|
|
|
40561
40561
|
"kind": "interface",
|
|
40562
40562
|
"locationInModule": {
|
|
40563
40563
|
"filename": "src/release/publisher.ts",
|
|
40564
|
-
"line":
|
|
40564
|
+
"line": 795
|
|
40565
40565
|
},
|
|
40566
40566
|
"name": "JsiiReleaseMaven",
|
|
40567
40567
|
"namespace": "release",
|
|
@@ -40581,7 +40581,7 @@
|
|
|
40581
40581
|
"kind": "interface",
|
|
40582
40582
|
"locationInModule": {
|
|
40583
40583
|
"filename": "src/release/publisher.ts",
|
|
40584
|
-
"line":
|
|
40584
|
+
"line": 667
|
|
40585
40585
|
},
|
|
40586
40586
|
"name": "JsiiReleaseNpm",
|
|
40587
40587
|
"namespace": "release",
|
|
@@ -40601,7 +40601,7 @@
|
|
|
40601
40601
|
"kind": "interface",
|
|
40602
40602
|
"locationInModule": {
|
|
40603
40603
|
"filename": "src/release/publisher.ts",
|
|
40604
|
-
"line":
|
|
40604
|
+
"line": 778
|
|
40605
40605
|
},
|
|
40606
40606
|
"name": "JsiiReleaseNuget",
|
|
40607
40607
|
"namespace": "release",
|
|
@@ -40621,7 +40621,7 @@
|
|
|
40621
40621
|
"kind": "interface",
|
|
40622
40622
|
"locationInModule": {
|
|
40623
40623
|
"filename": "src/release/publisher.ts",
|
|
40624
|
-
"line":
|
|
40624
|
+
"line": 749
|
|
40625
40625
|
},
|
|
40626
40626
|
"name": "JsiiReleasePyPi",
|
|
40627
40627
|
"namespace": "release",
|
|
@@ -40714,7 +40714,7 @@
|
|
|
40714
40714
|
"kind": "interface",
|
|
40715
40715
|
"locationInModule": {
|
|
40716
40716
|
"filename": "src/release/publisher.ts",
|
|
40717
|
-
"line":
|
|
40717
|
+
"line": 800
|
|
40718
40718
|
},
|
|
40719
40719
|
"name": "MavenPublishOptions",
|
|
40720
40720
|
"namespace": "release",
|
|
@@ -40730,7 +40730,7 @@
|
|
|
40730
40730
|
"immutable": true,
|
|
40731
40731
|
"locationInModule": {
|
|
40732
40732
|
"filename": "src/release/publisher.ts",
|
|
40733
|
-
"line":
|
|
40733
|
+
"line": 806
|
|
40734
40734
|
},
|
|
40735
40735
|
"name": "mavenEndpoint",
|
|
40736
40736
|
"optional": true,
|
|
@@ -40750,7 +40750,7 @@
|
|
|
40750
40750
|
"immutable": true,
|
|
40751
40751
|
"locationInModule": {
|
|
40752
40752
|
"filename": "src/release/publisher.ts",
|
|
40753
|
-
"line":
|
|
40753
|
+
"line": 839
|
|
40754
40754
|
},
|
|
40755
40755
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
40756
40756
|
"optional": true,
|
|
@@ -40770,7 +40770,7 @@
|
|
|
40770
40770
|
"immutable": true,
|
|
40771
40771
|
"locationInModule": {
|
|
40772
40772
|
"filename": "src/release/publisher.ts",
|
|
40773
|
-
"line":
|
|
40773
|
+
"line": 830
|
|
40774
40774
|
},
|
|
40775
40775
|
"name": "mavenGpgPrivateKeySecret",
|
|
40776
40776
|
"optional": true,
|
|
@@ -40790,7 +40790,7 @@
|
|
|
40790
40790
|
"immutable": true,
|
|
40791
40791
|
"locationInModule": {
|
|
40792
40792
|
"filename": "src/release/publisher.ts",
|
|
40793
|
-
"line":
|
|
40793
|
+
"line": 865
|
|
40794
40794
|
},
|
|
40795
40795
|
"name": "mavenPassword",
|
|
40796
40796
|
"optional": true,
|
|
@@ -40808,7 +40808,7 @@
|
|
|
40808
40808
|
"immutable": true,
|
|
40809
40809
|
"locationInModule": {
|
|
40810
40810
|
"filename": "src/release/publisher.ts",
|
|
40811
|
-
"line":
|
|
40811
|
+
"line": 820
|
|
40812
40812
|
},
|
|
40813
40813
|
"name": "mavenRepositoryUrl",
|
|
40814
40814
|
"optional": true,
|
|
@@ -40826,7 +40826,7 @@
|
|
|
40826
40826
|
"immutable": true,
|
|
40827
40827
|
"locationInModule": {
|
|
40828
40828
|
"filename": "src/release/publisher.ts",
|
|
40829
|
-
"line":
|
|
40829
|
+
"line": 813
|
|
40830
40830
|
},
|
|
40831
40831
|
"name": "mavenServerId",
|
|
40832
40832
|
"optional": true,
|
|
@@ -40844,7 +40844,7 @@
|
|
|
40844
40844
|
"immutable": true,
|
|
40845
40845
|
"locationInModule": {
|
|
40846
40846
|
"filename": "src/release/publisher.ts",
|
|
40847
|
-
"line":
|
|
40847
|
+
"line": 876
|
|
40848
40848
|
},
|
|
40849
40849
|
"name": "mavenStagingProfileId",
|
|
40850
40850
|
"optional": true,
|
|
@@ -40864,7 +40864,7 @@
|
|
|
40864
40864
|
"immutable": true,
|
|
40865
40865
|
"locationInModule": {
|
|
40866
40866
|
"filename": "src/release/publisher.ts",
|
|
40867
|
-
"line":
|
|
40867
|
+
"line": 852
|
|
40868
40868
|
},
|
|
40869
40869
|
"name": "mavenUsername",
|
|
40870
40870
|
"optional": true,
|
|
@@ -40889,7 +40889,7 @@
|
|
|
40889
40889
|
"kind": "interface",
|
|
40890
40890
|
"locationInModule": {
|
|
40891
40891
|
"filename": "src/release/publisher.ts",
|
|
40892
|
-
"line":
|
|
40892
|
+
"line": 672
|
|
40893
40893
|
},
|
|
40894
40894
|
"name": "NpmPublishOptions",
|
|
40895
40895
|
"namespace": "release",
|
|
@@ -40904,7 +40904,7 @@
|
|
|
40904
40904
|
"immutable": true,
|
|
40905
40905
|
"locationInModule": {
|
|
40906
40906
|
"filename": "src/release/publisher.ts",
|
|
40907
|
-
"line":
|
|
40907
|
+
"line": 717
|
|
40908
40908
|
},
|
|
40909
40909
|
"name": "codeArtifactOptions",
|
|
40910
40910
|
"optional": true,
|
|
@@ -40924,7 +40924,7 @@
|
|
|
40924
40924
|
"immutable": true,
|
|
40925
40925
|
"locationInModule": {
|
|
40926
40926
|
"filename": "src/release/publisher.ts",
|
|
40927
|
-
"line":
|
|
40927
|
+
"line": 690
|
|
40928
40928
|
},
|
|
40929
40929
|
"name": "distTag",
|
|
40930
40930
|
"optional": true,
|
|
@@ -40942,7 +40942,7 @@
|
|
|
40942
40942
|
"immutable": true,
|
|
40943
40943
|
"locationInModule": {
|
|
40944
40944
|
"filename": "src/release/publisher.ts",
|
|
40945
|
-
"line":
|
|
40945
|
+
"line": 710
|
|
40946
40946
|
},
|
|
40947
40947
|
"name": "npmTokenSecret",
|
|
40948
40948
|
"optional": true,
|
|
@@ -40962,7 +40962,7 @@
|
|
|
40962
40962
|
"immutable": true,
|
|
40963
40963
|
"locationInModule": {
|
|
40964
40964
|
"filename": "src/release/publisher.ts",
|
|
40965
|
-
"line":
|
|
40965
|
+
"line": 704
|
|
40966
40966
|
},
|
|
40967
40967
|
"name": "registry",
|
|
40968
40968
|
"optional": true,
|
|
@@ -40987,7 +40987,7 @@
|
|
|
40987
40987
|
"kind": "interface",
|
|
40988
40988
|
"locationInModule": {
|
|
40989
40989
|
"filename": "src/release/publisher.ts",
|
|
40990
|
-
"line":
|
|
40990
|
+
"line": 783
|
|
40991
40991
|
},
|
|
40992
40992
|
"name": "NugetPublishOptions",
|
|
40993
40993
|
"namespace": "release",
|
|
@@ -41002,7 +41002,7 @@
|
|
|
41002
41002
|
"immutable": true,
|
|
41003
41003
|
"locationInModule": {
|
|
41004
41004
|
"filename": "src/release/publisher.ts",
|
|
41005
|
-
"line":
|
|
41005
|
+
"line": 789
|
|
41006
41006
|
},
|
|
41007
41007
|
"name": "nugetApiKeySecret",
|
|
41008
41008
|
"optional": true,
|
|
@@ -41028,7 +41028,7 @@
|
|
|
41028
41028
|
},
|
|
41029
41029
|
"locationInModule": {
|
|
41030
41030
|
"filename": "src/release/publisher.ts",
|
|
41031
|
-
"line":
|
|
41031
|
+
"line": 136
|
|
41032
41032
|
},
|
|
41033
41033
|
"parameters": [
|
|
41034
41034
|
{
|
|
@@ -41058,7 +41058,7 @@
|
|
|
41058
41058
|
},
|
|
41059
41059
|
"locationInModule": {
|
|
41060
41060
|
"filename": "src/release/publisher.ts",
|
|
41061
|
-
"line":
|
|
41061
|
+
"line": 182
|
|
41062
41062
|
},
|
|
41063
41063
|
"name": "addGitHubPrePublishingSteps",
|
|
41064
41064
|
"parameters": [
|
|
@@ -41083,7 +41083,7 @@
|
|
|
41083
41083
|
},
|
|
41084
41084
|
"locationInModule": {
|
|
41085
41085
|
"filename": "src/release/publisher.ts",
|
|
41086
|
-
"line":
|
|
41086
|
+
"line": 193
|
|
41087
41087
|
},
|
|
41088
41088
|
"name": "publishToGit",
|
|
41089
41089
|
"parameters": [
|
|
@@ -41110,7 +41110,7 @@
|
|
|
41110
41110
|
},
|
|
41111
41111
|
"locationInModule": {
|
|
41112
41112
|
"filename": "src/release/publisher.ts",
|
|
41113
|
-
"line":
|
|
41113
|
+
"line": 233
|
|
41114
41114
|
},
|
|
41115
41115
|
"name": "publishToGitHubReleases",
|
|
41116
41116
|
"parameters": [
|
|
@@ -41132,7 +41132,7 @@
|
|
|
41132
41132
|
},
|
|
41133
41133
|
"locationInModule": {
|
|
41134
41134
|
"filename": "src/release/publisher.ts",
|
|
41135
|
-
"line":
|
|
41135
|
+
"line": 453
|
|
41136
41136
|
},
|
|
41137
41137
|
"name": "publishToGo",
|
|
41138
41138
|
"parameters": [
|
|
@@ -41155,7 +41155,7 @@
|
|
|
41155
41155
|
},
|
|
41156
41156
|
"locationInModule": {
|
|
41157
41157
|
"filename": "src/release/publisher.ts",
|
|
41158
|
-
"line":
|
|
41158
|
+
"line": 362
|
|
41159
41159
|
},
|
|
41160
41160
|
"name": "publishToMaven",
|
|
41161
41161
|
"parameters": [
|
|
@@ -41178,7 +41178,7 @@
|
|
|
41178
41178
|
},
|
|
41179
41179
|
"locationInModule": {
|
|
41180
41180
|
"filename": "src/release/publisher.ts",
|
|
41181
|
-
"line":
|
|
41181
|
+
"line": 282
|
|
41182
41182
|
},
|
|
41183
41183
|
"name": "publishToNpm",
|
|
41184
41184
|
"parameters": [
|
|
@@ -41201,7 +41201,7 @@
|
|
|
41201
41201
|
},
|
|
41202
41202
|
"locationInModule": {
|
|
41203
41203
|
"filename": "src/release/publisher.ts",
|
|
41204
|
-
"line":
|
|
41204
|
+
"line": 343
|
|
41205
41205
|
},
|
|
41206
41206
|
"name": "publishToNuget",
|
|
41207
41207
|
"parameters": [
|
|
@@ -41224,7 +41224,7 @@
|
|
|
41224
41224
|
},
|
|
41225
41225
|
"locationInModule": {
|
|
41226
41226
|
"filename": "src/release/publisher.ts",
|
|
41227
|
-
"line":
|
|
41227
|
+
"line": 426
|
|
41228
41228
|
},
|
|
41229
41229
|
"name": "publishToPyPi",
|
|
41230
41230
|
"parameters": [
|
|
@@ -41245,13 +41245,29 @@
|
|
|
41245
41245
|
"namespace": "release",
|
|
41246
41246
|
"properties": [
|
|
41247
41247
|
{
|
|
41248
|
+
"const": true,
|
|
41248
41249
|
"docs": {
|
|
41249
41250
|
"stability": "experimental"
|
|
41250
41251
|
},
|
|
41251
41252
|
"immutable": true,
|
|
41252
41253
|
"locationInModule": {
|
|
41253
41254
|
"filename": "src/release/publisher.ts",
|
|
41254
|
-
"line":
|
|
41255
|
+
"line": 114
|
|
41256
|
+
},
|
|
41257
|
+
"name": "PUBLISH_GIT_TASK_NAME",
|
|
41258
|
+
"static": true,
|
|
41259
|
+
"type": {
|
|
41260
|
+
"primitive": "string"
|
|
41261
|
+
}
|
|
41262
|
+
},
|
|
41263
|
+
{
|
|
41264
|
+
"docs": {
|
|
41265
|
+
"stability": "experimental"
|
|
41266
|
+
},
|
|
41267
|
+
"immutable": true,
|
|
41268
|
+
"locationInModule": {
|
|
41269
|
+
"filename": "src/release/publisher.ts",
|
|
41270
|
+
"line": 117
|
|
41255
41271
|
},
|
|
41256
41272
|
"name": "artifactName",
|
|
41257
41273
|
"type": {
|
|
@@ -41265,7 +41281,7 @@
|
|
|
41265
41281
|
"immutable": true,
|
|
41266
41282
|
"locationInModule": {
|
|
41267
41283
|
"filename": "src/release/publisher.ts",
|
|
41268
|
-
"line":
|
|
41284
|
+
"line": 116
|
|
41269
41285
|
},
|
|
41270
41286
|
"name": "buildJobId",
|
|
41271
41287
|
"type": {
|
|
@@ -41280,7 +41296,7 @@
|
|
|
41280
41296
|
"immutable": true,
|
|
41281
41297
|
"locationInModule": {
|
|
41282
41298
|
"filename": "src/release/publisher.ts",
|
|
41283
|
-
"line":
|
|
41299
|
+
"line": 122
|
|
41284
41300
|
},
|
|
41285
41301
|
"name": "jsiiReleaseVersion",
|
|
41286
41302
|
"type": {
|
|
@@ -41294,7 +41310,7 @@
|
|
|
41294
41310
|
"immutable": true,
|
|
41295
41311
|
"locationInModule": {
|
|
41296
41312
|
"filename": "src/release/publisher.ts",
|
|
41297
|
-
"line":
|
|
41313
|
+
"line": 118
|
|
41298
41314
|
},
|
|
41299
41315
|
"name": "publibVersion",
|
|
41300
41316
|
"type": {
|
|
@@ -41308,7 +41324,7 @@
|
|
|
41308
41324
|
"immutable": true,
|
|
41309
41325
|
"locationInModule": {
|
|
41310
41326
|
"filename": "src/release/publisher.ts",
|
|
41311
|
-
"line":
|
|
41327
|
+
"line": 119
|
|
41312
41328
|
},
|
|
41313
41329
|
"name": "condition",
|
|
41314
41330
|
"optional": true,
|
|
@@ -41537,7 +41553,7 @@
|
|
|
41537
41553
|
"kind": "interface",
|
|
41538
41554
|
"locationInModule": {
|
|
41539
41555
|
"filename": "src/release/publisher.ts",
|
|
41540
|
-
"line":
|
|
41556
|
+
"line": 754
|
|
41541
41557
|
},
|
|
41542
41558
|
"name": "PyPiPublishOptions",
|
|
41543
41559
|
"namespace": "release",
|
|
@@ -41552,7 +41568,7 @@
|
|
|
41552
41568
|
"immutable": true,
|
|
41553
41569
|
"locationInModule": {
|
|
41554
41570
|
"filename": "src/release/publisher.ts",
|
|
41555
|
-
"line":
|
|
41571
|
+
"line": 772
|
|
41556
41572
|
},
|
|
41557
41573
|
"name": "twinePasswordSecret",
|
|
41558
41574
|
"optional": true,
|
|
@@ -41570,7 +41586,7 @@
|
|
|
41570
41586
|
"immutable": true,
|
|
41571
41587
|
"locationInModule": {
|
|
41572
41588
|
"filename": "src/release/publisher.ts",
|
|
41573
|
-
"line":
|
|
41589
|
+
"line": 760
|
|
41574
41590
|
},
|
|
41575
41591
|
"name": "twineRegistryUrl",
|
|
41576
41592
|
"optional": true,
|
|
@@ -41588,7 +41604,7 @@
|
|
|
41588
41604
|
"immutable": true,
|
|
41589
41605
|
"locationInModule": {
|
|
41590
41606
|
"filename": "src/release/publisher.ts",
|
|
41591
|
-
"line":
|
|
41607
|
+
"line": 766
|
|
41592
41608
|
},
|
|
41593
41609
|
"name": "twineUsernameSecret",
|
|
41594
41610
|
"optional": true,
|
|
@@ -41614,7 +41630,7 @@
|
|
|
41614
41630
|
},
|
|
41615
41631
|
"locationInModule": {
|
|
41616
41632
|
"filename": "src/release/release.ts",
|
|
41617
|
-
"line":
|
|
41633
|
+
"line": 265
|
|
41618
41634
|
},
|
|
41619
41635
|
"parameters": [
|
|
41620
41636
|
{
|
|
@@ -41644,7 +41660,7 @@
|
|
|
41644
41660
|
},
|
|
41645
41661
|
"locationInModule": {
|
|
41646
41662
|
"filename": "src/release/release.ts",
|
|
41647
|
-
"line":
|
|
41663
|
+
"line": 235
|
|
41648
41664
|
},
|
|
41649
41665
|
"name": "of",
|
|
41650
41666
|
"parameters": [
|
|
@@ -41671,7 +41687,7 @@
|
|
|
41671
41687
|
},
|
|
41672
41688
|
"locationInModule": {
|
|
41673
41689
|
"filename": "src/release/release.ts",
|
|
41674
|
-
"line":
|
|
41690
|
+
"line": 380
|
|
41675
41691
|
},
|
|
41676
41692
|
"name": "addBranch",
|
|
41677
41693
|
"parameters": [
|
|
@@ -41702,7 +41718,7 @@
|
|
|
41702
41718
|
},
|
|
41703
41719
|
"locationInModule": {
|
|
41704
41720
|
"filename": "src/release/release.ts",
|
|
41705
|
-
"line":
|
|
41721
|
+
"line": 447
|
|
41706
41722
|
},
|
|
41707
41723
|
"name": "addJobs",
|
|
41708
41724
|
"parameters": [
|
|
@@ -41729,7 +41745,7 @@
|
|
|
41729
41745
|
},
|
|
41730
41746
|
"locationInModule": {
|
|
41731
41747
|
"filename": "src/release/release.ts",
|
|
41732
|
-
"line":
|
|
41748
|
+
"line": 430
|
|
41733
41749
|
},
|
|
41734
41750
|
"name": "preSynthesize",
|
|
41735
41751
|
"overrides": "projen.Component"
|
|
@@ -41738,6 +41754,22 @@
|
|
|
41738
41754
|
"name": "Release",
|
|
41739
41755
|
"namespace": "release",
|
|
41740
41756
|
"properties": [
|
|
41757
|
+
{
|
|
41758
|
+
"const": true,
|
|
41759
|
+
"docs": {
|
|
41760
|
+
"stability": "experimental"
|
|
41761
|
+
},
|
|
41762
|
+
"immutable": true,
|
|
41763
|
+
"locationInModule": {
|
|
41764
|
+
"filename": "src/release/release.ts",
|
|
41765
|
+
"line": 229
|
|
41766
|
+
},
|
|
41767
|
+
"name": "ANTI_TAMPER_CMD",
|
|
41768
|
+
"static": true,
|
|
41769
|
+
"type": {
|
|
41770
|
+
"primitive": "string"
|
|
41771
|
+
}
|
|
41772
|
+
},
|
|
41741
41773
|
{
|
|
41742
41774
|
"docs": {
|
|
41743
41775
|
"stability": "experimental",
|
|
@@ -41746,7 +41778,7 @@
|
|
|
41746
41778
|
"immutable": true,
|
|
41747
41779
|
"locationInModule": {
|
|
41748
41780
|
"filename": "src/release/release.ts",
|
|
41749
|
-
"line":
|
|
41781
|
+
"line": 263
|
|
41750
41782
|
},
|
|
41751
41783
|
"name": "artifactsDirectory",
|
|
41752
41784
|
"type": {
|
|
@@ -41761,7 +41793,7 @@
|
|
|
41761
41793
|
"immutable": true,
|
|
41762
41794
|
"locationInModule": {
|
|
41763
41795
|
"filename": "src/release/release.ts",
|
|
41764
|
-
"line":
|
|
41796
|
+
"line": 456
|
|
41765
41797
|
},
|
|
41766
41798
|
"name": "branches",
|
|
41767
41799
|
"type": {
|
|
@@ -41781,7 +41813,7 @@
|
|
|
41781
41813
|
"immutable": true,
|
|
41782
41814
|
"locationInModule": {
|
|
41783
41815
|
"filename": "src/release/release.ts",
|
|
41784
|
-
"line":
|
|
41816
|
+
"line": 243
|
|
41785
41817
|
},
|
|
41786
41818
|
"name": "publisher",
|
|
41787
41819
|
"type": {
|
|
@@ -45054,6 +45086,6 @@
|
|
|
45054
45086
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
45055
45087
|
}
|
|
45056
45088
|
},
|
|
45057
|
-
"version": "0.54.
|
|
45058
|
-
"fingerprint": "
|
|
45089
|
+
"version": "0.54.20",
|
|
45090
|
+
"fingerprint": "uAFKTFwQqNKR36ew1sPsymBXu30nj5qmeVH8COAMxn0="
|
|
45059
45091
|
}
|