projen 0.52.18 → 0.52.22
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 +934 -178
- package/README.md +19 -19
- package/changelog.md +1 -1
- package/docs/README.md +2 -0
- package/docs/api/API.md +397 -10
- package/docs/cdk8s.md +39 -0
- package/docs/github.md +1 -1
- package/lib/awscdk/auto-discover.d.ts +63 -13
- package/lib/awscdk/auto-discover.js +62 -24
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-ts.d.ts +7 -0
- package/lib/awscdk/awscdk-app-ts.js +12 -13
- package/lib/awscdk/awscdk-construct.d.ts +7 -0
- package/lib/awscdk/awscdk-construct.js +13 -14
- 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.d.ts +4 -46
- package/lib/awscdk/integration-test.js +27 -65
- package/lib/awscdk/internal.d.ts +0 -4
- package/lib/awscdk/internal.js +2 -6
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.d.ts +68 -0
- package/lib/cdk/auto-discover-base.js +49 -0
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/index.d.ts +2 -0
- package/lib/cdk/index.js +3 -1
- package/lib/cdk/integration-test-base.d.ts +79 -0
- package/lib/cdk/integration-test-base.js +55 -0
- package/lib/cdk/internal.d.ts +4 -0
- package/lib/cdk/internal.js +8 -0
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.d.ts +50 -0
- package/lib/cdk8s/auto-discover.js +51 -0
- package/lib/cdk8s/cdk8s-app-ts.d.ts +7 -0
- package/lib/cdk8s/cdk8s-app-ts.js +9 -3
- package/lib/cdk8s/cdk8s-construct.d.ts +7 -0
- package/lib/cdk8s/cdk8s-construct.js +9 -3
- package/lib/cdk8s/index.d.ts +2 -0
- package/lib/cdk8s/index.js +3 -1
- package/lib/cdk8s/integration-test.d.ts +20 -0
- package/lib/cdk8s/integration-test.js +47 -0
- 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-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/inventory.js +2 -2
- 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.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.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/run-task.js +1 -1820
- 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/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
- package/package.json +3 -3
- 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": "# projen\n\n\n\n[](https://opensource.org/licenses/Apache-2.0)\n[](https://gitpod.io/#https://github.com/projen/projen)\n\n\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\nDefine and maintain complex project configuration through code.\n\n> JOIN THE [#TemplatesAreEvil] MOVEMENT!\n\n[#TemplatesAreEvil]: https://twitter.com/search?q=%23TemplatesAreEvil\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\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen.\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\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\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.github.io/projen/api/API.html#projen-awscdk-awscdkjavaapp) - AWS CDK app in Java.\n* [awscdk-app-ts](https://projen.github.io/projen/api/API.html#projen-awscdk-awscdktypescriptapp) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.github.io/projen/api/API.html#projen-awscdk-awscdkconstructlibrary) - AWS CDK construct library project.\n* [cdk8s-app-ts](https://projen.github.io/projen/api/API.html#projen-cdk8s-cdk8stypescriptapp) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.github.io/projen/api/API.html#projen-cdk8s-constructlibrarycdk8s) - CDK8s construct library project.\n* [cdktf-construct](https://projen.github.io/projen/api/API.html#projen-cdktf-constructlibrarycdktf) - CDKTF construct library project.\n* [java](https://projen.github.io/projen/api/API.html#projen-java-javaproject) - Java project.\n* [jsii](https://projen.github.io/projen/api/API.html#projen-cdk-jsiiproject) - Multi-language jsii library project.\n* [nextjs](https://projen.github.io/projen/api/API.html#projen-web-nextjsproject) - Next.js project without TypeScript.\n* [nextjs-ts](https://projen.github.io/projen/api/API.html#projen-web-nextjstypescriptproject) - Next.js project with TypeScript.\n* [node](https://projen.github.io/projen/api/API.html#projen-javascript-nodeproject) - Node.js project.\n* [project](https://projen.github.io/projen/api/API.html#projen-project) - Base project.\n* [python](https://projen.github.io/projen/api/API.html#projen-python-pythonproject) - Python project.\n* [react](https://projen.github.io/projen/api/API.html#projen-web-reactproject) - React project without TypeScript.\n* [react-ts](https://projen.github.io/projen/api/API.html#projen-web-reacttypescriptproject) - React project with TypeScript.\n* [typescript](https://projen.github.io/projen/api/API.html#projen-typescript-typescriptproject) - TypeScript project.\n* [typescript-app](https://projen.github.io/projen/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\nit's `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 (manual releases are currently broken! [#726](https://github.com/projen/projen/issues/726))\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\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## API Reference\n\nSee [API Reference](https://projen.github.io/projen/api/API.html) for API details.\n\nIn addition, several projen components and project types are explained with examples at <https://projen.github.io/projen/> (currently a work in progress!).\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 it's 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## 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-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</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": "# projen\n\n\n\n[](https://opensource.org/licenses/Apache-2.0)\n[](https://gitpod.io/#https://github.com/projen/projen)\n\n\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\nDefine and maintain complex project configuration through code.\n\n> JOIN THE [#TemplatesAreEvil] MOVEMENT!\n\n[#TemplatesAreEvil]: https://twitter.com/search?q=%23TemplatesAreEvil\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\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen.\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\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\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-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\nit's `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 (manual releases are currently broken! [#726](https://github.com/projen/projen/issues/726))\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\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## API Reference\n\nSee [API Reference](https://projen.io/api/API.html) for API details.\n\nIn addition, several projen components and project types are explained with examples at <https://projen.io/> (currently a work in progress!).\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 it's 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## 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-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</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",
|
|
@@ -9215,7 +9215,7 @@
|
|
|
9215
9215
|
"base": "projen.Component",
|
|
9216
9216
|
"docs": {
|
|
9217
9217
|
"stability": "experimental",
|
|
9218
|
-
"summary": "
|
|
9218
|
+
"summary": "Discovers and creates integration tests and lambdas from code in the project's source and test trees."
|
|
9219
9219
|
},
|
|
9220
9220
|
"fqn": "projen.awscdk.AutoDiscover",
|
|
9221
9221
|
"initializer": {
|
|
@@ -9224,7 +9224,7 @@
|
|
|
9224
9224
|
},
|
|
9225
9225
|
"locationInModule": {
|
|
9226
9226
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9227
|
-
"line":
|
|
9227
|
+
"line": 113
|
|
9228
9228
|
},
|
|
9229
9229
|
"parameters": [
|
|
9230
9230
|
{
|
|
@@ -9244,26 +9244,26 @@
|
|
|
9244
9244
|
"kind": "class",
|
|
9245
9245
|
"locationInModule": {
|
|
9246
9246
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9247
|
-
"line":
|
|
9247
|
+
"line": 112
|
|
9248
9248
|
},
|
|
9249
9249
|
"name": "AutoDiscover",
|
|
9250
9250
|
"namespace": "awscdk",
|
|
9251
9251
|
"symbolId": "src/awscdk/auto-discover:AutoDiscover"
|
|
9252
9252
|
},
|
|
9253
|
-
"projen.awscdk.
|
|
9253
|
+
"projen.awscdk.AutoDiscoverCommonOptions": {
|
|
9254
9254
|
"assembly": "projen",
|
|
9255
9255
|
"datatype": true,
|
|
9256
9256
|
"docs": {
|
|
9257
9257
|
"stability": "experimental",
|
|
9258
|
-
"summary": "
|
|
9258
|
+
"summary": "Common options for auto discovering project subcomponents."
|
|
9259
9259
|
},
|
|
9260
|
-
"fqn": "projen.awscdk.
|
|
9260
|
+
"fqn": "projen.awscdk.AutoDiscoverCommonOptions",
|
|
9261
9261
|
"kind": "interface",
|
|
9262
9262
|
"locationInModule": {
|
|
9263
9263
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9264
|
-
"line":
|
|
9264
|
+
"line": 16
|
|
9265
9265
|
},
|
|
9266
|
-
"name": "
|
|
9266
|
+
"name": "AutoDiscoverCommonOptions",
|
|
9267
9267
|
"namespace": "awscdk",
|
|
9268
9268
|
"properties": [
|
|
9269
9269
|
{
|
|
@@ -9275,7 +9275,7 @@
|
|
|
9275
9275
|
"immutable": true,
|
|
9276
9276
|
"locationInModule": {
|
|
9277
9277
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9278
|
-
"line":
|
|
9278
|
+
"line": 25
|
|
9279
9279
|
},
|
|
9280
9280
|
"name": "cdkDeps",
|
|
9281
9281
|
"type": {
|
|
@@ -9286,65 +9286,75 @@
|
|
|
9286
9286
|
"abstract": true,
|
|
9287
9287
|
"docs": {
|
|
9288
9288
|
"stability": "experimental",
|
|
9289
|
-
"summary": "
|
|
9290
|
-
},
|
|
9291
|
-
"immutable": true,
|
|
9292
|
-
"locationInModule": {
|
|
9293
|
-
"filename": "src/awscdk/auto-discover.ts",
|
|
9294
|
-
"line": 22
|
|
9295
|
-
},
|
|
9296
|
-
"name": "srcdir",
|
|
9297
|
-
"type": {
|
|
9298
|
-
"primitive": "string"
|
|
9299
|
-
}
|
|
9300
|
-
},
|
|
9301
|
-
{
|
|
9302
|
-
"abstract": true,
|
|
9303
|
-
"docs": {
|
|
9304
|
-
"stability": "experimental",
|
|
9305
|
-
"summary": "Test source tree."
|
|
9289
|
+
"summary": "Path to the tsconfig file to use for integration tests."
|
|
9306
9290
|
},
|
|
9307
9291
|
"immutable": true,
|
|
9308
9292
|
"locationInModule": {
|
|
9309
9293
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9310
|
-
"line":
|
|
9294
|
+
"line": 20
|
|
9311
9295
|
},
|
|
9312
|
-
"name": "
|
|
9296
|
+
"name": "tsconfigPath",
|
|
9313
9297
|
"type": {
|
|
9314
9298
|
"primitive": "string"
|
|
9315
9299
|
}
|
|
9316
|
-
}
|
|
9300
|
+
}
|
|
9301
|
+
],
|
|
9302
|
+
"symbolId": "src/awscdk/auto-discover:AutoDiscoverCommonOptions"
|
|
9303
|
+
},
|
|
9304
|
+
"projen.awscdk.AutoDiscoverOptions": {
|
|
9305
|
+
"assembly": "projen",
|
|
9306
|
+
"datatype": true,
|
|
9307
|
+
"docs": {
|
|
9308
|
+
"stability": "experimental",
|
|
9309
|
+
"summary": "Options for `AutoDiscover`."
|
|
9310
|
+
},
|
|
9311
|
+
"fqn": "projen.awscdk.AutoDiscoverOptions",
|
|
9312
|
+
"interfaces": [
|
|
9313
|
+
"projen.awscdk.LambdaAutoDiscoverOptions",
|
|
9314
|
+
"projen.awscdk.IntegrationTestAutoDiscoverOptions"
|
|
9315
|
+
],
|
|
9316
|
+
"kind": "interface",
|
|
9317
|
+
"locationInModule": {
|
|
9318
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
9319
|
+
"line": 90
|
|
9320
|
+
},
|
|
9321
|
+
"name": "AutoDiscoverOptions",
|
|
9322
|
+
"namespace": "awscdk",
|
|
9323
|
+
"properties": [
|
|
9317
9324
|
{
|
|
9318
9325
|
"abstract": true,
|
|
9319
9326
|
"docs": {
|
|
9327
|
+
"default": "true",
|
|
9320
9328
|
"stability": "experimental",
|
|
9321
|
-
"summary": "
|
|
9329
|
+
"summary": "Auto-discover integration tests."
|
|
9322
9330
|
},
|
|
9323
9331
|
"immutable": true,
|
|
9324
9332
|
"locationInModule": {
|
|
9325
9333
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9326
|
-
"line":
|
|
9334
|
+
"line": 105
|
|
9327
9335
|
},
|
|
9328
|
-
"name": "
|
|
9336
|
+
"name": "integrationTestAutoDiscover",
|
|
9337
|
+
"optional": true,
|
|
9329
9338
|
"type": {
|
|
9330
|
-
"primitive": "
|
|
9339
|
+
"primitive": "boolean"
|
|
9331
9340
|
}
|
|
9332
9341
|
},
|
|
9333
9342
|
{
|
|
9334
9343
|
"abstract": true,
|
|
9335
9344
|
"docs": {
|
|
9345
|
+
"default": "true",
|
|
9336
9346
|
"stability": "experimental",
|
|
9337
|
-
"summary": "
|
|
9347
|
+
"summary": "Auto-discover lambda functions."
|
|
9338
9348
|
},
|
|
9339
9349
|
"immutable": true,
|
|
9340
9350
|
"locationInModule": {
|
|
9341
9351
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9342
|
-
"line":
|
|
9352
|
+
"line": 98
|
|
9343
9353
|
},
|
|
9344
|
-
"name": "
|
|
9354
|
+
"name": "lambdaAutoDiscover",
|
|
9345
9355
|
"optional": true,
|
|
9346
9356
|
"type": {
|
|
9347
|
-
"
|
|
9357
|
+
"primitive": "boolean"
|
|
9348
9358
|
}
|
|
9349
9359
|
}
|
|
9350
9360
|
],
|
|
@@ -9368,7 +9378,7 @@
|
|
|
9368
9378
|
},
|
|
9369
9379
|
"locationInModule": {
|
|
9370
9380
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9371
|
-
"line":
|
|
9381
|
+
"line": 53
|
|
9372
9382
|
},
|
|
9373
9383
|
"parameters": [
|
|
9374
9384
|
{
|
|
@@ -9382,7 +9392,7 @@
|
|
|
9382
9392
|
"kind": "class",
|
|
9383
9393
|
"locationInModule": {
|
|
9384
9394
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9385
|
-
"line":
|
|
9395
|
+
"line": 50
|
|
9386
9396
|
},
|
|
9387
9397
|
"methods": [
|
|
9388
9398
|
{
|
|
@@ -9394,7 +9404,7 @@
|
|
|
9394
9404
|
},
|
|
9395
9405
|
"locationInModule": {
|
|
9396
9406
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9397
|
-
"line":
|
|
9407
|
+
"line": 109
|
|
9398
9408
|
},
|
|
9399
9409
|
"name": "addCdkDependencies",
|
|
9400
9410
|
"parameters": [
|
|
@@ -9419,7 +9429,7 @@
|
|
|
9419
9429
|
},
|
|
9420
9430
|
"locationInModule": {
|
|
9421
9431
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9422
|
-
"line":
|
|
9432
|
+
"line": 119
|
|
9423
9433
|
},
|
|
9424
9434
|
"name": "addCdkTestDependencies",
|
|
9425
9435
|
"parameters": [
|
|
@@ -9447,7 +9457,7 @@
|
|
|
9447
9457
|
"immutable": true,
|
|
9448
9458
|
"locationInModule": {
|
|
9449
9459
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9450
|
-
"line":
|
|
9460
|
+
"line": 51
|
|
9451
9461
|
},
|
|
9452
9462
|
"name": "cdkDeps",
|
|
9453
9463
|
"type": {
|
|
@@ -9462,7 +9472,7 @@
|
|
|
9462
9472
|
"immutable": true,
|
|
9463
9473
|
"locationInModule": {
|
|
9464
9474
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9465
|
-
"line":
|
|
9475
|
+
"line": 90
|
|
9466
9476
|
},
|
|
9467
9477
|
"name": "cdkVersion",
|
|
9468
9478
|
"type": {
|
|
@@ -9477,7 +9487,7 @@
|
|
|
9477
9487
|
"immutable": true,
|
|
9478
9488
|
"locationInModule": {
|
|
9479
9489
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9480
|
-
"line":
|
|
9490
|
+
"line": 97
|
|
9481
9491
|
},
|
|
9482
9492
|
"name": "version",
|
|
9483
9493
|
"type": {
|
|
@@ -9507,6 +9517,24 @@
|
|
|
9507
9517
|
"name": "AwsCdkConstructLibraryOptions",
|
|
9508
9518
|
"namespace": "awscdk",
|
|
9509
9519
|
"properties": [
|
|
9520
|
+
{
|
|
9521
|
+
"abstract": true,
|
|
9522
|
+
"docs": {
|
|
9523
|
+
"default": "true",
|
|
9524
|
+
"stability": "experimental",
|
|
9525
|
+
"summary": "Automatically discovers and creates integration tests for each `.integ.ts` file in under your test directory."
|
|
9526
|
+
},
|
|
9527
|
+
"immutable": true,
|
|
9528
|
+
"locationInModule": {
|
|
9529
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9530
|
+
"line": 31
|
|
9531
|
+
},
|
|
9532
|
+
"name": "integrationTestAutoDiscover",
|
|
9533
|
+
"optional": true,
|
|
9534
|
+
"type": {
|
|
9535
|
+
"primitive": "boolean"
|
|
9536
|
+
}
|
|
9537
|
+
},
|
|
9510
9538
|
{
|
|
9511
9539
|
"abstract": true,
|
|
9512
9540
|
"docs": {
|
|
@@ -9535,7 +9563,7 @@
|
|
|
9535
9563
|
"immutable": true,
|
|
9536
9564
|
"locationInModule": {
|
|
9537
9565
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9538
|
-
"line":
|
|
9566
|
+
"line": 38
|
|
9539
9567
|
},
|
|
9540
9568
|
"name": "lambdaOptions",
|
|
9541
9569
|
"optional": true,
|
|
@@ -10372,7 +10400,7 @@
|
|
|
10372
10400
|
},
|
|
10373
10401
|
"locationInModule": {
|
|
10374
10402
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10375
|
-
"line":
|
|
10403
|
+
"line": 80
|
|
10376
10404
|
},
|
|
10377
10405
|
"parameters": [
|
|
10378
10406
|
{
|
|
@@ -10386,7 +10414,7 @@
|
|
|
10386
10414
|
"kind": "class",
|
|
10387
10415
|
"locationInModule": {
|
|
10388
10416
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10389
|
-
"line":
|
|
10417
|
+
"line": 55
|
|
10390
10418
|
},
|
|
10391
10419
|
"methods": [
|
|
10392
10420
|
{
|
|
@@ -10396,7 +10424,7 @@
|
|
|
10396
10424
|
},
|
|
10397
10425
|
"locationInModule": {
|
|
10398
10426
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10399
|
-
"line":
|
|
10427
|
+
"line": 165
|
|
10400
10428
|
},
|
|
10401
10429
|
"name": "addCdkDependency",
|
|
10402
10430
|
"parameters": [
|
|
@@ -10425,7 +10453,7 @@
|
|
|
10425
10453
|
"immutable": true,
|
|
10426
10454
|
"locationInModule": {
|
|
10427
10455
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10428
|
-
"line":
|
|
10456
|
+
"line": 66
|
|
10429
10457
|
},
|
|
10430
10458
|
"name": "appEntrypoint",
|
|
10431
10459
|
"type": {
|
|
@@ -10440,7 +10468,7 @@
|
|
|
10440
10468
|
"immutable": true,
|
|
10441
10469
|
"locationInModule": {
|
|
10442
10470
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10443
|
-
"line":
|
|
10471
|
+
"line": 76
|
|
10444
10472
|
},
|
|
10445
10473
|
"name": "cdkConfig",
|
|
10446
10474
|
"type": {
|
|
@@ -10454,7 +10482,7 @@
|
|
|
10454
10482
|
"immutable": true,
|
|
10455
10483
|
"locationInModule": {
|
|
10456
10484
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10457
|
-
"line":
|
|
10485
|
+
"line": 78
|
|
10458
10486
|
},
|
|
10459
10487
|
"name": "cdkDeps",
|
|
10460
10488
|
"type": {
|
|
@@ -10469,7 +10497,7 @@
|
|
|
10469
10497
|
"immutable": true,
|
|
10470
10498
|
"locationInModule": {
|
|
10471
10499
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10472
|
-
"line":
|
|
10500
|
+
"line": 71
|
|
10473
10501
|
},
|
|
10474
10502
|
"name": "cdkTasks",
|
|
10475
10503
|
"type": {
|
|
@@ -10484,7 +10512,7 @@
|
|
|
10484
10512
|
"immutable": true,
|
|
10485
10513
|
"locationInModule": {
|
|
10486
10514
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10487
|
-
"line":
|
|
10515
|
+
"line": 59
|
|
10488
10516
|
},
|
|
10489
10517
|
"name": "cdkVersion",
|
|
10490
10518
|
"type": {
|
|
@@ -10532,6 +10560,24 @@
|
|
|
10532
10560
|
"primitive": "string"
|
|
10533
10561
|
}
|
|
10534
10562
|
},
|
|
10563
|
+
{
|
|
10564
|
+
"abstract": true,
|
|
10565
|
+
"docs": {
|
|
10566
|
+
"default": "true",
|
|
10567
|
+
"stability": "experimental",
|
|
10568
|
+
"summary": "Automatically discovers and creates integration tests for each `.integ.ts` file in under your test directory."
|
|
10569
|
+
},
|
|
10570
|
+
"immutable": true,
|
|
10571
|
+
"locationInModule": {
|
|
10572
|
+
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10573
|
+
"line": 40
|
|
10574
|
+
},
|
|
10575
|
+
"name": "integrationTestAutoDiscover",
|
|
10576
|
+
"optional": true,
|
|
10577
|
+
"type": {
|
|
10578
|
+
"primitive": "boolean"
|
|
10579
|
+
}
|
|
10580
|
+
},
|
|
10535
10581
|
{
|
|
10536
10582
|
"abstract": true,
|
|
10537
10583
|
"docs": {
|
|
@@ -10560,7 +10606,7 @@
|
|
|
10560
10606
|
"immutable": true,
|
|
10561
10607
|
"locationInModule": {
|
|
10562
10608
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10563
|
-
"line":
|
|
10609
|
+
"line": 47
|
|
10564
10610
|
},
|
|
10565
10611
|
"name": "lambdaOptions",
|
|
10566
10612
|
"optional": true,
|
|
@@ -10982,7 +11028,7 @@
|
|
|
10982
11028
|
},
|
|
10983
11029
|
"locationInModule": {
|
|
10984
11030
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
10985
|
-
"line":
|
|
11031
|
+
"line": 53
|
|
10986
11032
|
},
|
|
10987
11033
|
"parameters": [
|
|
10988
11034
|
{
|
|
@@ -10996,7 +11042,7 @@
|
|
|
10996
11042
|
"kind": "class",
|
|
10997
11043
|
"locationInModule": {
|
|
10998
11044
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
10999
|
-
"line":
|
|
11045
|
+
"line": 156
|
|
11000
11046
|
},
|
|
11001
11047
|
"name": "ConstructLibraryAws",
|
|
11002
11048
|
"namespace": "awscdk",
|
|
@@ -11016,7 +11062,7 @@
|
|
|
11016
11062
|
"kind": "interface",
|
|
11017
11063
|
"locationInModule": {
|
|
11018
11064
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
11019
|
-
"line":
|
|
11065
|
+
"line": 152
|
|
11020
11066
|
},
|
|
11021
11067
|
"name": "ConstructLibraryAwsOptions",
|
|
11022
11068
|
"namespace": "awscdk",
|
|
@@ -11024,7 +11070,7 @@
|
|
|
11024
11070
|
},
|
|
11025
11071
|
"projen.awscdk.IntegrationTest": {
|
|
11026
11072
|
"assembly": "projen",
|
|
11027
|
-
"base": "projen.
|
|
11073
|
+
"base": "projen.cdk.IntegrationTestBase",
|
|
11028
11074
|
"docs": {
|
|
11029
11075
|
"stability": "experimental",
|
|
11030
11076
|
"summary": "Cloud integration tests."
|
|
@@ -11036,7 +11082,7 @@
|
|
|
11036
11082
|
},
|
|
11037
11083
|
"locationInModule": {
|
|
11038
11084
|
"filename": "src/awscdk/integration-test.ts",
|
|
11039
|
-
"line":
|
|
11085
|
+
"line": 50
|
|
11040
11086
|
},
|
|
11041
11087
|
"parameters": [
|
|
11042
11088
|
{
|
|
@@ -11056,7 +11102,7 @@
|
|
|
11056
11102
|
"kind": "class",
|
|
11057
11103
|
"locationInModule": {
|
|
11058
11104
|
"filename": "src/awscdk/integration-test.ts",
|
|
11059
|
-
"line":
|
|
11105
|
+
"line": 39
|
|
11060
11106
|
},
|
|
11061
11107
|
"name": "IntegrationTest",
|
|
11062
11108
|
"namespace": "awscdk",
|
|
@@ -11064,63 +11110,18 @@
|
|
|
11064
11110
|
{
|
|
11065
11111
|
"docs": {
|
|
11066
11112
|
"stability": "experimental",
|
|
11067
|
-
"summary": "
|
|
11113
|
+
"summary": "Destroy the integration test resources."
|
|
11068
11114
|
},
|
|
11069
11115
|
"immutable": true,
|
|
11070
11116
|
"locationInModule": {
|
|
11071
11117
|
"filename": "src/awscdk/integration-test.ts",
|
|
11072
|
-
"line":
|
|
11073
|
-
},
|
|
11074
|
-
"name": "assertTask",
|
|
11075
|
-
"type": {
|
|
11076
|
-
"fqn": "projen.Task"
|
|
11077
|
-
}
|
|
11078
|
-
},
|
|
11079
|
-
{
|
|
11080
|
-
"docs": {
|
|
11081
|
-
"stability": "experimental",
|
|
11082
|
-
"summary": "Deploy the integration test and update the snapshot upon success."
|
|
11083
|
-
},
|
|
11084
|
-
"immutable": true,
|
|
11085
|
-
"locationInModule": {
|
|
11086
|
-
"filename": "src/awscdk/integration-test.ts",
|
|
11087
|
-
"line": 62
|
|
11088
|
-
},
|
|
11089
|
-
"name": "deployTask",
|
|
11090
|
-
"type": {
|
|
11091
|
-
"fqn": "projen.Task"
|
|
11092
|
-
}
|
|
11093
|
-
},
|
|
11094
|
-
{
|
|
11095
|
-
"docs": {
|
|
11096
|
-
"stability": "experimental",
|
|
11097
|
-
"summary": "Destroys a deployed stack."
|
|
11098
|
-
},
|
|
11099
|
-
"immutable": true,
|
|
11100
|
-
"locationInModule": {
|
|
11101
|
-
"filename": "src/awscdk/integration-test.ts",
|
|
11102
|
-
"line": 67
|
|
11118
|
+
"line": 43
|
|
11103
11119
|
},
|
|
11104
11120
|
"name": "destroyTask",
|
|
11105
11121
|
"type": {
|
|
11106
11122
|
"fqn": "projen.Task"
|
|
11107
11123
|
}
|
|
11108
11124
|
},
|
|
11109
|
-
{
|
|
11110
|
-
"docs": {
|
|
11111
|
-
"stability": "experimental",
|
|
11112
|
-
"summary": "Just update snapshot (without deployment)."
|
|
11113
|
-
},
|
|
11114
|
-
"immutable": true,
|
|
11115
|
-
"locationInModule": {
|
|
11116
|
-
"filename": "src/awscdk/integration-test.ts",
|
|
11117
|
-
"line": 77
|
|
11118
|
-
},
|
|
11119
|
-
"name": "snapshotTask",
|
|
11120
|
-
"type": {
|
|
11121
|
-
"fqn": "projen.Task"
|
|
11122
|
-
}
|
|
11123
|
-
},
|
|
11124
11125
|
{
|
|
11125
11126
|
"docs": {
|
|
11126
11127
|
"stability": "experimental",
|
|
@@ -11129,7 +11130,7 @@
|
|
|
11129
11130
|
"immutable": true,
|
|
11130
11131
|
"locationInModule": {
|
|
11131
11132
|
"filename": "src/awscdk/integration-test.ts",
|
|
11132
|
-
"line":
|
|
11133
|
+
"line": 48
|
|
11133
11134
|
},
|
|
11134
11135
|
"name": "watchTask",
|
|
11135
11136
|
"type": {
|
|
@@ -11139,6 +11140,67 @@
|
|
|
11139
11140
|
],
|
|
11140
11141
|
"symbolId": "src/awscdk/integration-test:IntegrationTest"
|
|
11141
11142
|
},
|
|
11143
|
+
"projen.awscdk.IntegrationTestAutoDiscover": {
|
|
11144
|
+
"assembly": "projen",
|
|
11145
|
+
"base": "projen.cdk.IntegrationTestAutoDiscoverBase",
|
|
11146
|
+
"docs": {
|
|
11147
|
+
"stability": "experimental",
|
|
11148
|
+
"summary": "Creates integration tests from entry points discovered in the test tree."
|
|
11149
|
+
},
|
|
11150
|
+
"fqn": "projen.awscdk.IntegrationTestAutoDiscover",
|
|
11151
|
+
"initializer": {
|
|
11152
|
+
"docs": {
|
|
11153
|
+
"stability": "experimental"
|
|
11154
|
+
},
|
|
11155
|
+
"locationInModule": {
|
|
11156
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
11157
|
+
"line": 39
|
|
11158
|
+
},
|
|
11159
|
+
"parameters": [
|
|
11160
|
+
{
|
|
11161
|
+
"name": "project",
|
|
11162
|
+
"type": {
|
|
11163
|
+
"fqn": "projen.Project"
|
|
11164
|
+
}
|
|
11165
|
+
},
|
|
11166
|
+
{
|
|
11167
|
+
"name": "options",
|
|
11168
|
+
"type": {
|
|
11169
|
+
"fqn": "projen.awscdk.IntegrationTestAutoDiscoverOptions"
|
|
11170
|
+
}
|
|
11171
|
+
}
|
|
11172
|
+
]
|
|
11173
|
+
},
|
|
11174
|
+
"kind": "class",
|
|
11175
|
+
"locationInModule": {
|
|
11176
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
11177
|
+
"line": 38
|
|
11178
|
+
},
|
|
11179
|
+
"name": "IntegrationTestAutoDiscover",
|
|
11180
|
+
"namespace": "awscdk",
|
|
11181
|
+
"symbolId": "src/awscdk/auto-discover:IntegrationTestAutoDiscover"
|
|
11182
|
+
},
|
|
11183
|
+
"projen.awscdk.IntegrationTestAutoDiscoverOptions": {
|
|
11184
|
+
"assembly": "projen",
|
|
11185
|
+
"datatype": true,
|
|
11186
|
+
"docs": {
|
|
11187
|
+
"stability": "experimental",
|
|
11188
|
+
"summary": "Options for `IntegrationTestAutoDiscover`."
|
|
11189
|
+
},
|
|
11190
|
+
"fqn": "projen.awscdk.IntegrationTestAutoDiscoverOptions",
|
|
11191
|
+
"interfaces": [
|
|
11192
|
+
"projen.awscdk.AutoDiscoverCommonOptions",
|
|
11193
|
+
"projen.cdk.IntegrationTestAutoDiscoverBaseOptions"
|
|
11194
|
+
],
|
|
11195
|
+
"kind": "interface",
|
|
11196
|
+
"locationInModule": {
|
|
11197
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
11198
|
+
"line": 31
|
|
11199
|
+
},
|
|
11200
|
+
"name": "IntegrationTestAutoDiscoverOptions",
|
|
11201
|
+
"namespace": "awscdk",
|
|
11202
|
+
"symbolId": "src/awscdk/auto-discover:IntegrationTestAutoDiscoverOptions"
|
|
11203
|
+
},
|
|
11142
11204
|
"projen.awscdk.IntegrationTestCommonOptions": {
|
|
11143
11205
|
"assembly": "projen",
|
|
11144
11206
|
"datatype": true,
|
|
@@ -11185,7 +11247,8 @@
|
|
|
11185
11247
|
},
|
|
11186
11248
|
"fqn": "projen.awscdk.IntegrationTestOptions",
|
|
11187
11249
|
"interfaces": [
|
|
11188
|
-
"projen.awscdk.IntegrationTestCommonOptions"
|
|
11250
|
+
"projen.awscdk.IntegrationTestCommonOptions",
|
|
11251
|
+
"projen.cdk.IntegrationTestBaseOptions"
|
|
11189
11252
|
],
|
|
11190
11253
|
"kind": "interface",
|
|
11191
11254
|
"locationInModule": {
|
|
@@ -11204,7 +11267,7 @@
|
|
|
11204
11267
|
"immutable": true,
|
|
11205
11268
|
"locationInModule": {
|
|
11206
11269
|
"filename": "src/awscdk/integration-test.ts",
|
|
11207
|
-
"line":
|
|
11270
|
+
"line": 33
|
|
11208
11271
|
},
|
|
11209
11272
|
"name": "cdkDeps",
|
|
11210
11273
|
"type": {
|
|
@@ -11214,51 +11277,100 @@
|
|
|
11214
11277
|
{
|
|
11215
11278
|
"abstract": true,
|
|
11216
11279
|
"docs": {
|
|
11217
|
-
"
|
|
11218
|
-
"remarks": "This is relative to the root directory of the project.",
|
|
11280
|
+
"default": "[\"**\"]",
|
|
11219
11281
|
"stability": "experimental",
|
|
11220
|
-
"summary": "A
|
|
11282
|
+
"summary": "A list of stacks within the integration test to deploy/destroy."
|
|
11221
11283
|
},
|
|
11222
11284
|
"immutable": true,
|
|
11223
11285
|
"locationInModule": {
|
|
11224
11286
|
"filename": "src/awscdk/integration-test.ts",
|
|
11225
|
-
"line":
|
|
11287
|
+
"line": 28
|
|
11226
11288
|
},
|
|
11227
|
-
"name": "
|
|
11289
|
+
"name": "stacks",
|
|
11290
|
+
"optional": true,
|
|
11228
11291
|
"type": {
|
|
11229
|
-
"
|
|
11292
|
+
"collection": {
|
|
11293
|
+
"elementtype": {
|
|
11294
|
+
"primitive": "string"
|
|
11295
|
+
},
|
|
11296
|
+
"kind": "array"
|
|
11297
|
+
}
|
|
11230
11298
|
}
|
|
11299
|
+
}
|
|
11300
|
+
],
|
|
11301
|
+
"symbolId": "src/awscdk/integration-test:IntegrationTestOptions"
|
|
11302
|
+
},
|
|
11303
|
+
"projen.awscdk.LambdaAutoDiscover": {
|
|
11304
|
+
"assembly": "projen",
|
|
11305
|
+
"base": "projen.cdk.AutoDiscoverBase",
|
|
11306
|
+
"docs": {
|
|
11307
|
+
"stability": "experimental",
|
|
11308
|
+
"summary": "Creates lambdas from entry points discovered in the project's source tree."
|
|
11309
|
+
},
|
|
11310
|
+
"fqn": "projen.awscdk.LambdaAutoDiscover",
|
|
11311
|
+
"initializer": {
|
|
11312
|
+
"docs": {
|
|
11313
|
+
"stability": "experimental"
|
|
11231
11314
|
},
|
|
11232
|
-
{
|
|
11233
|
-
"
|
|
11234
|
-
"
|
|
11235
|
-
|
|
11236
|
-
|
|
11237
|
-
|
|
11238
|
-
|
|
11239
|
-
|
|
11240
|
-
|
|
11241
|
-
|
|
11315
|
+
"locationInModule": {
|
|
11316
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
11317
|
+
"line": 71
|
|
11318
|
+
},
|
|
11319
|
+
"parameters": [
|
|
11320
|
+
{
|
|
11321
|
+
"name": "project",
|
|
11322
|
+
"type": {
|
|
11323
|
+
"fqn": "projen.Project"
|
|
11324
|
+
}
|
|
11242
11325
|
},
|
|
11243
|
-
|
|
11244
|
-
|
|
11245
|
-
"
|
|
11326
|
+
{
|
|
11327
|
+
"name": "options",
|
|
11328
|
+
"type": {
|
|
11329
|
+
"fqn": "projen.awscdk.LambdaAutoDiscoverOptions"
|
|
11330
|
+
}
|
|
11246
11331
|
}
|
|
11247
|
-
|
|
11332
|
+
]
|
|
11333
|
+
},
|
|
11334
|
+
"kind": "class",
|
|
11335
|
+
"locationInModule": {
|
|
11336
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
11337
|
+
"line": 70
|
|
11338
|
+
},
|
|
11339
|
+
"name": "LambdaAutoDiscover",
|
|
11340
|
+
"namespace": "awscdk",
|
|
11341
|
+
"symbolId": "src/awscdk/auto-discover:LambdaAutoDiscover"
|
|
11342
|
+
},
|
|
11343
|
+
"projen.awscdk.LambdaAutoDiscoverOptions": {
|
|
11344
|
+
"assembly": "projen",
|
|
11345
|
+
"datatype": true,
|
|
11346
|
+
"docs": {
|
|
11347
|
+
"stability": "experimental",
|
|
11348
|
+
"summary": "Options for `LambdaAutoDiscover`."
|
|
11349
|
+
},
|
|
11350
|
+
"fqn": "projen.awscdk.LambdaAutoDiscoverOptions",
|
|
11351
|
+
"interfaces": [
|
|
11352
|
+
"projen.awscdk.AutoDiscoverCommonOptions"
|
|
11353
|
+
],
|
|
11354
|
+
"kind": "interface",
|
|
11355
|
+
"locationInModule": {
|
|
11356
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
11357
|
+
"line": 55
|
|
11358
|
+
},
|
|
11359
|
+
"name": "LambdaAutoDiscoverOptions",
|
|
11360
|
+
"namespace": "awscdk",
|
|
11361
|
+
"properties": [
|
|
11248
11362
|
{
|
|
11249
11363
|
"abstract": true,
|
|
11250
11364
|
"docs": {
|
|
11251
|
-
"default": "- Derived from the entrypoint filename.",
|
|
11252
11365
|
"stability": "experimental",
|
|
11253
|
-
"summary": "
|
|
11366
|
+
"summary": "Project source tree (relative to project output directory)."
|
|
11254
11367
|
},
|
|
11255
11368
|
"immutable": true,
|
|
11256
11369
|
"locationInModule": {
|
|
11257
|
-
"filename": "src/awscdk/
|
|
11258
|
-
"line":
|
|
11370
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
11371
|
+
"line": 59
|
|
11259
11372
|
},
|
|
11260
|
-
"name": "
|
|
11261
|
-
"optional": true,
|
|
11373
|
+
"name": "srcdir",
|
|
11262
11374
|
"type": {
|
|
11263
11375
|
"primitive": "string"
|
|
11264
11376
|
}
|
|
@@ -11266,28 +11378,22 @@
|
|
|
11266
11378
|
{
|
|
11267
11379
|
"abstract": true,
|
|
11268
11380
|
"docs": {
|
|
11269
|
-
"default": "[\"**\"]",
|
|
11270
11381
|
"stability": "experimental",
|
|
11271
|
-
"summary": "
|
|
11382
|
+
"summary": "Options for auto-discovery of AWS Lambda functions."
|
|
11272
11383
|
},
|
|
11273
11384
|
"immutable": true,
|
|
11274
11385
|
"locationInModule": {
|
|
11275
|
-
"filename": "src/awscdk/
|
|
11276
|
-
"line":
|
|
11386
|
+
"filename": "src/awscdk/auto-discover.ts",
|
|
11387
|
+
"line": 64
|
|
11277
11388
|
},
|
|
11278
|
-
"name": "
|
|
11389
|
+
"name": "lambdaOptions",
|
|
11279
11390
|
"optional": true,
|
|
11280
11391
|
"type": {
|
|
11281
|
-
"
|
|
11282
|
-
"elementtype": {
|
|
11283
|
-
"primitive": "string"
|
|
11284
|
-
},
|
|
11285
|
-
"kind": "array"
|
|
11286
|
-
}
|
|
11392
|
+
"fqn": "projen.awscdk.LambdaFunctionCommonOptions"
|
|
11287
11393
|
}
|
|
11288
11394
|
}
|
|
11289
11395
|
],
|
|
11290
|
-
"symbolId": "src/awscdk/
|
|
11396
|
+
"symbolId": "src/awscdk/auto-discover:LambdaAutoDiscoverOptions"
|
|
11291
11397
|
},
|
|
11292
11398
|
"projen.awscdk.LambdaFunction": {
|
|
11293
11399
|
"assembly": "projen",
|
|
@@ -12180,6 +12286,122 @@
|
|
|
12180
12286
|
],
|
|
12181
12287
|
"symbolId": "src/build/build-workflow:BuildWorkflowOptions"
|
|
12182
12288
|
},
|
|
12289
|
+
"projen.cdk.AutoDiscoverBase": {
|
|
12290
|
+
"abstract": true,
|
|
12291
|
+
"assembly": "projen",
|
|
12292
|
+
"base": "projen.Component",
|
|
12293
|
+
"docs": {
|
|
12294
|
+
"stability": "experimental",
|
|
12295
|
+
"summary": "Base class for auto-discovering and creating project subcomponents."
|
|
12296
|
+
},
|
|
12297
|
+
"fqn": "projen.cdk.AutoDiscoverBase",
|
|
12298
|
+
"initializer": {
|
|
12299
|
+
"docs": {
|
|
12300
|
+
"stability": "experimental"
|
|
12301
|
+
},
|
|
12302
|
+
"locationInModule": {
|
|
12303
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12304
|
+
"line": 36
|
|
12305
|
+
},
|
|
12306
|
+
"parameters": [
|
|
12307
|
+
{
|
|
12308
|
+
"name": "project",
|
|
12309
|
+
"type": {
|
|
12310
|
+
"fqn": "projen.Project"
|
|
12311
|
+
}
|
|
12312
|
+
},
|
|
12313
|
+
{
|
|
12314
|
+
"name": "options",
|
|
12315
|
+
"type": {
|
|
12316
|
+
"fqn": "projen.cdk.AutoDiscoverBaseOptions"
|
|
12317
|
+
}
|
|
12318
|
+
}
|
|
12319
|
+
]
|
|
12320
|
+
},
|
|
12321
|
+
"kind": "class",
|
|
12322
|
+
"locationInModule": {
|
|
12323
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12324
|
+
"line": 29
|
|
12325
|
+
},
|
|
12326
|
+
"name": "AutoDiscoverBase",
|
|
12327
|
+
"namespace": "cdk",
|
|
12328
|
+
"properties": [
|
|
12329
|
+
{
|
|
12330
|
+
"docs": {
|
|
12331
|
+
"stability": "experimental",
|
|
12332
|
+
"summary": "Auto-discovered entry points with paths relative to the project directory."
|
|
12333
|
+
},
|
|
12334
|
+
"immutable": true,
|
|
12335
|
+
"locationInModule": {
|
|
12336
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12337
|
+
"line": 34
|
|
12338
|
+
},
|
|
12339
|
+
"name": "entrypoints",
|
|
12340
|
+
"type": {
|
|
12341
|
+
"collection": {
|
|
12342
|
+
"elementtype": {
|
|
12343
|
+
"primitive": "string"
|
|
12344
|
+
},
|
|
12345
|
+
"kind": "array"
|
|
12346
|
+
}
|
|
12347
|
+
}
|
|
12348
|
+
}
|
|
12349
|
+
],
|
|
12350
|
+
"symbolId": "src/cdk/auto-discover-base:AutoDiscoverBase"
|
|
12351
|
+
},
|
|
12352
|
+
"projen.cdk.AutoDiscoverBaseOptions": {
|
|
12353
|
+
"assembly": "projen",
|
|
12354
|
+
"datatype": true,
|
|
12355
|
+
"docs": {
|
|
12356
|
+
"stability": "experimental",
|
|
12357
|
+
"summary": "Options for `AutoDiscoverBase`."
|
|
12358
|
+
},
|
|
12359
|
+
"fqn": "projen.cdk.AutoDiscoverBaseOptions",
|
|
12360
|
+
"kind": "interface",
|
|
12361
|
+
"locationInModule": {
|
|
12362
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12363
|
+
"line": 10
|
|
12364
|
+
},
|
|
12365
|
+
"name": "AutoDiscoverBaseOptions",
|
|
12366
|
+
"namespace": "cdk",
|
|
12367
|
+
"properties": [
|
|
12368
|
+
{
|
|
12369
|
+
"abstract": true,
|
|
12370
|
+
"docs": {
|
|
12371
|
+
"example": "\".integ.ts\"",
|
|
12372
|
+
"stability": "experimental",
|
|
12373
|
+
"summary": "Locate files with the given extension."
|
|
12374
|
+
},
|
|
12375
|
+
"immutable": true,
|
|
12376
|
+
"locationInModule": {
|
|
12377
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12378
|
+
"line": 16
|
|
12379
|
+
},
|
|
12380
|
+
"name": "extension",
|
|
12381
|
+
"type": {
|
|
12382
|
+
"primitive": "string"
|
|
12383
|
+
}
|
|
12384
|
+
},
|
|
12385
|
+
{
|
|
12386
|
+
"abstract": true,
|
|
12387
|
+
"docs": {
|
|
12388
|
+
"example": "\"test\"",
|
|
12389
|
+
"stability": "experimental",
|
|
12390
|
+
"summary": "Locate entrypoints in the given project directory."
|
|
12391
|
+
},
|
|
12392
|
+
"immutable": true,
|
|
12393
|
+
"locationInModule": {
|
|
12394
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12395
|
+
"line": 23
|
|
12396
|
+
},
|
|
12397
|
+
"name": "projectdir",
|
|
12398
|
+
"type": {
|
|
12399
|
+
"primitive": "string"
|
|
12400
|
+
}
|
|
12401
|
+
}
|
|
12402
|
+
],
|
|
12403
|
+
"symbolId": "src/cdk/auto-discover-base:AutoDiscoverBaseOptions"
|
|
12404
|
+
},
|
|
12183
12405
|
"projen.cdk.Catalog": {
|
|
12184
12406
|
"assembly": "projen",
|
|
12185
12407
|
"datatype": true,
|
|
@@ -12309,6 +12531,287 @@
|
|
|
12309
12531
|
],
|
|
12310
12532
|
"symbolId": "src/cdk/construct-lib:ConstructLibraryOptions"
|
|
12311
12533
|
},
|
|
12534
|
+
"projen.cdk.IntegrationTestAutoDiscoverBase": {
|
|
12535
|
+
"assembly": "projen",
|
|
12536
|
+
"base": "projen.cdk.AutoDiscoverBase",
|
|
12537
|
+
"docs": {
|
|
12538
|
+
"stability": "experimental",
|
|
12539
|
+
"summary": "Base class for locating integration tests in the project's test tree."
|
|
12540
|
+
},
|
|
12541
|
+
"fqn": "projen.cdk.IntegrationTestAutoDiscoverBase",
|
|
12542
|
+
"initializer": {
|
|
12543
|
+
"docs": {
|
|
12544
|
+
"stability": "experimental"
|
|
12545
|
+
},
|
|
12546
|
+
"locationInModule": {
|
|
12547
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12548
|
+
"line": 61
|
|
12549
|
+
},
|
|
12550
|
+
"parameters": [
|
|
12551
|
+
{
|
|
12552
|
+
"name": "project",
|
|
12553
|
+
"type": {
|
|
12554
|
+
"fqn": "projen.Project"
|
|
12555
|
+
}
|
|
12556
|
+
},
|
|
12557
|
+
{
|
|
12558
|
+
"name": "options",
|
|
12559
|
+
"type": {
|
|
12560
|
+
"fqn": "projen.cdk.IntegrationTestAutoDiscoverBaseOptions"
|
|
12561
|
+
}
|
|
12562
|
+
}
|
|
12563
|
+
]
|
|
12564
|
+
},
|
|
12565
|
+
"kind": "class",
|
|
12566
|
+
"locationInModule": {
|
|
12567
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12568
|
+
"line": 60
|
|
12569
|
+
},
|
|
12570
|
+
"name": "IntegrationTestAutoDiscoverBase",
|
|
12571
|
+
"namespace": "cdk",
|
|
12572
|
+
"symbolId": "src/cdk/auto-discover-base:IntegrationTestAutoDiscoverBase"
|
|
12573
|
+
},
|
|
12574
|
+
"projen.cdk.IntegrationTestAutoDiscoverBaseOptions": {
|
|
12575
|
+
"assembly": "projen",
|
|
12576
|
+
"datatype": true,
|
|
12577
|
+
"docs": {
|
|
12578
|
+
"stability": "experimental",
|
|
12579
|
+
"summary": "Options for `IntegrationTestAutoDiscoverBase`."
|
|
12580
|
+
},
|
|
12581
|
+
"fqn": "projen.cdk.IntegrationTestAutoDiscoverBaseOptions",
|
|
12582
|
+
"kind": "interface",
|
|
12583
|
+
"locationInModule": {
|
|
12584
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12585
|
+
"line": 50
|
|
12586
|
+
},
|
|
12587
|
+
"name": "IntegrationTestAutoDiscoverBaseOptions",
|
|
12588
|
+
"namespace": "cdk",
|
|
12589
|
+
"properties": [
|
|
12590
|
+
{
|
|
12591
|
+
"abstract": true,
|
|
12592
|
+
"docs": {
|
|
12593
|
+
"stability": "experimental",
|
|
12594
|
+
"summary": "Test source tree."
|
|
12595
|
+
},
|
|
12596
|
+
"immutable": true,
|
|
12597
|
+
"locationInModule": {
|
|
12598
|
+
"filename": "src/cdk/auto-discover-base.ts",
|
|
12599
|
+
"line": 54
|
|
12600
|
+
},
|
|
12601
|
+
"name": "testdir",
|
|
12602
|
+
"type": {
|
|
12603
|
+
"primitive": "string"
|
|
12604
|
+
}
|
|
12605
|
+
}
|
|
12606
|
+
],
|
|
12607
|
+
"symbolId": "src/cdk/auto-discover-base:IntegrationTestAutoDiscoverBaseOptions"
|
|
12608
|
+
},
|
|
12609
|
+
"projen.cdk.IntegrationTestBase": {
|
|
12610
|
+
"abstract": true,
|
|
12611
|
+
"assembly": "projen",
|
|
12612
|
+
"base": "projen.Component",
|
|
12613
|
+
"docs": {
|
|
12614
|
+
"stability": "experimental"
|
|
12615
|
+
},
|
|
12616
|
+
"fqn": "projen.cdk.IntegrationTestBase",
|
|
12617
|
+
"initializer": {
|
|
12618
|
+
"docs": {
|
|
12619
|
+
"stability": "experimental"
|
|
12620
|
+
},
|
|
12621
|
+
"locationInModule": {
|
|
12622
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12623
|
+
"line": 64
|
|
12624
|
+
},
|
|
12625
|
+
"parameters": [
|
|
12626
|
+
{
|
|
12627
|
+
"name": "project",
|
|
12628
|
+
"type": {
|
|
12629
|
+
"fqn": "projen.Project"
|
|
12630
|
+
}
|
|
12631
|
+
},
|
|
12632
|
+
{
|
|
12633
|
+
"name": "options",
|
|
12634
|
+
"type": {
|
|
12635
|
+
"fqn": "projen.cdk.IntegrationTestBaseOptions"
|
|
12636
|
+
}
|
|
12637
|
+
}
|
|
12638
|
+
]
|
|
12639
|
+
},
|
|
12640
|
+
"kind": "class",
|
|
12641
|
+
"locationInModule": {
|
|
12642
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12643
|
+
"line": 33
|
|
12644
|
+
},
|
|
12645
|
+
"name": "IntegrationTestBase",
|
|
12646
|
+
"namespace": "cdk",
|
|
12647
|
+
"properties": [
|
|
12648
|
+
{
|
|
12649
|
+
"docs": {
|
|
12650
|
+
"stability": "experimental",
|
|
12651
|
+
"summary": "Synthesizes the integration test and compares against a local copy (runs during build)."
|
|
12652
|
+
},
|
|
12653
|
+
"immutable": true,
|
|
12654
|
+
"locationInModule": {
|
|
12655
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12656
|
+
"line": 42
|
|
12657
|
+
},
|
|
12658
|
+
"name": "assertTask",
|
|
12659
|
+
"type": {
|
|
12660
|
+
"fqn": "projen.Task"
|
|
12661
|
+
}
|
|
12662
|
+
},
|
|
12663
|
+
{
|
|
12664
|
+
"docs": {
|
|
12665
|
+
"stability": "experimental",
|
|
12666
|
+
"summary": "Deploy the integration test and update the snapshot upon success."
|
|
12667
|
+
},
|
|
12668
|
+
"immutable": true,
|
|
12669
|
+
"locationInModule": {
|
|
12670
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12671
|
+
"line": 37
|
|
12672
|
+
},
|
|
12673
|
+
"name": "deployTask",
|
|
12674
|
+
"type": {
|
|
12675
|
+
"fqn": "projen.Task"
|
|
12676
|
+
}
|
|
12677
|
+
},
|
|
12678
|
+
{
|
|
12679
|
+
"docs": {
|
|
12680
|
+
"stability": "experimental",
|
|
12681
|
+
"summary": "Integration test name."
|
|
12682
|
+
},
|
|
12683
|
+
"immutable": true,
|
|
12684
|
+
"locationInModule": {
|
|
12685
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12686
|
+
"line": 62
|
|
12687
|
+
},
|
|
12688
|
+
"name": "name",
|
|
12689
|
+
"protected": true,
|
|
12690
|
+
"type": {
|
|
12691
|
+
"primitive": "string"
|
|
12692
|
+
}
|
|
12693
|
+
},
|
|
12694
|
+
{
|
|
12695
|
+
"docs": {
|
|
12696
|
+
"stability": "experimental",
|
|
12697
|
+
"summary": "Snapshot output directory."
|
|
12698
|
+
},
|
|
12699
|
+
"immutable": true,
|
|
12700
|
+
"locationInModule": {
|
|
12701
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12702
|
+
"line": 57
|
|
12703
|
+
},
|
|
12704
|
+
"name": "snapshotDir",
|
|
12705
|
+
"protected": true,
|
|
12706
|
+
"type": {
|
|
12707
|
+
"primitive": "string"
|
|
12708
|
+
}
|
|
12709
|
+
},
|
|
12710
|
+
{
|
|
12711
|
+
"docs": {
|
|
12712
|
+
"stability": "experimental",
|
|
12713
|
+
"summary": "Just update snapshot (without deployment)."
|
|
12714
|
+
},
|
|
12715
|
+
"immutable": true,
|
|
12716
|
+
"locationInModule": {
|
|
12717
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12718
|
+
"line": 47
|
|
12719
|
+
},
|
|
12720
|
+
"name": "snapshotTask",
|
|
12721
|
+
"type": {
|
|
12722
|
+
"fqn": "projen.Task"
|
|
12723
|
+
}
|
|
12724
|
+
},
|
|
12725
|
+
{
|
|
12726
|
+
"docs": {
|
|
12727
|
+
"stability": "experimental",
|
|
12728
|
+
"summary": "Temporary directory for each integration test."
|
|
12729
|
+
},
|
|
12730
|
+
"immutable": true,
|
|
12731
|
+
"locationInModule": {
|
|
12732
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12733
|
+
"line": 52
|
|
12734
|
+
},
|
|
12735
|
+
"name": "tmpDir",
|
|
12736
|
+
"protected": true,
|
|
12737
|
+
"type": {
|
|
12738
|
+
"primitive": "string"
|
|
12739
|
+
}
|
|
12740
|
+
}
|
|
12741
|
+
],
|
|
12742
|
+
"symbolId": "src/cdk/integration-test-base:IntegrationTestBase"
|
|
12743
|
+
},
|
|
12744
|
+
"projen.cdk.IntegrationTestBaseOptions": {
|
|
12745
|
+
"assembly": "projen",
|
|
12746
|
+
"datatype": true,
|
|
12747
|
+
"docs": {
|
|
12748
|
+
"stability": "experimental",
|
|
12749
|
+
"summary": "Options for IntegrationTest."
|
|
12750
|
+
},
|
|
12751
|
+
"fqn": "projen.cdk.IntegrationTestBaseOptions",
|
|
12752
|
+
"kind": "interface",
|
|
12753
|
+
"locationInModule": {
|
|
12754
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12755
|
+
"line": 10
|
|
12756
|
+
},
|
|
12757
|
+
"name": "IntegrationTestBaseOptions",
|
|
12758
|
+
"namespace": "cdk",
|
|
12759
|
+
"properties": [
|
|
12760
|
+
{
|
|
12761
|
+
"abstract": true,
|
|
12762
|
+
"docs": {
|
|
12763
|
+
"example": "\"test/subdir/foo.integ.ts\"",
|
|
12764
|
+
"remarks": "This is relative to the root directory of the project.",
|
|
12765
|
+
"stability": "experimental",
|
|
12766
|
+
"summary": "A path from the project root directory to a TypeScript file which contains the integration test app."
|
|
12767
|
+
},
|
|
12768
|
+
"immutable": true,
|
|
12769
|
+
"locationInModule": {
|
|
12770
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12771
|
+
"line": 25
|
|
12772
|
+
},
|
|
12773
|
+
"name": "entrypoint",
|
|
12774
|
+
"type": {
|
|
12775
|
+
"primitive": "string"
|
|
12776
|
+
}
|
|
12777
|
+
},
|
|
12778
|
+
{
|
|
12779
|
+
"abstract": true,
|
|
12780
|
+
"docs": {
|
|
12781
|
+
"stability": "experimental",
|
|
12782
|
+
"summary": "The path of the tsconfig.json file to use when running integration test cdk apps."
|
|
12783
|
+
},
|
|
12784
|
+
"immutable": true,
|
|
12785
|
+
"locationInModule": {
|
|
12786
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12787
|
+
"line": 30
|
|
12788
|
+
},
|
|
12789
|
+
"name": "tsconfigPath",
|
|
12790
|
+
"type": {
|
|
12791
|
+
"primitive": "string"
|
|
12792
|
+
}
|
|
12793
|
+
},
|
|
12794
|
+
{
|
|
12795
|
+
"abstract": true,
|
|
12796
|
+
"docs": {
|
|
12797
|
+
"default": "- Derived from the entrypoint filename.",
|
|
12798
|
+
"stability": "experimental",
|
|
12799
|
+
"summary": "Name of the integration test."
|
|
12800
|
+
},
|
|
12801
|
+
"immutable": true,
|
|
12802
|
+
"locationInModule": {
|
|
12803
|
+
"filename": "src/cdk/integration-test-base.ts",
|
|
12804
|
+
"line": 15
|
|
12805
|
+
},
|
|
12806
|
+
"name": "name",
|
|
12807
|
+
"optional": true,
|
|
12808
|
+
"type": {
|
|
12809
|
+
"primitive": "string"
|
|
12810
|
+
}
|
|
12811
|
+
}
|
|
12812
|
+
],
|
|
12813
|
+
"symbolId": "src/cdk/integration-test-base:IntegrationTestBaseOptions"
|
|
12814
|
+
},
|
|
12312
12815
|
"projen.cdk.JsiiDocgen": {
|
|
12313
12816
|
"assembly": "projen",
|
|
12314
12817
|
"docs": {
|
|
@@ -12956,6 +13459,86 @@
|
|
|
12956
13459
|
"namespace": "cdk",
|
|
12957
13460
|
"symbolId": "src/cdk/jsii-project:Stability"
|
|
12958
13461
|
},
|
|
13462
|
+
"projen.cdk8s.AutoDiscover": {
|
|
13463
|
+
"assembly": "projen",
|
|
13464
|
+
"base": "projen.Component",
|
|
13465
|
+
"docs": {
|
|
13466
|
+
"stability": "experimental",
|
|
13467
|
+
"summary": "Automatically discovers and creates `IntegrationTest`s from entry points found in the test tree."
|
|
13468
|
+
},
|
|
13469
|
+
"fqn": "projen.cdk8s.AutoDiscover",
|
|
13470
|
+
"initializer": {
|
|
13471
|
+
"docs": {
|
|
13472
|
+
"stability": "experimental"
|
|
13473
|
+
},
|
|
13474
|
+
"locationInModule": {
|
|
13475
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
13476
|
+
"line": 27
|
|
13477
|
+
},
|
|
13478
|
+
"parameters": [
|
|
13479
|
+
{
|
|
13480
|
+
"name": "project",
|
|
13481
|
+
"type": {
|
|
13482
|
+
"fqn": "projen.Project"
|
|
13483
|
+
}
|
|
13484
|
+
},
|
|
13485
|
+
{
|
|
13486
|
+
"name": "options",
|
|
13487
|
+
"type": {
|
|
13488
|
+
"fqn": "projen.cdk8s.AutoDiscoverOptions"
|
|
13489
|
+
}
|
|
13490
|
+
}
|
|
13491
|
+
]
|
|
13492
|
+
},
|
|
13493
|
+
"kind": "class",
|
|
13494
|
+
"locationInModule": {
|
|
13495
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
13496
|
+
"line": 26
|
|
13497
|
+
},
|
|
13498
|
+
"name": "AutoDiscover",
|
|
13499
|
+
"namespace": "cdk8s",
|
|
13500
|
+
"symbolId": "src/cdk8s/auto-discover:AutoDiscover"
|
|
13501
|
+
},
|
|
13502
|
+
"projen.cdk8s.AutoDiscoverOptions": {
|
|
13503
|
+
"assembly": "projen",
|
|
13504
|
+
"datatype": true,
|
|
13505
|
+
"docs": {
|
|
13506
|
+
"stability": "experimental",
|
|
13507
|
+
"summary": "Options for `AutoDiscover`."
|
|
13508
|
+
},
|
|
13509
|
+
"fqn": "projen.cdk8s.AutoDiscoverOptions",
|
|
13510
|
+
"interfaces": [
|
|
13511
|
+
"projen.cdk8s.IntegrationTestAutoDiscoverOptions"
|
|
13512
|
+
],
|
|
13513
|
+
"kind": "interface",
|
|
13514
|
+
"locationInModule": {
|
|
13515
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
13516
|
+
"line": 12
|
|
13517
|
+
},
|
|
13518
|
+
"name": "AutoDiscoverOptions",
|
|
13519
|
+
"namespace": "cdk8s",
|
|
13520
|
+
"properties": [
|
|
13521
|
+
{
|
|
13522
|
+
"abstract": true,
|
|
13523
|
+
"docs": {
|
|
13524
|
+
"default": "true",
|
|
13525
|
+
"stability": "experimental",
|
|
13526
|
+
"summary": "Automatically discover integration tests."
|
|
13527
|
+
},
|
|
13528
|
+
"immutable": true,
|
|
13529
|
+
"locationInModule": {
|
|
13530
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
13531
|
+
"line": 19
|
|
13532
|
+
},
|
|
13533
|
+
"name": "integrationTestAutoDiscover",
|
|
13534
|
+
"optional": true,
|
|
13535
|
+
"type": {
|
|
13536
|
+
"primitive": "boolean"
|
|
13537
|
+
}
|
|
13538
|
+
}
|
|
13539
|
+
],
|
|
13540
|
+
"symbolId": "src/cdk8s/auto-discover:AutoDiscoverOptions"
|
|
13541
|
+
},
|
|
12959
13542
|
"projen.cdk8s.Cdk8sTypeScriptApp": {
|
|
12960
13543
|
"assembly": "projen",
|
|
12961
13544
|
"base": "projen.typescript.TypeScriptAppProject",
|
|
@@ -12973,7 +13556,7 @@
|
|
|
12973
13556
|
},
|
|
12974
13557
|
"locationInModule": {
|
|
12975
13558
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
12976
|
-
"line":
|
|
13559
|
+
"line": 134
|
|
12977
13560
|
},
|
|
12978
13561
|
"parameters": [
|
|
12979
13562
|
{
|
|
@@ -12987,7 +13570,7 @@
|
|
|
12987
13570
|
"kind": "class",
|
|
12988
13571
|
"locationInModule": {
|
|
12989
13572
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
12990
|
-
"line":
|
|
13573
|
+
"line": 112
|
|
12991
13574
|
},
|
|
12992
13575
|
"name": "Cdk8sTypeScriptApp",
|
|
12993
13576
|
"namespace": "cdk8s",
|
|
@@ -13000,7 +13583,7 @@
|
|
|
13000
13583
|
"immutable": true,
|
|
13001
13584
|
"locationInModule": {
|
|
13002
13585
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13003
|
-
"line":
|
|
13586
|
+
"line": 132
|
|
13004
13587
|
},
|
|
13005
13588
|
"name": "appEntrypoint",
|
|
13006
13589
|
"type": {
|
|
@@ -13015,7 +13598,7 @@
|
|
|
13015
13598
|
"immutable": true,
|
|
13016
13599
|
"locationInModule": {
|
|
13017
13600
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13018
|
-
"line":
|
|
13601
|
+
"line": 127
|
|
13019
13602
|
},
|
|
13020
13603
|
"name": "cdk8sCliVersion",
|
|
13021
13604
|
"type": {
|
|
@@ -13030,7 +13613,7 @@
|
|
|
13030
13613
|
"immutable": true,
|
|
13031
13614
|
"locationInModule": {
|
|
13032
13615
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13033
|
-
"line":
|
|
13616
|
+
"line": 116
|
|
13034
13617
|
},
|
|
13035
13618
|
"name": "cdk8sVersion",
|
|
13036
13619
|
"type": {
|
|
@@ -13045,7 +13628,7 @@
|
|
|
13045
13628
|
"immutable": true,
|
|
13046
13629
|
"locationInModule": {
|
|
13047
13630
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13048
|
-
"line":
|
|
13631
|
+
"line": 121
|
|
13049
13632
|
},
|
|
13050
13633
|
"name": "constructsVersion",
|
|
13051
13634
|
"type": {
|
|
@@ -13068,7 +13651,7 @@
|
|
|
13068
13651
|
"kind": "interface",
|
|
13069
13652
|
"locationInModule": {
|
|
13070
13653
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13071
|
-
"line":
|
|
13654
|
+
"line": 8
|
|
13072
13655
|
},
|
|
13073
13656
|
"name": "Cdk8sTypeScriptAppOptions",
|
|
13074
13657
|
"namespace": "cdk8s",
|
|
@@ -13086,7 +13669,7 @@
|
|
|
13086
13669
|
"immutable": true,
|
|
13087
13670
|
"locationInModule": {
|
|
13088
13671
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13089
|
-
"line":
|
|
13672
|
+
"line": 15
|
|
13090
13673
|
},
|
|
13091
13674
|
"name": "cdk8sVersion",
|
|
13092
13675
|
"type": {
|
|
@@ -13103,7 +13686,7 @@
|
|
|
13103
13686
|
"immutable": true,
|
|
13104
13687
|
"locationInModule": {
|
|
13105
13688
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13106
|
-
"line":
|
|
13689
|
+
"line": 93
|
|
13107
13690
|
},
|
|
13108
13691
|
"name": "appEntrypoint",
|
|
13109
13692
|
"optional": true,
|
|
@@ -13121,7 +13704,7 @@
|
|
|
13121
13704
|
"immutable": true,
|
|
13122
13705
|
"locationInModule": {
|
|
13123
13706
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13124
|
-
"line":
|
|
13707
|
+
"line": 45
|
|
13125
13708
|
},
|
|
13126
13709
|
"name": "cdk8sCliVersion",
|
|
13127
13710
|
"optional": true,
|
|
@@ -13140,7 +13723,7 @@
|
|
|
13140
13723
|
"immutable": true,
|
|
13141
13724
|
"locationInModule": {
|
|
13142
13725
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13143
|
-
"line":
|
|
13726
|
+
"line": 65
|
|
13144
13727
|
},
|
|
13145
13728
|
"name": "cdk8sCliVersionPinning",
|
|
13146
13729
|
"optional": true,
|
|
@@ -13158,7 +13741,7 @@
|
|
|
13158
13741
|
"immutable": true,
|
|
13159
13742
|
"locationInModule": {
|
|
13160
13743
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13161
|
-
"line":
|
|
13744
|
+
"line": 29
|
|
13162
13745
|
},
|
|
13163
13746
|
"name": "cdk8sImports",
|
|
13164
13747
|
"optional": true,
|
|
@@ -13182,7 +13765,7 @@
|
|
|
13182
13765
|
"immutable": true,
|
|
13183
13766
|
"locationInModule": {
|
|
13184
13767
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13185
|
-
"line":
|
|
13768
|
+
"line": 75
|
|
13186
13769
|
},
|
|
13187
13770
|
"name": "cdk8sPlusVersionPinning",
|
|
13188
13771
|
"optional": true,
|
|
@@ -13201,7 +13784,7 @@
|
|
|
13201
13784
|
"immutable": true,
|
|
13202
13785
|
"locationInModule": {
|
|
13203
13786
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13204
|
-
"line":
|
|
13787
|
+
"line": 55
|
|
13205
13788
|
},
|
|
13206
13789
|
"name": "cdk8sVersionPinning",
|
|
13207
13790
|
"optional": true,
|
|
@@ -13219,7 +13802,7 @@
|
|
|
13219
13802
|
"immutable": true,
|
|
13220
13803
|
"locationInModule": {
|
|
13221
13804
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13222
|
-
"line":
|
|
13805
|
+
"line": 37
|
|
13223
13806
|
},
|
|
13224
13807
|
"name": "constructsVersion",
|
|
13225
13808
|
"optional": true,
|
|
@@ -13238,7 +13821,7 @@
|
|
|
13238
13821
|
"immutable": true,
|
|
13239
13822
|
"locationInModule": {
|
|
13240
13823
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13241
|
-
"line":
|
|
13824
|
+
"line": 85
|
|
13242
13825
|
},
|
|
13243
13826
|
"name": "constructsVersionPinning",
|
|
13244
13827
|
"optional": true,
|
|
@@ -13246,6 +13829,24 @@
|
|
|
13246
13829
|
"primitive": "boolean"
|
|
13247
13830
|
}
|
|
13248
13831
|
},
|
|
13832
|
+
{
|
|
13833
|
+
"abstract": true,
|
|
13834
|
+
"docs": {
|
|
13835
|
+
"default": "true",
|
|
13836
|
+
"stability": "experimental",
|
|
13837
|
+
"summary": "Automatically adds an `cdk8s.IntegrationTest` for each `.integ.ts` app in your test directory. If this is disabled, you can manually add an `cdk8s.AutoDiscover` component to your project."
|
|
13838
|
+
},
|
|
13839
|
+
"immutable": true,
|
|
13840
|
+
"locationInModule": {
|
|
13841
|
+
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13842
|
+
"line": 102
|
|
13843
|
+
},
|
|
13844
|
+
"name": "integrationTestAutoDiscover",
|
|
13845
|
+
"optional": true,
|
|
13846
|
+
"type": {
|
|
13847
|
+
"primitive": "boolean"
|
|
13848
|
+
}
|
|
13849
|
+
},
|
|
13249
13850
|
{
|
|
13250
13851
|
"abstract": true,
|
|
13251
13852
|
"docs": {
|
|
@@ -13256,7 +13857,7 @@
|
|
|
13256
13857
|
"immutable": true,
|
|
13257
13858
|
"locationInModule": {
|
|
13258
13859
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
13259
|
-
"line":
|
|
13860
|
+
"line": 22
|
|
13260
13861
|
},
|
|
13261
13862
|
"name": "k8sSpecVersion",
|
|
13262
13863
|
"optional": true,
|
|
@@ -13285,7 +13886,7 @@
|
|
|
13285
13886
|
},
|
|
13286
13887
|
"locationInModule": {
|
|
13287
13888
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13288
|
-
"line":
|
|
13889
|
+
"line": 82
|
|
13289
13890
|
},
|
|
13290
13891
|
"parameters": [
|
|
13291
13892
|
{
|
|
@@ -13299,7 +13900,7 @@
|
|
|
13299
13900
|
"kind": "class",
|
|
13300
13901
|
"locationInModule": {
|
|
13301
13902
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13302
|
-
"line":
|
|
13903
|
+
"line": 71
|
|
13303
13904
|
},
|
|
13304
13905
|
"name": "ConstructLibraryCdk8s",
|
|
13305
13906
|
"namespace": "cdk8s",
|
|
@@ -13312,7 +13913,7 @@
|
|
|
13312
13913
|
"immutable": true,
|
|
13313
13914
|
"locationInModule": {
|
|
13314
13915
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13315
|
-
"line":
|
|
13916
|
+
"line": 75
|
|
13316
13917
|
},
|
|
13317
13918
|
"name": "cdk8sVersion",
|
|
13318
13919
|
"type": {
|
|
@@ -13327,7 +13928,7 @@
|
|
|
13327
13928
|
"immutable": true,
|
|
13328
13929
|
"locationInModule": {
|
|
13329
13930
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13330
|
-
"line":
|
|
13931
|
+
"line": 80
|
|
13331
13932
|
},
|
|
13332
13933
|
"name": "constructsVersion",
|
|
13333
13934
|
"type": {
|
|
@@ -13350,7 +13951,7 @@
|
|
|
13350
13951
|
"kind": "interface",
|
|
13351
13952
|
"locationInModule": {
|
|
13352
13953
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13353
|
-
"line":
|
|
13954
|
+
"line": 5
|
|
13354
13955
|
},
|
|
13355
13956
|
"name": "ConstructLibraryCdk8sOptions",
|
|
13356
13957
|
"namespace": "cdk8s",
|
|
@@ -13368,7 +13969,7 @@
|
|
|
13368
13969
|
"immutable": true,
|
|
13369
13970
|
"locationInModule": {
|
|
13370
13971
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13371
|
-
"line":
|
|
13972
|
+
"line": 12
|
|
13372
13973
|
},
|
|
13373
13974
|
"name": "cdk8sVersion",
|
|
13374
13975
|
"type": {
|
|
@@ -13386,7 +13987,7 @@
|
|
|
13386
13987
|
"immutable": true,
|
|
13387
13988
|
"locationInModule": {
|
|
13388
13989
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13389
|
-
"line":
|
|
13990
|
+
"line": 50
|
|
13390
13991
|
},
|
|
13391
13992
|
"name": "cdk8sPlusVersionPinning",
|
|
13392
13993
|
"optional": true,
|
|
@@ -13405,7 +14006,7 @@
|
|
|
13405
14006
|
"immutable": true,
|
|
13406
14007
|
"locationInModule": {
|
|
13407
14008
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13408
|
-
"line":
|
|
14009
|
+
"line": 30
|
|
13409
14010
|
},
|
|
13410
14011
|
"name": "cdk8sVersionPinning",
|
|
13411
14012
|
"optional": true,
|
|
@@ -13423,7 +14024,7 @@
|
|
|
13423
14024
|
"immutable": true,
|
|
13424
14025
|
"locationInModule": {
|
|
13425
14026
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13426
|
-
"line":
|
|
14027
|
+
"line": 20
|
|
13427
14028
|
},
|
|
13428
14029
|
"name": "constructsVersion",
|
|
13429
14030
|
"optional": true,
|
|
@@ -13442,17 +14043,172 @@
|
|
|
13442
14043
|
"immutable": true,
|
|
13443
14044
|
"locationInModule": {
|
|
13444
14045
|
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
13445
|
-
"line":
|
|
14046
|
+
"line": 40
|
|
13446
14047
|
},
|
|
13447
14048
|
"name": "constructsVersionPinning",
|
|
13448
14049
|
"optional": true,
|
|
13449
14050
|
"type": {
|
|
13450
14051
|
"primitive": "boolean"
|
|
13451
14052
|
}
|
|
14053
|
+
},
|
|
14054
|
+
{
|
|
14055
|
+
"abstract": true,
|
|
14056
|
+
"docs": {
|
|
14057
|
+
"default": "true",
|
|
14058
|
+
"stability": "experimental",
|
|
14059
|
+
"summary": "Automatically adds an `cdk8s.IntegrationTest` for each `.integ.ts` app in your test directory. If this is disabled, you can manually add an `cdk8s.AutoDiscover` component to your project."
|
|
14060
|
+
},
|
|
14061
|
+
"immutable": true,
|
|
14062
|
+
"locationInModule": {
|
|
14063
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
14064
|
+
"line": 59
|
|
14065
|
+
},
|
|
14066
|
+
"name": "integrationTestAutoDiscover",
|
|
14067
|
+
"optional": true,
|
|
14068
|
+
"type": {
|
|
14069
|
+
"primitive": "boolean"
|
|
14070
|
+
}
|
|
13452
14071
|
}
|
|
13453
14072
|
],
|
|
13454
14073
|
"symbolId": "src/cdk8s/cdk8s-construct:ConstructLibraryCdk8sOptions"
|
|
13455
14074
|
},
|
|
14075
|
+
"projen.cdk8s.IntegrationTest": {
|
|
14076
|
+
"assembly": "projen",
|
|
14077
|
+
"base": "projen.cdk.IntegrationTestBase",
|
|
14078
|
+
"docs": {
|
|
14079
|
+
"stability": "experimental",
|
|
14080
|
+
"summary": "CDK8S integration test."
|
|
14081
|
+
},
|
|
14082
|
+
"fqn": "projen.cdk8s.IntegrationTest",
|
|
14083
|
+
"initializer": {
|
|
14084
|
+
"docs": {
|
|
14085
|
+
"stability": "experimental"
|
|
14086
|
+
},
|
|
14087
|
+
"locationInModule": {
|
|
14088
|
+
"filename": "src/cdk8s/integration-test.ts",
|
|
14089
|
+
"line": 15
|
|
14090
|
+
},
|
|
14091
|
+
"parameters": [
|
|
14092
|
+
{
|
|
14093
|
+
"name": "project",
|
|
14094
|
+
"type": {
|
|
14095
|
+
"fqn": "projen.Project"
|
|
14096
|
+
}
|
|
14097
|
+
},
|
|
14098
|
+
{
|
|
14099
|
+
"name": "options",
|
|
14100
|
+
"type": {
|
|
14101
|
+
"fqn": "projen.cdk8s.IntegrationTestOptions"
|
|
14102
|
+
}
|
|
14103
|
+
}
|
|
14104
|
+
]
|
|
14105
|
+
},
|
|
14106
|
+
"kind": "class",
|
|
14107
|
+
"locationInModule": {
|
|
14108
|
+
"filename": "src/cdk8s/integration-test.ts",
|
|
14109
|
+
"line": 14
|
|
14110
|
+
},
|
|
14111
|
+
"name": "IntegrationTest",
|
|
14112
|
+
"namespace": "cdk8s",
|
|
14113
|
+
"symbolId": "src/cdk8s/integration-test:IntegrationTest"
|
|
14114
|
+
},
|
|
14115
|
+
"projen.cdk8s.IntegrationTestAutoDiscover": {
|
|
14116
|
+
"assembly": "projen",
|
|
14117
|
+
"base": "projen.cdk.IntegrationTestAutoDiscoverBase",
|
|
14118
|
+
"docs": {
|
|
14119
|
+
"stability": "experimental",
|
|
14120
|
+
"summary": "Discovers and creates integration tests from files in the test root."
|
|
14121
|
+
},
|
|
14122
|
+
"fqn": "projen.cdk8s.IntegrationTestAutoDiscover",
|
|
14123
|
+
"initializer": {
|
|
14124
|
+
"docs": {
|
|
14125
|
+
"stability": "experimental"
|
|
14126
|
+
},
|
|
14127
|
+
"locationInModule": {
|
|
14128
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
14129
|
+
"line": 48
|
|
14130
|
+
},
|
|
14131
|
+
"parameters": [
|
|
14132
|
+
{
|
|
14133
|
+
"name": "project",
|
|
14134
|
+
"type": {
|
|
14135
|
+
"fqn": "projen.Project"
|
|
14136
|
+
}
|
|
14137
|
+
},
|
|
14138
|
+
{
|
|
14139
|
+
"name": "options",
|
|
14140
|
+
"type": {
|
|
14141
|
+
"fqn": "projen.cdk8s.IntegrationTestAutoDiscoverOptions"
|
|
14142
|
+
}
|
|
14143
|
+
}
|
|
14144
|
+
]
|
|
14145
|
+
},
|
|
14146
|
+
"kind": "class",
|
|
14147
|
+
"locationInModule": {
|
|
14148
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
14149
|
+
"line": 47
|
|
14150
|
+
},
|
|
14151
|
+
"name": "IntegrationTestAutoDiscover",
|
|
14152
|
+
"namespace": "cdk8s",
|
|
14153
|
+
"symbolId": "src/cdk8s/auto-discover:IntegrationTestAutoDiscover"
|
|
14154
|
+
},
|
|
14155
|
+
"projen.cdk8s.IntegrationTestAutoDiscoverOptions": {
|
|
14156
|
+
"assembly": "projen",
|
|
14157
|
+
"datatype": true,
|
|
14158
|
+
"docs": {
|
|
14159
|
+
"stability": "experimental"
|
|
14160
|
+
},
|
|
14161
|
+
"fqn": "projen.cdk8s.IntegrationTestAutoDiscoverOptions",
|
|
14162
|
+
"interfaces": [
|
|
14163
|
+
"projen.cdk.IntegrationTestAutoDiscoverBaseOptions"
|
|
14164
|
+
],
|
|
14165
|
+
"kind": "interface",
|
|
14166
|
+
"locationInModule": {
|
|
14167
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
14168
|
+
"line": 36
|
|
14169
|
+
},
|
|
14170
|
+
"name": "IntegrationTestAutoDiscoverOptions",
|
|
14171
|
+
"namespace": "cdk8s",
|
|
14172
|
+
"properties": [
|
|
14173
|
+
{
|
|
14174
|
+
"abstract": true,
|
|
14175
|
+
"docs": {
|
|
14176
|
+
"stability": "experimental",
|
|
14177
|
+
"summary": "Path to the tsconfig file to use for integration tests."
|
|
14178
|
+
},
|
|
14179
|
+
"immutable": true,
|
|
14180
|
+
"locationInModule": {
|
|
14181
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
14182
|
+
"line": 41
|
|
14183
|
+
},
|
|
14184
|
+
"name": "tsconfigPath",
|
|
14185
|
+
"type": {
|
|
14186
|
+
"primitive": "string"
|
|
14187
|
+
}
|
|
14188
|
+
}
|
|
14189
|
+
],
|
|
14190
|
+
"symbolId": "src/cdk8s/auto-discover:IntegrationTestAutoDiscoverOptions"
|
|
14191
|
+
},
|
|
14192
|
+
"projen.cdk8s.IntegrationTestOptions": {
|
|
14193
|
+
"assembly": "projen",
|
|
14194
|
+
"datatype": true,
|
|
14195
|
+
"docs": {
|
|
14196
|
+
"stability": "experimental",
|
|
14197
|
+
"summary": "Options for IntegrationTest."
|
|
14198
|
+
},
|
|
14199
|
+
"fqn": "projen.cdk8s.IntegrationTestOptions",
|
|
14200
|
+
"interfaces": [
|
|
14201
|
+
"projen.cdk.IntegrationTestBaseOptions"
|
|
14202
|
+
],
|
|
14203
|
+
"kind": "interface",
|
|
14204
|
+
"locationInModule": {
|
|
14205
|
+
"filename": "src/cdk8s/integration-test.ts",
|
|
14206
|
+
"line": 9
|
|
14207
|
+
},
|
|
14208
|
+
"name": "IntegrationTestOptions",
|
|
14209
|
+
"namespace": "cdk8s",
|
|
14210
|
+
"symbolId": "src/cdk8s/integration-test:IntegrationTestOptions"
|
|
14211
|
+
},
|
|
13456
14212
|
"projen.cdktf.ConstructLibraryCdktf": {
|
|
13457
14213
|
"assembly": "projen",
|
|
13458
14214
|
"base": "projen.cdk.ConstructLibrary",
|
|
@@ -43248,6 +44004,6 @@
|
|
|
43248
44004
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
43249
44005
|
}
|
|
43250
44006
|
},
|
|
43251
|
-
"version": "0.52.
|
|
43252
|
-
"fingerprint": "
|
|
44007
|
+
"version": "0.52.22",
|
|
44008
|
+
"fingerprint": "XhSYN+HS0eQZEPg+uU76WnO8AWgZJIbdOdpgOQhiEvQ="
|
|
43253
44009
|
}
|