@cbnventures/nova 0.14.0 → 0.15.1
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/README.md +48 -0
- package/bin/nova.mjs +16 -0
- package/build/package.json +33 -23
- package/build/src/api/node-releases.d.ts +4 -4
- package/build/src/api/node-releases.d.ts.map +1 -1
- package/build/src/api/node-releases.js +31 -26
- package/build/src/api/node-releases.js.map +1 -1
- package/build/src/api/spdx-licenses.d.ts +4 -4
- package/build/src/api/spdx-licenses.d.ts.map +1 -1
- package/build/src/api/spdx-licenses.js +21 -18
- package/build/src/api/spdx-licenses.js.map +1 -1
- package/build/src/cli/generate/github/funding.d.ts +5 -0
- package/build/src/cli/generate/github/funding.d.ts.map +1 -0
- package/build/src/cli/generate/github/funding.js +68 -0
- package/build/src/cli/generate/github/funding.js.map +1 -0
- package/build/src/cli/generate/github/issue-template.d.ts +5 -0
- package/build/src/cli/generate/github/issue-template.d.ts.map +1 -0
- package/build/src/cli/generate/github/issue-template.js +267 -0
- package/build/src/cli/generate/github/issue-template.js.map +1 -0
- package/build/src/cli/generate/github/workflows.d.ts +10 -0
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -0
- package/build/src/cli/generate/github/workflows.js +464 -0
- package/build/src/cli/generate/github/workflows.js.map +1 -0
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts +5 -0
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/agent-conventions.js +114 -0
- package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -0
- package/build/src/cli/generate/must-haves/dotenv.d.ts +12 -0
- package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/dotenv.js +490 -0
- package/build/src/cli/generate/must-haves/dotenv.js.map +1 -0
- package/build/src/cli/generate/must-haves/editorconfig.d.ts +5 -0
- package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/editorconfig.js +37 -0
- package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -0
- package/build/src/cli/generate/must-haves/gitignore.d.ts +13 -0
- package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/gitignore.js +439 -0
- package/build/src/cli/generate/must-haves/gitignore.js.map +1 -0
- package/build/src/cli/generate/must-haves/license.d.ts +5 -0
- package/build/src/cli/generate/must-haves/license.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/license.js +131 -0
- package/build/src/cli/generate/must-haves/license.js.map +1 -0
- package/build/src/cli/generate/must-haves/read-me.d.ts +8 -0
- package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/read-me.js +255 -0
- package/build/src/cli/generate/must-haves/read-me.js.map +1 -0
- package/build/src/cli/index.js +298 -100
- package/build/src/cli/index.js.map +1 -1
- package/build/src/cli/recipe/index.d.ts +2 -2
- package/build/src/cli/recipe/index.d.ts.map +1 -1
- package/build/src/cli/recipe/index.js +19 -19
- package/build/src/cli/recipe/index.js.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.d.ts +3 -3
- package/build/src/cli/recipe/package-json/cleanup.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.js +59 -50
- package/build/src/cli/recipe/package-json/cleanup.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.js +120 -112
- package/build/src/cli/recipe/package-json/normalize-artifacts.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.js +36 -35
- package/build/src/cli/recipe/package-json/normalize-bundler.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.js +70 -64
- package/build/src/cli/recipe/package-json/normalize-dependencies.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.js +156 -142
- package/build/src/cli/recipe/package-json/normalize-modules.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.js +52 -57
- package/build/src/cli/recipe/package-json/normalize-tooling.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-environment.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.js +94 -97
- package/build/src/cli/recipe/package-json/sync-environment.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-identity.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.js +67 -62
- package/build/src/cli/recipe/package-json/sync-identity.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.js +106 -106
- package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.d.ts +5 -0
- package/build/src/cli/scaffold/app/expressjs.d.ts.map +1 -0
- package/build/src/cli/scaffold/app/expressjs.js +8 -0
- package/build/src/cli/scaffold/app/expressjs.js.map +1 -0
- package/build/src/cli/scaffold/app/nextjs.d.ts +5 -0
- package/build/src/cli/scaffold/app/nextjs.d.ts.map +1 -0
- package/build/src/cli/scaffold/app/nextjs.js +8 -0
- package/build/src/cli/scaffold/app/nextjs.js.map +1 -0
- package/build/src/cli/scaffold/app/vite.d.ts +5 -0
- package/build/src/cli/scaffold/app/vite.d.ts.map +1 -0
- package/build/src/cli/scaffold/app/vite.js +8 -0
- package/build/src/cli/scaffold/app/vite.js.map +1 -0
- package/build/src/cli/scaffold/app/workers.d.ts +5 -0
- package/build/src/cli/scaffold/app/workers.d.ts.map +1 -0
- package/build/src/cli/scaffold/app/workers.js +8 -0
- package/build/src/cli/scaffold/app/workers.js.map +1 -0
- package/build/src/cli/scaffold/docs/docusaurus.d.ts +5 -0
- package/build/src/cli/scaffold/docs/docusaurus.d.ts.map +1 -0
- package/build/src/cli/scaffold/docs/docusaurus.js +8 -0
- package/build/src/cli/scaffold/docs/docusaurus.js.map +1 -0
- package/build/src/cli/scaffold/starter/base.d.ts +5 -0
- package/build/src/cli/scaffold/starter/base.d.ts.map +1 -0
- package/build/src/cli/scaffold/starter/base.js +132 -0
- package/build/src/cli/scaffold/starter/base.js.map +1 -0
- package/build/src/cli/utility/changelog.d.ts +3 -3
- package/build/src/cli/utility/changelog.d.ts.map +1 -1
- package/build/src/cli/utility/changelog.js +206 -172
- package/build/src/cli/utility/changelog.js.map +1 -1
- package/build/src/cli/utility/initialize.d.ts +6 -3
- package/build/src/cli/utility/initialize.d.ts.map +1 -1
- package/build/src/cli/utility/initialize.js +990 -265
- package/build/src/cli/utility/initialize.js.map +1 -1
- package/build/src/cli/utility/run-recipes.d.ts +3 -3
- package/build/src/cli/utility/run-recipes.d.ts.map +1 -1
- package/build/src/cli/utility/run-recipes.js +15 -14
- package/build/src/cli/utility/run-recipes.js.map +1 -1
- package/build/src/cli/utility/run-scripts.d.ts +4 -4
- package/build/src/cli/utility/run-scripts.d.ts.map +1 -1
- package/build/src/cli/utility/run-scripts.js +167 -70
- package/build/src/cli/utility/run-scripts.js.map +1 -1
- package/build/src/cli/utility/transpile.d.ts +3 -3
- package/build/src/cli/utility/transpile.d.ts.map +1 -1
- package/build/src/cli/utility/transpile.js +24 -19
- package/build/src/cli/utility/transpile.js.map +1 -1
- package/build/src/cli/utility/type-check.d.ts +3 -3
- package/build/src/cli/utility/type-check.d.ts.map +1 -1
- package/build/src/cli/utility/type-check.js +24 -19
- package/build/src/cli/utility/type-check.js.map +1 -1
- package/build/src/cli/utility/version.d.ts +3 -3
- package/build/src/cli/utility/version.d.ts.map +1 -1
- package/build/src/cli/utility/version.js +126 -68
- package/build/src/cli/utility/version.js.map +1 -1
- package/build/src/lib/item.d.ts +31 -29
- package/build/src/lib/item.d.ts.map +1 -1
- package/build/src/lib/item.js +106 -43
- package/build/src/lib/item.js.map +1 -1
- package/build/src/lib/nova-config.d.ts +6 -5
- package/build/src/lib/nova-config.d.ts.map +1 -1
- package/build/src/lib/nova-config.js +217 -59
- package/build/src/lib/nova-config.js.map +1 -1
- package/build/src/lib/regex.d.ts +92 -26
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +92 -26
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/scaffold.d.ts +10 -0
- package/build/src/lib/scaffold.d.ts.map +1 -0
- package/build/src/lib/scaffold.js +542 -0
- package/build/src/lib/scaffold.js.map +1 -0
- package/build/src/lib/schema.d.ts +2 -9
- package/build/src/lib/schema.d.ts.map +1 -1
- package/build/src/lib/schema.js +6 -8
- package/build/src/lib/schema.js.map +1 -1
- package/build/src/lib/utility.d.ts +21 -18
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +173 -79
- package/build/src/lib/utility.js.map +1 -1
- package/build/src/lib/workflow-templates.d.ts +3 -0
- package/build/src/lib/workflow-templates.d.ts.map +1 -0
- package/build/src/lib/workflow-templates.js +187 -0
- package/build/src/lib/workflow-templates.js.map +1 -0
- package/build/src/presets/eslint/dx-code-style.d.ts +4 -0
- package/build/src/presets/eslint/dx-code-style.d.ts.map +1 -0
- package/build/src/presets/eslint/dx-code-style.js +523 -0
- package/build/src/presets/eslint/dx-code-style.js.map +1 -0
- package/build/src/presets/eslint/dx-ignore.d.ts +4 -0
- package/build/src/presets/eslint/dx-ignore.d.ts.map +1 -0
- package/build/src/presets/eslint/{dx-ignore.mjs → dx-ignore.js} +1 -1
- package/build/src/presets/eslint/dx-ignore.js.map +1 -0
- package/build/src/presets/eslint/fw-docusaurus.d.ts +4 -0
- package/build/src/presets/eslint/fw-docusaurus.d.ts.map +1 -0
- package/build/src/presets/eslint/fw-docusaurus.js +6 -0
- package/build/src/presets/eslint/fw-docusaurus.js.map +1 -0
- package/build/src/presets/eslint/fw-expressjs.d.ts +4 -0
- package/build/src/presets/eslint/fw-expressjs.d.ts.map +1 -0
- package/build/src/presets/eslint/{fw-expressjs.mjs → fw-expressjs.js} +3 -5
- package/build/src/presets/eslint/fw-expressjs.js.map +1 -0
- package/build/src/presets/eslint/fw-nextjs.d.ts +4 -0
- package/build/src/presets/eslint/fw-nextjs.d.ts.map +1 -0
- package/build/src/presets/eslint/{fw-nextjs.mjs → fw-nextjs.js} +3 -5
- package/build/src/presets/eslint/fw-nextjs.js.map +1 -0
- package/build/src/presets/eslint/index.d.ts +16 -0
- package/build/src/presets/eslint/index.d.ts.map +1 -0
- package/build/src/presets/eslint/index.js +16 -0
- package/build/src/presets/eslint/index.js.map +1 -0
- package/build/src/presets/eslint/lang-javascript.d.ts +4 -0
- package/build/src/presets/eslint/lang-javascript.d.ts.map +1 -0
- package/build/src/presets/eslint/lang-javascript.js +34 -0
- package/build/src/presets/eslint/lang-javascript.js.map +1 -0
- package/build/src/presets/eslint/lang-mdx.d.ts +4 -0
- package/build/src/presets/eslint/lang-mdx.d.ts.map +1 -0
- package/build/src/presets/eslint/{lang-mdx.mjs → lang-mdx.js} +4 -8
- package/build/src/presets/eslint/lang-mdx.js.map +1 -0
- package/build/src/presets/eslint/lang-typescript.d.ts +4 -0
- package/build/src/presets/eslint/lang-typescript.d.ts.map +1 -0
- package/build/src/presets/eslint/lang-typescript.js +148 -0
- package/build/src/presets/eslint/lang-typescript.js.map +1 -0
- package/build/src/presets/eslint/runtime-browser.d.ts +4 -0
- package/build/src/presets/eslint/runtime-browser.d.ts.map +1 -0
- package/build/src/presets/eslint/{env-web-worker.mjs → runtime-browser.js} +1 -1
- package/build/src/presets/eslint/runtime-browser.js.map +1 -0
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts +4 -0
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts.map +1 -0
- package/build/src/presets/eslint/runtime-cloudflare-workers.js +6 -0
- package/build/src/presets/eslint/runtime-cloudflare-workers.js.map +1 -0
- package/build/src/presets/eslint/runtime-edge.d.ts +4 -0
- package/build/src/presets/eslint/runtime-edge.d.ts.map +1 -0
- package/build/src/presets/eslint/{env-edge.mjs → runtime-edge.js} +1 -1
- package/build/src/presets/eslint/runtime-edge.js.map +1 -0
- package/build/src/presets/eslint/runtime-node.d.ts +4 -0
- package/build/src/presets/eslint/runtime-node.d.ts.map +1 -0
- package/build/src/presets/eslint/{env-node.mjs → runtime-node.js} +4 -4
- package/build/src/presets/eslint/runtime-node.js.map +1 -0
- package/build/src/presets/eslint/runtime-service-worker.d.ts +4 -0
- package/build/src/presets/eslint/runtime-service-worker.d.ts.map +1 -0
- package/build/src/presets/eslint/runtime-service-worker.js +3 -0
- package/build/src/presets/eslint/runtime-service-worker.js.map +1 -0
- package/build/src/presets/eslint/runtime-web-worker.d.ts +4 -0
- package/build/src/presets/eslint/runtime-web-worker.d.ts.map +1 -0
- package/build/src/presets/eslint/runtime-web-worker.js +3 -0
- package/build/src/presets/eslint/runtime-web-worker.js.map +1 -0
- package/build/src/presets/eslint/tool-vite.d.ts +4 -0
- package/build/src/presets/eslint/tool-vite.d.ts.map +1 -0
- package/build/src/presets/eslint/{tool-vite.mjs → tool-vite.js} +3 -5
- package/build/src/presets/eslint/tool-vite.js.map +1 -0
- package/build/src/presets/tsconfig/dx-strict.json +1 -0
- package/build/src/presets/tsconfig/runtime-cloudflare-workers.json +12 -0
- package/build/src/presets/tsconfig/{platform-cloudflare-workers.json → runtime-web-worker.json} +2 -2
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts +11 -0
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js +73 -0
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js.map +1 -0
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts +15 -0
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js +140 -0
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts +15 -0
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-explicit-return.js +184 -0
- package/build/src/rules/eslint/conventions/require-explicit-return.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts +12 -0
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-hash-private.js +67 -0
- package/build/src/rules/eslint/conventions/require-hash-private.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts +14 -0
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js +95 -0
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts +34 -0
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-naming-convention.js +382 -0
- package/build/src/rules/eslint/conventions/require-naming-convention.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts +11 -0
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-undefined-init.js +71 -0
- package/build/src/rules/eslint/conventions/require-undefined-init.js.map +1 -0
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts +13 -0
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/switch-case-blocks.js +82 -0
- package/build/src/rules/eslint/conventions/switch-case-blocks.js.map +1 -0
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts +15 -0
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js +166 -0
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js.map +1 -0
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts +15 -0
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/no-multiline-strings.js +162 -0
- package/build/src/rules/eslint/formatting/no-multiline-strings.js.map +1 -0
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts +9 -4
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js +53 -30
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +11 -0
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js +55 -0
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js.map +1 -0
- package/build/src/rules/eslint/formatting/require-import-order.d.ts +14 -0
- package/build/src/rules/eslint/formatting/require-import-order.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-import-order.js +187 -0
- package/build/src/rules/eslint/formatting/require-import-order.js.map +1 -0
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts +13 -0
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js +138 -0
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js.map +1 -0
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts +13 -0
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js +94 -0
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js.map +1 -0
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts +23 -11
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.js +291 -155
- package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts +11 -0
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-ternary-parens.js +76 -0
- package/build/src/rules/eslint/formatting/require-ternary-parens.js.map +1 -0
- package/build/src/rules/eslint/index.d.ts +44 -14
- package/build/src/rules/eslint/index.d.ts.map +1 -1
- package/build/src/rules/eslint/index.js +44 -14
- package/build/src/rules/eslint/index.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts +15 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js +176 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +26 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js +495 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +12 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js +144 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +12 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js +97 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts +11 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js +90 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts +11 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js +88 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js.map +1 -0
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts +11 -4
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.js +104 -82
- package/build/src/rules/eslint/nova/no-logger-dev.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts +9 -4
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.js +92 -51
- package/build/src/rules/eslint/patterns/no-assign-then-return.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts +17 -0
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-await-in-loop.js +103 -0
- package/build/src/rules/eslint/patterns/no-await-in-loop.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts +11 -0
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js +100 -0
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts +9 -4
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js +60 -22
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts +12 -0
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js +86 -0
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts +11 -0
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js +77 -0
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts +15 -0
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-use-before-define.js +148 -0
- package/build/src/rules/eslint/patterns/no-use-before-define.js.map +1 -0
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts +9 -4
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js +51 -26
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts +10 -7
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.js +62 -45
- package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.d.ts +12 -0
- package/build/src/rules/eslint/safety/no-script-url.d.ts.map +1 -0
- package/build/src/rules/eslint/safety/no-script-url.js +71 -0
- package/build/src/rules/eslint/safety/no-script-url.js.map +1 -0
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts +21 -0
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts.map +1 -0
- package/build/src/rules/eslint/syntax/no-destructuring.js +219 -0
- package/build/src/rules/eslint/syntax/no-destructuring.js.map +1 -0
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts +14 -0
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts.map +1 -0
- package/build/src/rules/eslint/syntax/no-numeric-literals.js +108 -0
- package/build/src/rules/eslint/syntax/no-numeric-literals.js.map +1 -0
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts +11 -0
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts.map +1 -0
- package/build/src/rules/eslint/syntax/no-optional-chaining.js +51 -0
- package/build/src/rules/eslint/syntax/no-optional-chaining.js.map +1 -0
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts +15 -0
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts.map +1 -0
- package/build/src/rules/eslint/syntax/no-rest-params.js +158 -0
- package/build/src/rules/eslint/syntax/no-rest-params.js.map +1 -0
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +9 -4
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js +61 -34
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts +11 -0
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/no-explicit-any.js +51 -0
- package/build/src/rules/eslint/typescript/no-explicit-any.js.map +1 -0
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts +14 -4
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js +180 -30
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts +10 -7
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.js +65 -51
- package/build/src/rules/eslint/typescript/no-shared-type-import.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts +12 -0
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js +115 -0
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js.map +1 -0
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts +12 -0
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/require-type-naming.js +98 -0
- package/build/src/rules/eslint/typescript/require-type-naming.js.map +1 -0
- package/build/src/toolkit/bootstrap.d.ts +13 -0
- package/build/src/toolkit/bootstrap.d.ts.map +1 -0
- package/build/src/toolkit/bootstrap.js +175 -0
- package/build/src/toolkit/bootstrap.js.map +1 -0
- package/build/src/toolkit/cli-header.d.ts +5 -4
- package/build/src/toolkit/cli-header.d.ts.map +1 -1
- package/build/src/toolkit/cli-header.js +76 -62
- package/build/src/toolkit/cli-header.js.map +1 -1
- package/build/src/toolkit/index.d.ts +1 -0
- package/build/src/toolkit/index.d.ts.map +1 -1
- package/build/src/toolkit/index.js +1 -0
- package/build/src/toolkit/index.js.map +1 -1
- package/build/src/toolkit/logger.d.ts +9 -8
- package/build/src/toolkit/logger.d.ts.map +1 -1
- package/build/src/toolkit/logger.js +51 -32
- package/build/src/toolkit/logger.js.map +1 -1
- package/build/src/toolkit/markdown-table.d.ts +6 -5
- package/build/src/toolkit/markdown-table.d.ts.map +1 -1
- package/build/src/toolkit/markdown-table.js +36 -20
- package/build/src/toolkit/markdown-table.js.map +1 -1
- package/build/src/types/api/node-releases.d.ts +51 -0
- package/build/src/types/api/spdx-licenses.d.ts +41 -0
- package/build/src/types/cli/generate/github/funding.d.ts +59 -0
- package/build/src/types/cli/generate/github/issue-template.d.ts +142 -0
- package/build/src/types/cli/generate/github/workflows.d.ts +338 -0
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +45 -0
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +421 -0
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +35 -0
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +346 -0
- package/build/src/types/cli/generate/must-haves/license.d.ts +72 -0
- package/build/src/types/cli/generate/must-haves/read-me.d.ts +176 -0
- package/build/src/types/cli/index.d.ts +182 -0
- package/build/src/types/cli/recipe/index.d.ts +36 -0
- package/build/src/types/cli/recipe/package-json/cleanup.d.ts +125 -0
- package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +104 -0
- package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +78 -0
- package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +150 -0
- package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +76 -0
- package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +89 -0
- package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +140 -0
- package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +107 -0
- package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +152 -0
- package/build/src/types/cli/scaffold/app/expressjs.d.ts +21 -0
- package/build/src/types/cli/scaffold/app/nextjs.d.ts +21 -0
- package/build/src/types/cli/scaffold/app/vite.d.ts +21 -0
- package/build/src/types/cli/scaffold/app/workers.d.ts +21 -0
- package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +21 -0
- package/build/src/types/cli/scaffold/starter/base.d.ts +57 -0
- package/build/src/types/cli/utility/changelog.d.ts +381 -0
- package/build/src/types/cli/utility/initialize.d.ts +1185 -0
- package/build/src/types/cli/utility/run-recipes.d.ts +25 -0
- package/build/src/types/cli/utility/run-scripts.d.ts +133 -0
- package/build/src/types/cli/utility/transpile.d.ts +90 -0
- package/build/src/types/cli/utility/type-check.d.ts +88 -0
- package/build/src/types/cli/utility/version.d.ts +286 -0
- package/build/src/types/fetch-response.d.ts +12 -0
- package/build/src/types/lib/item.d.ts +536 -0
- package/build/src/types/lib/nova-config.d.ts +421 -0
- package/build/src/types/lib/scaffold.d.ts +344 -0
- package/build/src/types/lib/utility.d.ts +486 -0
- package/build/src/types/lib/workflow-templates.d.ts +48 -0
- package/build/src/types/presets/eslint/dx-code-style.d.ts +8 -0
- package/build/src/types/presets/eslint/dx-ignore.d.ts +8 -0
- package/build/src/types/presets/eslint/fw-docusaurus.d.ts +8 -0
- package/build/src/types/presets/eslint/fw-expressjs.d.ts +8 -0
- package/build/src/types/presets/eslint/fw-nextjs.d.ts +8 -0
- package/build/src/types/presets/eslint/lang-javascript.d.ts +8 -0
- package/build/src/types/presets/eslint/lang-mdx.d.ts +8 -0
- package/build/src/types/presets/eslint/lang-typescript.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-browser.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-edge.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-node.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-service-worker.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-web-worker.d.ts +8 -0
- package/build/src/types/presets/eslint/tool-vite.d.ts +8 -0
- package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +32 -0
- package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +72 -0
- package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +73 -0
- package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +31 -0
- package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +64 -0
- package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +265 -0
- package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +30 -0
- package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +48 -0
- package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +74 -0
- package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +104 -0
- package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +28 -0
- package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +26 -0
- package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +91 -0
- package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +64 -0
- package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +52 -0
- package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +212 -0
- package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +32 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +56 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +302 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +108 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +61 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +40 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +30 -0
- package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +60 -0
- package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +42 -0
- package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +87 -0
- package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +48 -0
- package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +34 -0
- package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +46 -0
- package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +32 -0
- package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +84 -0
- package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +26 -0
- package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +40 -0
- package/build/src/types/rules/eslint/safety/no-script-url.d.ts +37 -0
- package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +131 -0
- package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +57 -0
- package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +26 -0
- package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +78 -0
- package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +30 -0
- package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +26 -0
- package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +94 -0
- package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +43 -0
- package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +53 -0
- package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +51 -0
- package/build/src/types/shared.d.ts +731 -0
- package/build/src/types/tests/api/node-releases.test.d.ts +14 -0
- package/build/src/types/tests/api/spdx-licenses.test.d.ts +18 -0
- package/build/src/types/tests/cli/generate/github/funding.test.d.ts +26 -0
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +14 -0
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +38 -0
- package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +32 -0
- package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +14 -0
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +22 -0
- package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +14 -0
- package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +26 -0
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +26 -0
- package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +42 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +40 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +32 -0
- package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +40 -0
- package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +42 -0
- package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +42 -0
- package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +40 -0
- package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +40 -0
- package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +40 -0
- package/build/src/types/tests/cli/utility/changelog.test.d.ts +68 -0
- package/build/src/types/tests/cli/utility/initialize.test.d.ts +14 -0
- package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +22 -0
- package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +52 -0
- package/build/src/types/tests/cli/utility/transpile.test.d.ts +26 -0
- package/build/src/types/tests/cli/utility/type-check.test.d.ts +22 -0
- package/build/src/types/tests/cli/utility/version.test.d.ts +12 -0
- package/build/src/types/tests/lib/item.test.d.ts +88 -0
- package/build/src/types/tests/lib/nova-config.test.d.ts +138 -0
- package/build/src/types/tests/lib/regex.test.d.ts +122 -0
- package/build/src/types/tests/lib/scaffold.test.d.ts +26 -0
- package/build/src/types/tests/lib/schema.test.d.ts +36 -0
- package/build/src/types/tests/lib/utility.test.d.ts +324 -0
- package/build/src/types/tests/lib/workflow-templates.test.d.ts +77 -0
- package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +12 -0
- package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +8 -0
- package/build/src/types/tests/toolkit/bootstrap.test.d.ts +108 -0
- package/build/src/types/tests/toolkit/cli-header.test.d.ts +46 -0
- package/build/src/types/tests/toolkit/logger.test.d.ts +20 -0
- package/build/src/types/tests/toolkit/markdown-table.test.d.ts +65 -0
- package/build/src/types/tests/type-declarations.test.d.ts +564 -0
- package/build/src/types/toolkit/bootstrap.d.ts +133 -0
- package/build/src/types/toolkit/cli-header.d.ts +203 -0
- package/build/src/types/toolkit/logger.d.ts +160 -0
- package/build/src/types/toolkit/markdown-table.d.ts +159 -0
- package/build/templates/generators/github/funding/FUNDING.yml +12 -0
- package/build/templates/generators/github/issue-template/BUG-REPORT.yml +86 -0
- package/build/templates/generators/github/issue-template/FEATURE-REQUEST.yml +61 -0
- package/build/templates/generators/github/issue-template/SUPPORT-REQUEST.yml +50 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/android.yml +16 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/apple.yml +23 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/csharp.yml +20 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/docker.yml +33 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/homebridge.yml +16 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/nodejs.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/pfsense.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/php.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/python.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/screenshots.yml +7 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/synology.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/web.yml +21 -0
- package/build/templates/generators/github/issue-template/config.yml +1 -0
- package/build/templates/generators/github/issue-template/legal-agreements/bug-report.yml +8 -0
- package/build/templates/generators/github/issue-template/legal-agreements/feature-request.yml +8 -0
- package/build/templates/generators/github/issue-template/legal-agreements/support-request.yml +8 -0
- package/build/templates/generators/github/workflows/check-sponsor-gated-issues/base.yml +57 -0
- package/build/templates/generators/github/workflows/lock-inactive-issues/base.yml +43 -0
- package/build/templates/generators/github/workflows/lock-inactive-issues/triggers/schedule.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-aws-amplify-nextjs/base.yml +53 -0
- package/build/templates/generators/github/workflows/publish-to-aws-amplify-nextjs/triggers/push.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-aws-amplify-nextjs/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-cloudflare-pages-docusaurus/base.yml +62 -0
- package/build/templates/generators/github/workflows/publish-to-cloudflare-pages-docusaurus/triggers/push.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-cloudflare-pages-docusaurus/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/base.yml +58 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/workflow-run-any.yml +7 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/workflow-run-failure.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/workflow-run-success.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/base.yml +108 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/workflow-run-any.yml +7 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/workflow-run-failure.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/workflow-run-success.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-github-pages-docusaurus/base.yml +79 -0
- package/build/templates/generators/github/workflows/publish-to-github-pages-docusaurus/triggers/push.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-github-pages-docusaurus/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-npm/base.yml +91 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/workflow-run-any.yml +7 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/workflow-run-failure.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/workflow-run-success.yml +8 -0
- package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +54 -0
- package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +54 -0
- package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +290 -0
- package/build/templates/generators/must-haves/agent-conventions/VISION.md +62 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/csharp.md +317 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/css.md +188 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/docker.md +131 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/documentation.md +615 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/java.md +285 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/kotlin.md +297 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/php.md +257 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/python.md +260 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/shell.md +205 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/swift.md +312 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +1530 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +202 -0
- package/build/templates/generators/must-haves/license/AGPL-3.0 +662 -0
- package/build/templates/generators/must-haves/license/Apache-2.0 +202 -0
- package/build/templates/generators/must-haves/license/BSD-2-Clause +25 -0
- package/build/templates/generators/must-haves/license/BSD-3-Clause +29 -0
- package/build/templates/generators/must-haves/license/BSL-1.0 +24 -0
- package/build/templates/generators/must-haves/license/CC0-1.0 +122 -0
- package/build/templates/generators/must-haves/license/EPL-2.0 +278 -0
- package/build/templates/generators/must-haves/license/GPL-2.0 +340 -0
- package/build/templates/generators/must-haves/license/GPL-3.0 +675 -0
- package/build/templates/generators/must-haves/license/LGPL-2.1 +505 -0
- package/build/templates/generators/must-haves/license/MIT +22 -0
- package/build/templates/generators/must-haves/license/MPL-2.0 +374 -0
- package/build/templates/generators/must-haves/license/Proprietary +22 -0
- package/build/templates/generators/must-haves/license/Unlicense +25 -0
- package/build/templates/generators/must-haves/read-me/README.md +17 -0
- package/build/templates/scaffold/app/express/package.json +20 -0
- package/build/templates/scaffold/app/express/src/index.ts +12 -0
- package/build/templates/scaffold/app/express/tsconfig.json +15 -0
- package/build/templates/scaffold/app/nextjs/next.config.mjs +4 -0
- package/build/templates/scaffold/app/nextjs/package.json +22 -0
- package/build/templates/scaffold/app/nextjs/src/app/globals.css +11 -0
- package/build/templates/scaffold/app/nextjs/src/app/layout.tsx +18 -0
- package/build/templates/scaffold/app/nextjs/src/app/page.tsx +8 -0
- package/build/templates/scaffold/app/nextjs/tsconfig.json +26 -0
- package/build/templates/scaffold/app/vite/index.html +12 -0
- package/build/templates/scaffold/app/vite/package.json +17 -0
- package/build/templates/scaffold/app/vite/src/main.ts +5 -0
- package/build/templates/scaffold/app/vite/tsconfig.json +16 -0
- package/build/templates/scaffold/app/vite/vite.config.mts +3 -0
- package/build/templates/scaffold/app/workers/package.json +16 -0
- package/build/templates/scaffold/app/workers/src/index.ts +13 -0
- package/build/templates/scaffold/app/workers/tsconfig.json +17 -0
- package/build/templates/scaffold/app/workers/wrangler.toml +3 -0
- package/build/templates/scaffold/docs/docusaurus/docs/intro.md +9 -0
- package/build/templates/scaffold/docs/docusaurus/docusaurus.config.ts +33 -0
- package/build/templates/scaffold/docs/docusaurus/package.json +20 -0
- package/build/templates/scaffold/docs/docusaurus/sidebars.ts +9 -0
- package/build/templates/scaffold/docs/docusaurus/tsconfig.json +8 -0
- package/package.json +33 -23
- package/build/src/presets/eslint/dx-code-style.d.mts +0 -4
- package/build/src/presets/eslint/dx-code-style.d.mts.map +0 -1
- package/build/src/presets/eslint/dx-code-style.mjs +0 -211
- package/build/src/presets/eslint/dx-code-style.mjs.map +0 -1
- package/build/src/presets/eslint/dx-ignore.d.mts +0 -4
- package/build/src/presets/eslint/dx-ignore.d.mts.map +0 -1
- package/build/src/presets/eslint/dx-ignore.mjs.map +0 -1
- package/build/src/presets/eslint/env-browser.d.mts +0 -4
- package/build/src/presets/eslint/env-browser.d.mts.map +0 -1
- package/build/src/presets/eslint/env-browser.mjs +0 -3
- package/build/src/presets/eslint/env-browser.mjs.map +0 -1
- package/build/src/presets/eslint/env-edge.d.mts +0 -4
- package/build/src/presets/eslint/env-edge.d.mts.map +0 -1
- package/build/src/presets/eslint/env-edge.mjs.map +0 -1
- package/build/src/presets/eslint/env-node.d.mts +0 -4
- package/build/src/presets/eslint/env-node.d.mts.map +0 -1
- package/build/src/presets/eslint/env-node.mjs.map +0 -1
- package/build/src/presets/eslint/env-service-worker.d.mts +0 -4
- package/build/src/presets/eslint/env-service-worker.d.mts.map +0 -1
- package/build/src/presets/eslint/env-service-worker.mjs +0 -3
- package/build/src/presets/eslint/env-service-worker.mjs.map +0 -1
- package/build/src/presets/eslint/env-web-worker.d.mts +0 -4
- package/build/src/presets/eslint/env-web-worker.d.mts.map +0 -1
- package/build/src/presets/eslint/env-web-worker.mjs.map +0 -1
- package/build/src/presets/eslint/fw-docusaurus.d.mts +0 -4
- package/build/src/presets/eslint/fw-docusaurus.d.mts.map +0 -1
- package/build/src/presets/eslint/fw-docusaurus.mjs +0 -10
- package/build/src/presets/eslint/fw-docusaurus.mjs.map +0 -1
- package/build/src/presets/eslint/fw-expressjs.d.mts +0 -4
- package/build/src/presets/eslint/fw-expressjs.d.mts.map +0 -1
- package/build/src/presets/eslint/fw-expressjs.mjs.map +0 -1
- package/build/src/presets/eslint/fw-nextjs.d.mts +0 -4
- package/build/src/presets/eslint/fw-nextjs.d.mts.map +0 -1
- package/build/src/presets/eslint/fw-nextjs.mjs.map +0 -1
- package/build/src/presets/eslint/index.d.mts +0 -16
- package/build/src/presets/eslint/index.d.mts.map +0 -1
- package/build/src/presets/eslint/index.mjs +0 -16
- package/build/src/presets/eslint/index.mjs.map +0 -1
- package/build/src/presets/eslint/lang-javascript.d.mts +0 -4
- package/build/src/presets/eslint/lang-javascript.d.mts.map +0 -1
- package/build/src/presets/eslint/lang-javascript.mjs +0 -3
- package/build/src/presets/eslint/lang-javascript.mjs.map +0 -1
- package/build/src/presets/eslint/lang-mdx.d.mts +0 -4
- package/build/src/presets/eslint/lang-mdx.d.mts.map +0 -1
- package/build/src/presets/eslint/lang-mdx.mjs.map +0 -1
- package/build/src/presets/eslint/lang-typescript.d.mts +0 -4
- package/build/src/presets/eslint/lang-typescript.d.mts.map +0 -1
- package/build/src/presets/eslint/lang-typescript.mjs +0 -88
- package/build/src/presets/eslint/lang-typescript.mjs.map +0 -1
- package/build/src/presets/eslint/platform-cloudflare-workers.d.mts +0 -4
- package/build/src/presets/eslint/platform-cloudflare-workers.d.mts.map +0 -1
- package/build/src/presets/eslint/platform-cloudflare-workers.mjs +0 -8
- package/build/src/presets/eslint/platform-cloudflare-workers.mjs.map +0 -1
- package/build/src/presets/eslint/tool-vite.d.mts +0 -4
- package/build/src/presets/eslint/tool-vite.d.mts.map +0 -1
- package/build/src/presets/eslint/tool-vite.mjs.map +0 -1
- package/build/src/presets/tsconfig/env-web-worker.json +0 -12
- package/build/src/rules/eslint/patterns/no-destructuring.d.ts +0 -13
- package/build/src/rules/eslint/patterns/no-destructuring.d.ts.map +0 -1
- package/build/src/rules/eslint/patterns/no-destructuring.js +0 -177
- package/build/src/rules/eslint/patterns/no-destructuring.js.map +0 -1
- package/build/src/rules/eslint/patterns/no-implicit-boolean.d.ts +0 -6
- package/build/src/rules/eslint/patterns/no-implicit-boolean.d.ts.map +0 -1
- package/build/src/rules/eslint/patterns/no-implicit-boolean.js +0 -62
- package/build/src/rules/eslint/patterns/no-implicit-boolean.js.map +0 -1
- package/build/src/rules/eslint/patterns/no-ternary-in-template-literal.d.ts +0 -6
- package/build/src/rules/eslint/patterns/no-ternary-in-template-literal.d.ts.map +0 -1
- package/build/src/rules/eslint/patterns/no-ternary-in-template-literal.js +0 -32
- package/build/src/rules/eslint/patterns/no-ternary-in-template-literal.js.map +0 -1
- package/build/src/rules/eslint/patterns/switch-case-blocks.d.ts +0 -6
- package/build/src/rules/eslint/patterns/switch-case-blocks.d.ts.map +0 -1
- package/build/src/rules/eslint/patterns/switch-case-blocks.js +0 -36
- package/build/src/rules/eslint/patterns/switch-case-blocks.js.map +0 -1
- package/build/src/tests/api/node-releases.test.d.ts +0 -2
- package/build/src/tests/api/node-releases.test.d.ts.map +0 -1
- package/build/src/tests/api/node-releases.test.js +0 -193
- package/build/src/tests/api/node-releases.test.js.map +0 -1
- package/build/src/tests/api/spdx-licenses.test.d.ts +0 -2
- package/build/src/tests/api/spdx-licenses.test.d.ts.map +0 -1
- package/build/src/tests/api/spdx-licenses.test.js +0 -91
- package/build/src/tests/api/spdx-licenses.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/cleanup.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/cleanup.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/cleanup.test.js +0 -240
- package/build/src/tests/cli/recipe/package-json/cleanup.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-artifacts.test.js +0 -161
- package/build/src/tests/cli/recipe/package-json/normalize-artifacts.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-bundler.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-bundler.test.js +0 -161
- package/build/src/tests/cli/recipe/package-json/normalize-bundler.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-dependencies.test.js +0 -175
- package/build/src/tests/cli/recipe/package-json/normalize-dependencies.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-modules.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-modules.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-modules.test.js +0 -164
- package/build/src/tests/cli/recipe/package-json/normalize-modules.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-tooling.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-tooling.test.js +0 -193
- package/build/src/tests/cli/recipe/package-json/normalize-tooling.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-environment.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/sync-environment.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-environment.test.js +0 -158
- package/build/src/tests/cli/recipe/package-json/sync-environment.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-identity.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/sync-identity.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-identity.test.js +0 -156
- package/build/src/tests/cli/recipe/package-json/sync-identity.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-ownership.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/sync-ownership.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-ownership.test.js +0 -164
- package/build/src/tests/cli/recipe/package-json/sync-ownership.test.js.map +0 -1
- package/build/src/tests/cli/utility/changelog.test.d.ts +0 -2
- package/build/src/tests/cli/utility/changelog.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/changelog.test.js +0 -274
- package/build/src/tests/cli/utility/changelog.test.js.map +0 -1
- package/build/src/tests/cli/utility/initialize.test.d.ts +0 -2
- package/build/src/tests/cli/utility/initialize.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/initialize.test.js +0 -27
- package/build/src/tests/cli/utility/initialize.test.js.map +0 -1
- package/build/src/tests/cli/utility/run-recipes.test.d.ts +0 -2
- package/build/src/tests/cli/utility/run-recipes.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/run-recipes.test.js +0 -41
- package/build/src/tests/cli/utility/run-recipes.test.js.map +0 -1
- package/build/src/tests/cli/utility/run-scripts.test.d.ts +0 -2
- package/build/src/tests/cli/utility/run-scripts.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/run-scripts.test.js +0 -153
- package/build/src/tests/cli/utility/run-scripts.test.js.map +0 -1
- package/build/src/tests/cli/utility/transpile.test.d.ts +0 -2
- package/build/src/tests/cli/utility/transpile.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/transpile.test.js +0 -65
- package/build/src/tests/cli/utility/transpile.test.js.map +0 -1
- package/build/src/tests/cli/utility/type-check.test.d.ts +0 -2
- package/build/src/tests/cli/utility/type-check.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/type-check.test.js +0 -63
- package/build/src/tests/cli/utility/type-check.test.js.map +0 -1
- package/build/src/tests/cli/utility/version.test.d.ts +0 -2
- package/build/src/tests/cli/utility/version.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/version.test.js +0 -38
- package/build/src/tests/cli/utility/version.test.js.map +0 -1
- package/build/src/tests/lib/item.test.d.ts +0 -2
- package/build/src/tests/lib/item.test.d.ts.map +0 -1
- package/build/src/tests/lib/item.test.js +0 -142
- package/build/src/tests/lib/item.test.js.map +0 -1
- package/build/src/tests/lib/nova-config.test.d.ts +0 -2
- package/build/src/tests/lib/nova-config.test.d.ts.map +0 -1
- package/build/src/tests/lib/nova-config.test.js +0 -516
- package/build/src/tests/lib/nova-config.test.js.map +0 -1
- package/build/src/tests/lib/regex.test.d.ts +0 -2
- package/build/src/tests/lib/regex.test.d.ts.map +0 -1
- package/build/src/tests/lib/regex.test.js +0 -342
- package/build/src/tests/lib/regex.test.js.map +0 -1
- package/build/src/tests/lib/schema.test.d.ts +0 -2
- package/build/src/tests/lib/schema.test.d.ts.map +0 -1
- package/build/src/tests/lib/schema.test.js +0 -260
- package/build/src/tests/lib/schema.test.js.map +0 -1
- package/build/src/tests/lib/utility.test.d.ts +0 -2
- package/build/src/tests/lib/utility.test.d.ts.map +0 -1
- package/build/src/tests/lib/utility.test.js +0 -744
- package/build/src/tests/lib/utility.test.js.map +0 -1
- package/build/src/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/formatting/no-raw-text-in-code.test.js +0 -47
- package/build/src/tests/rules/eslint/formatting/no-raw-text-in-code.test.js.map +0 -1
- package/build/src/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/formatting/require-padding-lines.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/formatting/require-padding-lines.test.js +0 -131
- package/build/src/tests/rules/eslint/formatting/require-padding-lines.test.js.map +0 -1
- package/build/src/tests/rules/eslint/nova/no-logger-dev.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/nova/no-logger-dev.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/nova/no-logger-dev.test.js +0 -55
- package/build/src/tests/rules/eslint/nova/no-logger-dev.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-assign-then-return.test.js +0 -39
- package/build/src/tests/rules/eslint/patterns/no-assign-then-return.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-bracket-assignment.test.js +0 -40
- package/build/src/tests/rules/eslint/patterns/no-bracket-assignment.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-destructuring.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-destructuring.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-destructuring.test.js +0 -86
- package/build/src/tests/rules/eslint/patterns/no-destructuring.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-implicit-boolean.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-implicit-boolean.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-implicit-boolean.test.js +0 -76
- package/build/src/tests/rules/eslint/patterns/no-implicit-boolean.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-ternary-in-template-literal.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-ternary-in-template-literal.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-ternary-in-template-literal.test.js +0 -42
- package/build/src/tests/rules/eslint/patterns/no-ternary-in-template-literal.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/switch-case-blocks.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/switch-case-blocks.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/switch-case-blocks.test.js +0 -43
- package/build/src/tests/rules/eslint/patterns/switch-case-blocks.test.js.map +0 -1
- package/build/src/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/regex/no-regex-literal-flags.test.js +0 -47
- package/build/src/tests/rules/eslint/regex/no-regex-literal-flags.test.js.map +0 -1
- package/build/src/tests/rules/eslint/regex/no-regex-literals.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/regex/no-regex-literals.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/regex/no-regex-literals.test.js +0 -49
- package/build/src/tests/rules/eslint/regex/no-regex-literals.test.js.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.js +0 -34
- package/build/src/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.js.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-inline-type-annotation.test.js +0 -55
- package/build/src/tests/rules/eslint/typescript/no-inline-type-annotation.test.js.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-shared-type-import.test.js +0 -51
- package/build/src/tests/rules/eslint/typescript/no-shared-type-import.test.js.map +0 -1
- package/build/src/tests/toolkit/cli-header.test.d.ts +0 -2
- package/build/src/tests/toolkit/cli-header.test.d.ts.map +0 -1
- package/build/src/tests/toolkit/cli-header.test.js +0 -143
- package/build/src/tests/toolkit/cli-header.test.js.map +0 -1
- package/build/src/tests/toolkit/logger.test.d.ts +0 -2
- package/build/src/tests/toolkit/logger.test.d.ts.map +0 -1
- package/build/src/tests/toolkit/logger.test.js +0 -96
- package/build/src/tests/toolkit/logger.test.js.map +0 -1
- package/build/src/tests/toolkit/markdown-table.test.d.ts +0 -2
- package/build/src/tests/toolkit/markdown-table.test.d.ts.map +0 -1
- package/build/src/tests/toolkit/markdown-table.test.js +0 -138
- package/build/src/tests/toolkit/markdown-table.test.js.map +0 -1
- /package/build/src/presets/tsconfig/{env-browser.json → runtime-browser.json} +0 -0
- /package/build/src/presets/tsconfig/{env-edge.json → runtime-edge.json} +0 -0
- /package/build/src/presets/tsconfig/{env-node.json → runtime-node.json} +0 -0
- /package/build/src/presets/tsconfig/{env-service-worker.json → runtime-service-worker.json} +0 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import type { LibNovaConfig } from '../../../../lib/nova-config.js';
|
|
2
|
+
|
|
3
|
+
import type {
|
|
4
|
+
SharedNovaConfigConfig,
|
|
5
|
+
SharedNovaConfigWorkspace,
|
|
6
|
+
SharedNovaConfigWorkspaceRecipes,
|
|
7
|
+
SharedNovaConfigWorkspaceRecipeTuple,
|
|
8
|
+
SharedWorkspaceManifest,
|
|
9
|
+
} from '../../../shared.d.ts';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* CLI - Recipe - package.json - Normalize Modules - Handle.
|
|
13
|
+
*
|
|
14
|
+
* @since 0.14.0
|
|
15
|
+
*/
|
|
16
|
+
export type CliRecipePackageJsonNormalizeModulesHandleWorkspace = SharedWorkspaceManifest;
|
|
17
|
+
|
|
18
|
+
export type CliRecipePackageJsonNormalizeModulesHandleReturns = void;
|
|
19
|
+
|
|
20
|
+
export type CliRecipePackageJsonNormalizeModulesHandleFileContents = Record<string, unknown>;
|
|
21
|
+
|
|
22
|
+
export type CliRecipePackageJsonNormalizeModulesHandleManifest = SharedNovaConfigWorkspace;
|
|
23
|
+
|
|
24
|
+
export type CliRecipePackageJsonNormalizeModulesHandlePackageExports = unknown;
|
|
25
|
+
|
|
26
|
+
export type CliRecipePackageJsonNormalizeModulesHandlePackageMain = unknown;
|
|
27
|
+
|
|
28
|
+
export type CliRecipePackageJsonNormalizeModulesHandlePackageType = unknown;
|
|
29
|
+
|
|
30
|
+
export type CliRecipePackageJsonNormalizeModulesHandlePackageBrowser = unknown;
|
|
31
|
+
|
|
32
|
+
export type CliRecipePackageJsonNormalizeModulesHandlePackageImports = unknown;
|
|
33
|
+
|
|
34
|
+
export type CliRecipePackageJsonNormalizeModulesHandleCurrentPackageExports = unknown;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* CLI - Recipe - package.json - Normalize Modules - Run.
|
|
38
|
+
*
|
|
39
|
+
* @since 0.14.0
|
|
40
|
+
*/
|
|
41
|
+
export type CliRecipePackageJsonNormalizeModulesRunOptionsDryRun = true;
|
|
42
|
+
|
|
43
|
+
export type CliRecipePackageJsonNormalizeModulesRunOptionsReplaceFile = true;
|
|
44
|
+
|
|
45
|
+
export type CliRecipePackageJsonNormalizeModulesRunOptions = {
|
|
46
|
+
dryRun?: CliRecipePackageJsonNormalizeModulesRunOptionsDryRun;
|
|
47
|
+
replaceFile?: CliRecipePackageJsonNormalizeModulesRunOptionsReplaceFile;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export type CliRecipePackageJsonNormalizeModulesRunReturns = Promise<void>;
|
|
51
|
+
|
|
52
|
+
export type CliRecipePackageJsonNormalizeModulesRunCurrentDirectory = string;
|
|
53
|
+
|
|
54
|
+
export type CliRecipePackageJsonNormalizeModulesRunIsAtProjectRoot = boolean;
|
|
55
|
+
|
|
56
|
+
export type CliRecipePackageJsonNormalizeModulesRunIsDryRun = boolean;
|
|
57
|
+
|
|
58
|
+
export type CliRecipePackageJsonNormalizeModulesRunIsReplaceFile = boolean;
|
|
59
|
+
|
|
60
|
+
export type CliRecipePackageJsonNormalizeModulesRunReplaceFileNotice = string;
|
|
61
|
+
|
|
62
|
+
export type CliRecipePackageJsonNormalizeModulesRunNovaConfig = LibNovaConfig;
|
|
63
|
+
|
|
64
|
+
export type CliRecipePackageJsonNormalizeModulesRunWorkingFile = SharedNovaConfigConfig;
|
|
65
|
+
|
|
66
|
+
export type CliRecipePackageJsonNormalizeModulesRunWorkingFileWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
67
|
+
|
|
68
|
+
export type CliRecipePackageJsonNormalizeModulesRunEligibleWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
69
|
+
|
|
70
|
+
export type CliRecipePackageJsonNormalizeModulesRunWorkspaceConfigFilter = SharedNovaConfigWorkspace;
|
|
71
|
+
|
|
72
|
+
export type CliRecipePackageJsonNormalizeModulesRunWorkspaceRecipesFilter = SharedNovaConfigWorkspaceRecipes | undefined;
|
|
73
|
+
|
|
74
|
+
export type CliRecipePackageJsonNormalizeModulesRunRecipeTupleFilter = SharedNovaConfigWorkspaceRecipeTuple | undefined;
|
|
75
|
+
|
|
76
|
+
export type CliRecipePackageJsonNormalizeModulesRunWorkspaces = SharedWorkspaceManifest[];
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import type { LibNovaConfig } from '../../../../lib/nova-config.js';
|
|
2
|
+
|
|
3
|
+
import type {
|
|
4
|
+
SharedNovaConfigConfig,
|
|
5
|
+
SharedNovaConfigWorkspace,
|
|
6
|
+
SharedNovaConfigWorkspaceRecipes,
|
|
7
|
+
SharedNovaConfigWorkspaceRecipeTuple,
|
|
8
|
+
SharedWorkspaceManifest,
|
|
9
|
+
} from '../../../shared.d.ts';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* CLI - Recipe - package.json - Normalize Tooling - Handle.
|
|
13
|
+
*
|
|
14
|
+
* @since 0.14.0
|
|
15
|
+
*/
|
|
16
|
+
export type CliRecipePackageJsonNormalizeToolingHandleWorkspace = SharedWorkspaceManifest;
|
|
17
|
+
|
|
18
|
+
export type CliRecipePackageJsonNormalizeToolingHandleReturns = Promise<void>;
|
|
19
|
+
|
|
20
|
+
export type CliRecipePackageJsonNormalizeToolingHandleFileContents = Record<string, unknown>;
|
|
21
|
+
|
|
22
|
+
export type CliRecipePackageJsonNormalizeToolingHandleFilePath = string;
|
|
23
|
+
|
|
24
|
+
export type CliRecipePackageJsonNormalizeToolingHandleManifest = SharedNovaConfigWorkspace;
|
|
25
|
+
|
|
26
|
+
export type CliRecipePackageJsonNormalizeToolingHandlePackageScripts = unknown;
|
|
27
|
+
|
|
28
|
+
export type CliRecipePackageJsonNormalizeToolingHandlePackageGypfile = unknown;
|
|
29
|
+
|
|
30
|
+
export type CliRecipePackageJsonNormalizeToolingHandlePackageConfig = unknown;
|
|
31
|
+
|
|
32
|
+
export type CliRecipePackageJsonNormalizeToolingHandlePackageWorkspaces = unknown;
|
|
33
|
+
|
|
34
|
+
export type CliRecipePackageJsonNormalizeToolingHandleWorkspaceDirectory = string;
|
|
35
|
+
|
|
36
|
+
export type CliRecipePackageJsonNormalizeToolingHandleBindingGypPath = string;
|
|
37
|
+
|
|
38
|
+
export type CliRecipePackageJsonNormalizeToolingHandleHasBindingGyp = boolean;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* CLI - Recipe - package.json - Normalize Tooling - Is Empty.
|
|
42
|
+
*
|
|
43
|
+
* @since 0.14.0
|
|
44
|
+
*/
|
|
45
|
+
export type CliRecipePackageJsonNormalizeToolingIsEmptyValue = unknown;
|
|
46
|
+
|
|
47
|
+
export type CliRecipePackageJsonNormalizeToolingIsEmptyReturns = boolean;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* CLI - Recipe - package.json - Normalize Tooling - Run.
|
|
51
|
+
*
|
|
52
|
+
* @since 0.14.0
|
|
53
|
+
*/
|
|
54
|
+
export type CliRecipePackageJsonNormalizeToolingRunOptionsDryRun = true;
|
|
55
|
+
|
|
56
|
+
export type CliRecipePackageJsonNormalizeToolingRunOptionsReplaceFile = true;
|
|
57
|
+
|
|
58
|
+
export type CliRecipePackageJsonNormalizeToolingRunOptions = {
|
|
59
|
+
dryRun?: CliRecipePackageJsonNormalizeToolingRunOptionsDryRun;
|
|
60
|
+
replaceFile?: CliRecipePackageJsonNormalizeToolingRunOptionsReplaceFile;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export type CliRecipePackageJsonNormalizeToolingRunReturns = Promise<void>;
|
|
64
|
+
|
|
65
|
+
export type CliRecipePackageJsonNormalizeToolingRunCurrentDirectory = string;
|
|
66
|
+
|
|
67
|
+
export type CliRecipePackageJsonNormalizeToolingRunIsAtProjectRoot = boolean;
|
|
68
|
+
|
|
69
|
+
export type CliRecipePackageJsonNormalizeToolingRunIsDryRun = boolean;
|
|
70
|
+
|
|
71
|
+
export type CliRecipePackageJsonNormalizeToolingRunIsReplaceFile = boolean;
|
|
72
|
+
|
|
73
|
+
export type CliRecipePackageJsonNormalizeToolingRunReplaceFileNotice = string;
|
|
74
|
+
|
|
75
|
+
export type CliRecipePackageJsonNormalizeToolingRunNovaConfig = LibNovaConfig;
|
|
76
|
+
|
|
77
|
+
export type CliRecipePackageJsonNormalizeToolingRunWorkingFile = SharedNovaConfigConfig;
|
|
78
|
+
|
|
79
|
+
export type CliRecipePackageJsonNormalizeToolingRunWorkingFileWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
80
|
+
|
|
81
|
+
export type CliRecipePackageJsonNormalizeToolingRunEligibleWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
82
|
+
|
|
83
|
+
export type CliRecipePackageJsonNormalizeToolingRunWorkspaceConfigFilter = SharedNovaConfigWorkspace;
|
|
84
|
+
|
|
85
|
+
export type CliRecipePackageJsonNormalizeToolingRunWorkspaceRecipesFilter = SharedNovaConfigWorkspaceRecipes | undefined;
|
|
86
|
+
|
|
87
|
+
export type CliRecipePackageJsonNormalizeToolingRunRecipeTupleFilter = SharedNovaConfigWorkspaceRecipeTuple | undefined;
|
|
88
|
+
|
|
89
|
+
export type CliRecipePackageJsonNormalizeToolingRunWorkspaces = SharedWorkspaceManifest[];
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import type { LibNovaConfig } from '../../../../lib/nova-config.js';
|
|
2
|
+
|
|
3
|
+
import type {
|
|
4
|
+
SharedNovaConfigConfig,
|
|
5
|
+
SharedNovaConfigWorkspace,
|
|
6
|
+
SharedNovaConfigWorkspaceRecipes,
|
|
7
|
+
SharedNovaConfigWorkspaceRecipeSettings,
|
|
8
|
+
SharedNovaConfigWorkspaceRecipeTuple,
|
|
9
|
+
SharedWorkspaceManifest,
|
|
10
|
+
} from '../../../shared.d.ts';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* CLI - Recipe - package.json - Sync Environment - Handle.
|
|
14
|
+
*
|
|
15
|
+
* @since 0.14.0
|
|
16
|
+
*/
|
|
17
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleWorkspace = SharedWorkspaceManifest;
|
|
18
|
+
|
|
19
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleReturns = Promise<void>;
|
|
20
|
+
|
|
21
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleFileContents = Record<string, unknown>;
|
|
22
|
+
|
|
23
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleManifest = SharedNovaConfigWorkspace;
|
|
24
|
+
|
|
25
|
+
export type CliRecipePackageJsonSyncEnvironmentHandlePackageEngines = unknown;
|
|
26
|
+
|
|
27
|
+
export type CliRecipePackageJsonSyncEnvironmentHandlePackageOs = unknown;
|
|
28
|
+
|
|
29
|
+
export type CliRecipePackageJsonSyncEnvironmentHandlePackageCpu = unknown;
|
|
30
|
+
|
|
31
|
+
export type CliRecipePackageJsonSyncEnvironmentHandlePackageLibc = unknown;
|
|
32
|
+
|
|
33
|
+
export type CliRecipePackageJsonSyncEnvironmentHandlePackageDevEngines = unknown;
|
|
34
|
+
|
|
35
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleLtsConstraint = string | undefined;
|
|
36
|
+
|
|
37
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleRecipes = SharedNovaConfigWorkspaceRecipes | undefined;
|
|
38
|
+
|
|
39
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleRecipeTuple = SharedNovaConfigWorkspaceRecipeTuple | undefined;
|
|
40
|
+
|
|
41
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleRecipeSettings = SharedNovaConfigWorkspaceRecipeSettings | undefined;
|
|
42
|
+
|
|
43
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleTrackNodeLtsVersions = boolean;
|
|
44
|
+
|
|
45
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleExistingNode = string;
|
|
46
|
+
|
|
47
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleLtsMatches = RegExpExecArray[];
|
|
48
|
+
|
|
49
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleLtsMajors = number[];
|
|
50
|
+
|
|
51
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleBranches = string[];
|
|
52
|
+
|
|
53
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleCoversAll = boolean;
|
|
54
|
+
|
|
55
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleGeMatch = RegExpMatchArray | null;
|
|
56
|
+
|
|
57
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleMajorMatch = RegExpMatchArray | null;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* CLI - Recipe - package.json - Sync Environment - Handle Corepack.
|
|
61
|
+
*
|
|
62
|
+
* @since 0.14.0
|
|
63
|
+
*/
|
|
64
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleCorepackWorkspace = SharedWorkspaceManifest;
|
|
65
|
+
|
|
66
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleCorepackReturns = void;
|
|
67
|
+
|
|
68
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleCorepackFileContents = Record<string, unknown>;
|
|
69
|
+
|
|
70
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleCorepackManifest = SharedNovaConfigWorkspace;
|
|
71
|
+
|
|
72
|
+
export type CliRecipePackageJsonSyncEnvironmentHandleCorepackPackageManager = unknown;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* CLI - Recipe - package.json - Sync Environment - Is Empty.
|
|
76
|
+
*
|
|
77
|
+
* @since 0.14.0
|
|
78
|
+
*/
|
|
79
|
+
export type CliRecipePackageJsonSyncEnvironmentIsEmptyValue = unknown;
|
|
80
|
+
|
|
81
|
+
export type CliRecipePackageJsonSyncEnvironmentIsEmptyReturns = boolean;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* CLI - Recipe - package.json - Sync Environment - Run.
|
|
85
|
+
*
|
|
86
|
+
* @since 0.14.0
|
|
87
|
+
*/
|
|
88
|
+
export type CliRecipePackageJsonSyncEnvironmentRunOptionsDryRun = true;
|
|
89
|
+
|
|
90
|
+
export type CliRecipePackageJsonSyncEnvironmentRunOptionsReplaceFile = true;
|
|
91
|
+
|
|
92
|
+
export type CliRecipePackageJsonSyncEnvironmentRunOptions = {
|
|
93
|
+
dryRun?: CliRecipePackageJsonSyncEnvironmentRunOptionsDryRun;
|
|
94
|
+
replaceFile?: CliRecipePackageJsonSyncEnvironmentRunOptionsReplaceFile;
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
export type CliRecipePackageJsonSyncEnvironmentRunReturns = Promise<void>;
|
|
98
|
+
|
|
99
|
+
export type CliRecipePackageJsonSyncEnvironmentRunCurrentDirectory = string;
|
|
100
|
+
|
|
101
|
+
export type CliRecipePackageJsonSyncEnvironmentRunIsAtProjectRoot = boolean;
|
|
102
|
+
|
|
103
|
+
export type CliRecipePackageJsonSyncEnvironmentRunIsDryRun = boolean;
|
|
104
|
+
|
|
105
|
+
export type CliRecipePackageJsonSyncEnvironmentRunIsReplaceFile = boolean;
|
|
106
|
+
|
|
107
|
+
export type CliRecipePackageJsonSyncEnvironmentRunReplaceFileNotice = string;
|
|
108
|
+
|
|
109
|
+
export type CliRecipePackageJsonSyncEnvironmentRunNovaConfig = LibNovaConfig;
|
|
110
|
+
|
|
111
|
+
export type CliRecipePackageJsonSyncEnvironmentRunWorkingFile = SharedNovaConfigConfig;
|
|
112
|
+
|
|
113
|
+
export type CliRecipePackageJsonSyncEnvironmentRunWorkingFileWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
114
|
+
|
|
115
|
+
export type CliRecipePackageJsonSyncEnvironmentRunEligibleWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
116
|
+
|
|
117
|
+
export type CliRecipePackageJsonSyncEnvironmentRunWorkspaceConfigFilter = SharedNovaConfigWorkspace;
|
|
118
|
+
|
|
119
|
+
export type CliRecipePackageJsonSyncEnvironmentRunWorkspaceRecipesFilter = SharedNovaConfigWorkspaceRecipes | undefined;
|
|
120
|
+
|
|
121
|
+
export type CliRecipePackageJsonSyncEnvironmentRunRecipeTupleFilter = SharedNovaConfigWorkspaceRecipeTuple | undefined;
|
|
122
|
+
|
|
123
|
+
export type CliRecipePackageJsonSyncEnvironmentRunWorkspaces = SharedWorkspaceManifest[];
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* CLI - Recipe - package.json - Sync Environment - Sync Node Constraint.
|
|
127
|
+
*
|
|
128
|
+
* @since 0.14.0
|
|
129
|
+
*/
|
|
130
|
+
export type CliRecipePackageJsonSyncEnvironmentSyncNodeConstraintWorkspace = SharedWorkspaceManifest;
|
|
131
|
+
|
|
132
|
+
export type CliRecipePackageJsonSyncEnvironmentSyncNodeConstraintConstraint = string;
|
|
133
|
+
|
|
134
|
+
export type CliRecipePackageJsonSyncEnvironmentSyncNodeConstraintReturns = void;
|
|
135
|
+
|
|
136
|
+
export type CliRecipePackageJsonSyncEnvironmentSyncNodeConstraintEngines = unknown;
|
|
137
|
+
|
|
138
|
+
export type CliRecipePackageJsonSyncEnvironmentSyncNodeConstraintCurrentNode = unknown;
|
|
139
|
+
|
|
140
|
+
export type CliRecipePackageJsonSyncEnvironmentSyncNodeConstraintPrevious = string;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import type { LibNovaConfig } from '../../../../lib/nova-config.js';
|
|
2
|
+
|
|
3
|
+
import type {
|
|
4
|
+
SharedNovaConfigConfig,
|
|
5
|
+
SharedNovaConfigWorkspace,
|
|
6
|
+
SharedNovaConfigWorkspaceRecipes,
|
|
7
|
+
SharedNovaConfigWorkspaceRecipeSettings,
|
|
8
|
+
SharedNovaConfigWorkspaceRecipeTuple,
|
|
9
|
+
SharedWorkspaceManifest,
|
|
10
|
+
} from '../../../shared.d.ts';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* CLI - Recipe - package.json - Sync Identity - Handle.
|
|
14
|
+
*
|
|
15
|
+
* @since 0.14.0
|
|
16
|
+
*/
|
|
17
|
+
export type CliRecipePackageJsonSyncIdentityHandleWorkspace = SharedWorkspaceManifest;
|
|
18
|
+
|
|
19
|
+
export type CliRecipePackageJsonSyncIdentityHandleWorkingFile = SharedNovaConfigConfig;
|
|
20
|
+
|
|
21
|
+
export type CliRecipePackageJsonSyncIdentityHandleReturns = Promise<void>;
|
|
22
|
+
|
|
23
|
+
export type CliRecipePackageJsonSyncIdentityHandleFileContents = Record<string, unknown>;
|
|
24
|
+
|
|
25
|
+
export type CliRecipePackageJsonSyncIdentityHandleFilePath = string;
|
|
26
|
+
|
|
27
|
+
export type CliRecipePackageJsonSyncIdentityHandleManifest = SharedNovaConfigWorkspace;
|
|
28
|
+
|
|
29
|
+
export type CliRecipePackageJsonSyncIdentityHandlePackageName = unknown;
|
|
30
|
+
|
|
31
|
+
export type CliRecipePackageJsonSyncIdentityHandlePackageVersion = unknown;
|
|
32
|
+
|
|
33
|
+
export type CliRecipePackageJsonSyncIdentityHandlePackageDescription = unknown;
|
|
34
|
+
|
|
35
|
+
export type CliRecipePackageJsonSyncIdentityHandlePackageKeywords = unknown;
|
|
36
|
+
|
|
37
|
+
export type CliRecipePackageJsonSyncIdentityHandlePackageLicense = unknown;
|
|
38
|
+
|
|
39
|
+
export type CliRecipePackageJsonSyncIdentityHandleRecipes = SharedNovaConfigWorkspaceRecipes | undefined;
|
|
40
|
+
|
|
41
|
+
export type CliRecipePackageJsonSyncIdentityHandleRecipeTuple = SharedNovaConfigWorkspaceRecipeTuple | undefined;
|
|
42
|
+
|
|
43
|
+
export type CliRecipePackageJsonSyncIdentityHandleRecipeSettings = SharedNovaConfigWorkspaceRecipeSettings | undefined;
|
|
44
|
+
|
|
45
|
+
export type CliRecipePackageJsonSyncIdentityHandleValidVersion = string;
|
|
46
|
+
|
|
47
|
+
export type CliRecipePackageJsonSyncIdentityHandleValidDescription = string | undefined;
|
|
48
|
+
|
|
49
|
+
export type CliRecipePackageJsonSyncIdentityHandleValidKeywords = string[] | undefined;
|
|
50
|
+
|
|
51
|
+
export type CliRecipePackageJsonSyncIdentityHandleSpdxLicenses = Set<string> | undefined;
|
|
52
|
+
|
|
53
|
+
export type CliRecipePackageJsonSyncIdentityHandlePackageDirectory = string;
|
|
54
|
+
|
|
55
|
+
export type CliRecipePackageJsonSyncIdentityHandleProjectRoot = string;
|
|
56
|
+
|
|
57
|
+
export type CliRecipePackageJsonSyncIdentityHandleLicenseCandidates = string[];
|
|
58
|
+
|
|
59
|
+
export type CliRecipePackageJsonSyncIdentityHandleResolvedLicensePath = string | undefined;
|
|
60
|
+
|
|
61
|
+
export type CliRecipePackageJsonSyncIdentityHandleRelativeLicensePath = string | undefined;
|
|
62
|
+
|
|
63
|
+
export type CliRecipePackageJsonSyncIdentityHandleNormalizedLicenseReference = string | undefined;
|
|
64
|
+
|
|
65
|
+
export type CliRecipePackageJsonSyncIdentityHandleFallbackLicense = string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* CLI - Recipe - package.json - Sync Identity - Run.
|
|
69
|
+
*
|
|
70
|
+
* @since 0.14.0
|
|
71
|
+
*/
|
|
72
|
+
export type CliRecipePackageJsonSyncIdentityRunOptionsDryRun = true;
|
|
73
|
+
|
|
74
|
+
export type CliRecipePackageJsonSyncIdentityRunOptionsReplaceFile = true;
|
|
75
|
+
|
|
76
|
+
export type CliRecipePackageJsonSyncIdentityRunOptions = {
|
|
77
|
+
dryRun?: CliRecipePackageJsonSyncIdentityRunOptionsDryRun;
|
|
78
|
+
replaceFile?: CliRecipePackageJsonSyncIdentityRunOptionsReplaceFile;
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export type CliRecipePackageJsonSyncIdentityRunReturns = Promise<void>;
|
|
82
|
+
|
|
83
|
+
export type CliRecipePackageJsonSyncIdentityRunCurrentDirectory = string;
|
|
84
|
+
|
|
85
|
+
export type CliRecipePackageJsonSyncIdentityRunIsAtProjectRoot = boolean;
|
|
86
|
+
|
|
87
|
+
export type CliRecipePackageJsonSyncIdentityRunIsDryRun = boolean;
|
|
88
|
+
|
|
89
|
+
export type CliRecipePackageJsonSyncIdentityRunIsReplaceFile = boolean;
|
|
90
|
+
|
|
91
|
+
export type CliRecipePackageJsonSyncIdentityRunReplaceFileNotice = string;
|
|
92
|
+
|
|
93
|
+
export type CliRecipePackageJsonSyncIdentityRunNovaConfig = LibNovaConfig;
|
|
94
|
+
|
|
95
|
+
export type CliRecipePackageJsonSyncIdentityRunWorkingFile = SharedNovaConfigConfig;
|
|
96
|
+
|
|
97
|
+
export type CliRecipePackageJsonSyncIdentityRunWorkingFileWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
98
|
+
|
|
99
|
+
export type CliRecipePackageJsonSyncIdentityRunEligibleWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
100
|
+
|
|
101
|
+
export type CliRecipePackageJsonSyncIdentityRunWorkspaceConfigFilter = SharedNovaConfigWorkspace;
|
|
102
|
+
|
|
103
|
+
export type CliRecipePackageJsonSyncIdentityRunWorkspaceRecipesFilter = SharedNovaConfigWorkspaceRecipes | undefined;
|
|
104
|
+
|
|
105
|
+
export type CliRecipePackageJsonSyncIdentityRunRecipeTupleFilter = SharedNovaConfigWorkspaceRecipeTuple | undefined;
|
|
106
|
+
|
|
107
|
+
export type CliRecipePackageJsonSyncIdentityRunWorkspaces = SharedWorkspaceManifest[];
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import type { LibNovaConfig } from '../../../../lib/nova-config.js';
|
|
2
|
+
|
|
3
|
+
import type {
|
|
4
|
+
SharedNovaConfigConfig,
|
|
5
|
+
SharedNovaConfigEntities,
|
|
6
|
+
SharedNovaConfigEntity,
|
|
7
|
+
SharedNovaConfigWorkspace,
|
|
8
|
+
SharedNovaConfigWorkspaceRecipes,
|
|
9
|
+
SharedNovaConfigWorkspaceRecipeSettings,
|
|
10
|
+
SharedNovaConfigWorkspaceRecipeTuple,
|
|
11
|
+
SharedWorkspaceManifest,
|
|
12
|
+
} from '../../../shared.d.ts';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* CLI - Recipe - package.json - Sync Ownership - Handle.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.14.0
|
|
18
|
+
*/
|
|
19
|
+
export type CliRecipePackageJsonSyncOwnershipHandleWorkspace = SharedWorkspaceManifest;
|
|
20
|
+
|
|
21
|
+
export type CliRecipePackageJsonSyncOwnershipHandleWorkingFile = SharedNovaConfigConfig;
|
|
22
|
+
|
|
23
|
+
export type CliRecipePackageJsonSyncOwnershipHandleReturns = void;
|
|
24
|
+
|
|
25
|
+
export type CliRecipePackageJsonSyncOwnershipHandleFileContents = Record<string, unknown>;
|
|
26
|
+
|
|
27
|
+
export type CliRecipePackageJsonSyncOwnershipHandleManifest = SharedNovaConfigWorkspace;
|
|
28
|
+
|
|
29
|
+
export type CliRecipePackageJsonSyncOwnershipHandlePackageHomepage = unknown;
|
|
30
|
+
|
|
31
|
+
export type CliRecipePackageJsonSyncOwnershipHandlePackageBugs = unknown;
|
|
32
|
+
|
|
33
|
+
export type CliRecipePackageJsonSyncOwnershipHandlePackageAuthor = unknown;
|
|
34
|
+
|
|
35
|
+
export type CliRecipePackageJsonSyncOwnershipHandlePackageContributors = unknown;
|
|
36
|
+
|
|
37
|
+
export type CliRecipePackageJsonSyncOwnershipHandlePackageFundingSources = unknown;
|
|
38
|
+
|
|
39
|
+
export type CliRecipePackageJsonSyncOwnershipHandlePackageRepository = unknown;
|
|
40
|
+
|
|
41
|
+
export type CliRecipePackageJsonSyncOwnershipHandleRecipes = SharedNovaConfigWorkspaceRecipes | undefined;
|
|
42
|
+
|
|
43
|
+
export type CliRecipePackageJsonSyncOwnershipHandleRecipeTuple = SharedNovaConfigWorkspaceRecipeTuple | undefined;
|
|
44
|
+
|
|
45
|
+
export type CliRecipePackageJsonSyncOwnershipHandleRecipeSettings = SharedNovaConfigWorkspaceRecipeSettings | undefined;
|
|
46
|
+
|
|
47
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidHomepage = string | undefined;
|
|
48
|
+
|
|
49
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidBugsEmail = string | undefined;
|
|
50
|
+
|
|
51
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidBugsUrl = string | undefined;
|
|
52
|
+
|
|
53
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidBugs = {
|
|
54
|
+
email: CliRecipePackageJsonSyncOwnershipHandleValidBugsEmail;
|
|
55
|
+
url: CliRecipePackageJsonSyncOwnershipHandleValidBugsUrl;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidAuthorName = string | undefined;
|
|
59
|
+
|
|
60
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidAuthorEmail = string | undefined;
|
|
61
|
+
|
|
62
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidAuthorUrl = string | undefined;
|
|
63
|
+
|
|
64
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidAuthor = {
|
|
65
|
+
name: CliRecipePackageJsonSyncOwnershipHandleValidAuthorName;
|
|
66
|
+
email: CliRecipePackageJsonSyncOwnershipHandleValidAuthorEmail;
|
|
67
|
+
url: CliRecipePackageJsonSyncOwnershipHandleValidAuthorUrl;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export type CliRecipePackageJsonSyncOwnershipHandleAuthorEntity = SharedNovaConfigEntity | undefined;
|
|
71
|
+
|
|
72
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidContributorName = string | undefined;
|
|
73
|
+
|
|
74
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidContributorEmail = string | undefined;
|
|
75
|
+
|
|
76
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidContributorUrl = string | undefined;
|
|
77
|
+
|
|
78
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidContributor = {
|
|
79
|
+
name: CliRecipePackageJsonSyncOwnershipHandleValidContributorName;
|
|
80
|
+
email: CliRecipePackageJsonSyncOwnershipHandleValidContributorEmail;
|
|
81
|
+
url: CliRecipePackageJsonSyncOwnershipHandleValidContributorUrl;
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidContributors = CliRecipePackageJsonSyncOwnershipHandleValidContributor[];
|
|
85
|
+
|
|
86
|
+
export type CliRecipePackageJsonSyncOwnershipHandleEntities = SharedNovaConfigEntities;
|
|
87
|
+
|
|
88
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidFundingSources = string[] | undefined;
|
|
89
|
+
|
|
90
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidRepositoryType = string;
|
|
91
|
+
|
|
92
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidRepositoryUrl = string;
|
|
93
|
+
|
|
94
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidRepositoryDirectory = string;
|
|
95
|
+
|
|
96
|
+
export type CliRecipePackageJsonSyncOwnershipHandleValidRepository = {
|
|
97
|
+
type: CliRecipePackageJsonSyncOwnershipHandleValidRepositoryType;
|
|
98
|
+
url: CliRecipePackageJsonSyncOwnershipHandleValidRepositoryUrl;
|
|
99
|
+
directory?: CliRecipePackageJsonSyncOwnershipHandleValidRepositoryDirectory;
|
|
100
|
+
} | undefined;
|
|
101
|
+
|
|
102
|
+
export type CliRecipePackageJsonSyncOwnershipHandleRepositoryUrl = string | undefined;
|
|
103
|
+
|
|
104
|
+
export type CliRecipePackageJsonSyncOwnershipHandleProjectRoot = string;
|
|
105
|
+
|
|
106
|
+
export type CliRecipePackageJsonSyncOwnershipHandlePackageDirectory = string;
|
|
107
|
+
|
|
108
|
+
export type CliRecipePackageJsonSyncOwnershipHandleRelativeDirectory = string;
|
|
109
|
+
|
|
110
|
+
export type CliRecipePackageJsonSyncOwnershipHandleRepositoryDirectory = string;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* CLI - Recipe - package.json - Sync Ownership - Run.
|
|
114
|
+
*
|
|
115
|
+
* @since 0.14.0
|
|
116
|
+
*/
|
|
117
|
+
export type CliRecipePackageJsonSyncOwnershipRunOptionsDryRun = true;
|
|
118
|
+
|
|
119
|
+
export type CliRecipePackageJsonSyncOwnershipRunOptionsReplaceFile = true;
|
|
120
|
+
|
|
121
|
+
export type CliRecipePackageJsonSyncOwnershipRunOptions = {
|
|
122
|
+
dryRun?: CliRecipePackageJsonSyncOwnershipRunOptionsDryRun;
|
|
123
|
+
replaceFile?: CliRecipePackageJsonSyncOwnershipRunOptionsReplaceFile;
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
export type CliRecipePackageJsonSyncOwnershipRunReturns = Promise<void>;
|
|
127
|
+
|
|
128
|
+
export type CliRecipePackageJsonSyncOwnershipRunCurrentDirectory = string;
|
|
129
|
+
|
|
130
|
+
export type CliRecipePackageJsonSyncOwnershipRunIsAtProjectRoot = boolean;
|
|
131
|
+
|
|
132
|
+
export type CliRecipePackageJsonSyncOwnershipRunIsDryRun = boolean;
|
|
133
|
+
|
|
134
|
+
export type CliRecipePackageJsonSyncOwnershipRunIsReplaceFile = boolean;
|
|
135
|
+
|
|
136
|
+
export type CliRecipePackageJsonSyncOwnershipRunReplaceFileNotice = string;
|
|
137
|
+
|
|
138
|
+
export type CliRecipePackageJsonSyncOwnershipRunNovaConfig = LibNovaConfig;
|
|
139
|
+
|
|
140
|
+
export type CliRecipePackageJsonSyncOwnershipRunWorkingFile = SharedNovaConfigConfig;
|
|
141
|
+
|
|
142
|
+
export type CliRecipePackageJsonSyncOwnershipRunWorkingFileWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
143
|
+
|
|
144
|
+
export type CliRecipePackageJsonSyncOwnershipRunEligibleWorkspaces = [string, SharedNovaConfigWorkspace][];
|
|
145
|
+
|
|
146
|
+
export type CliRecipePackageJsonSyncOwnershipRunWorkspaceConfigFilter = SharedNovaConfigWorkspace;
|
|
147
|
+
|
|
148
|
+
export type CliRecipePackageJsonSyncOwnershipRunWorkspaceRecipesFilter = SharedNovaConfigWorkspaceRecipes | undefined;
|
|
149
|
+
|
|
150
|
+
export type CliRecipePackageJsonSyncOwnershipRunRecipeTupleFilter = SharedNovaConfigWorkspaceRecipeTuple | undefined;
|
|
151
|
+
|
|
152
|
+
export type CliRecipePackageJsonSyncOwnershipRunWorkspaces = SharedWorkspaceManifest[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI - Scaffold - App - Express.js - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type CliScaffoldAppExpressjsRunOptionsDryRun = true;
|
|
7
|
+
|
|
8
|
+
export type CliScaffoldAppExpressjsRunOptionsName = string;
|
|
9
|
+
|
|
10
|
+
export type CliScaffoldAppExpressjsRunOptionsOutput = string;
|
|
11
|
+
|
|
12
|
+
export type CliScaffoldAppExpressjsRunOptionsWorkspaceName = string;
|
|
13
|
+
|
|
14
|
+
export type CliScaffoldAppExpressjsRunOptions = {
|
|
15
|
+
dryRun?: CliScaffoldAppExpressjsRunOptionsDryRun;
|
|
16
|
+
name?: CliScaffoldAppExpressjsRunOptionsName;
|
|
17
|
+
output?: CliScaffoldAppExpressjsRunOptionsOutput;
|
|
18
|
+
workspaceName?: CliScaffoldAppExpressjsRunOptionsWorkspaceName;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export type CliScaffoldAppExpressjsRunReturns = Promise<void>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI - Scaffold - App - Next.js - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type CliScaffoldAppNextjsRunOptionsDryRun = true;
|
|
7
|
+
|
|
8
|
+
export type CliScaffoldAppNextjsRunOptionsName = string;
|
|
9
|
+
|
|
10
|
+
export type CliScaffoldAppNextjsRunOptionsOutput = string;
|
|
11
|
+
|
|
12
|
+
export type CliScaffoldAppNextjsRunOptionsWorkspaceName = string;
|
|
13
|
+
|
|
14
|
+
export type CliScaffoldAppNextjsRunOptions = {
|
|
15
|
+
dryRun?: CliScaffoldAppNextjsRunOptionsDryRun;
|
|
16
|
+
name?: CliScaffoldAppNextjsRunOptionsName;
|
|
17
|
+
output?: CliScaffoldAppNextjsRunOptionsOutput;
|
|
18
|
+
workspaceName?: CliScaffoldAppNextjsRunOptionsWorkspaceName;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export type CliScaffoldAppNextjsRunReturns = Promise<void>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI - Scaffold - App - Vite - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type CliScaffoldAppViteRunOptionsDryRun = true;
|
|
7
|
+
|
|
8
|
+
export type CliScaffoldAppViteRunOptionsName = string;
|
|
9
|
+
|
|
10
|
+
export type CliScaffoldAppViteRunOptionsOutput = string;
|
|
11
|
+
|
|
12
|
+
export type CliScaffoldAppViteRunOptionsWorkspaceName = string;
|
|
13
|
+
|
|
14
|
+
export type CliScaffoldAppViteRunOptions = {
|
|
15
|
+
dryRun?: CliScaffoldAppViteRunOptionsDryRun;
|
|
16
|
+
name?: CliScaffoldAppViteRunOptionsName;
|
|
17
|
+
output?: CliScaffoldAppViteRunOptionsOutput;
|
|
18
|
+
workspaceName?: CliScaffoldAppViteRunOptionsWorkspaceName;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export type CliScaffoldAppViteRunReturns = Promise<void>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI - Scaffold - App - Workers - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type CliScaffoldAppWorkersRunOptionsDryRun = true;
|
|
7
|
+
|
|
8
|
+
export type CliScaffoldAppWorkersRunOptionsName = string;
|
|
9
|
+
|
|
10
|
+
export type CliScaffoldAppWorkersRunOptionsOutput = string;
|
|
11
|
+
|
|
12
|
+
export type CliScaffoldAppWorkersRunOptionsWorkspaceName = string;
|
|
13
|
+
|
|
14
|
+
export type CliScaffoldAppWorkersRunOptions = {
|
|
15
|
+
dryRun?: CliScaffoldAppWorkersRunOptionsDryRun;
|
|
16
|
+
name?: CliScaffoldAppWorkersRunOptionsName;
|
|
17
|
+
output?: CliScaffoldAppWorkersRunOptionsOutput;
|
|
18
|
+
workspaceName?: CliScaffoldAppWorkersRunOptionsWorkspaceName;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export type CliScaffoldAppWorkersRunReturns = Promise<void>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI - Scaffold - Docs - Docusaurus - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type CliScaffoldDocsDocusaurusRunOptionsDryRun = true;
|
|
7
|
+
|
|
8
|
+
export type CliScaffoldDocsDocusaurusRunOptionsName = string;
|
|
9
|
+
|
|
10
|
+
export type CliScaffoldDocsDocusaurusRunOptionsOutput = string;
|
|
11
|
+
|
|
12
|
+
export type CliScaffoldDocsDocusaurusRunOptionsWorkspaceName = string;
|
|
13
|
+
|
|
14
|
+
export type CliScaffoldDocsDocusaurusRunOptions = {
|
|
15
|
+
dryRun?: CliScaffoldDocsDocusaurusRunOptionsDryRun;
|
|
16
|
+
name?: CliScaffoldDocsDocusaurusRunOptionsName;
|
|
17
|
+
output?: CliScaffoldDocsDocusaurusRunOptionsOutput;
|
|
18
|
+
workspaceName?: CliScaffoldDocsDocusaurusRunOptionsWorkspaceName;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export type CliScaffoldDocsDocusaurusRunReturns = Promise<void>;
|