@cbnventures/nova 0.16.2 → 0.18.0
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/LICENSE +22 -0
- package/README.md +8 -0
- package/build/package.json +1 -1
- 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 +14 -14
- 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 +12 -12
- package/build/src/api/spdx-licenses.js.map +1 -1
- package/build/src/cli/generate/github/funding.d.ts +3 -3
- package/build/src/cli/generate/github/funding.d.ts.map +1 -1
- package/build/src/cli/generate/github/funding.js +10 -6
- package/build/src/cli/generate/github/funding.js.map +1 -1
- package/build/src/cli/generate/github/issue-template.d.ts +3 -3
- package/build/src/cli/generate/github/issue-template.d.ts.map +1 -1
- package/build/src/cli/generate/github/issue-template.js +20 -13
- package/build/src/cli/generate/github/issue-template.js.map +1 -1
- package/build/src/cli/generate/github/workflows.d.ts +10 -9
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -1
- package/build/src/cli/generate/github/workflows.js +249 -129
- package/build/src/cli/generate/github/workflows.js.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts +3 -3
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.js +16 -13
- package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.d.ts +3 -3
- package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.js +90 -77
- package/build/src/cli/generate/must-haves/dotenv.js.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.d.ts +3 -3
- package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.js +9 -5
- package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.d.ts +3 -3
- package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.js +81 -71
- package/build/src/cli/generate/must-haves/gitignore.js.map +1 -1
- package/build/src/cli/generate/must-haves/license.d.ts +3 -3
- package/build/src/cli/generate/must-haves/license.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/license.js +19 -86
- package/build/src/cli/generate/must-haves/license.js.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.d.ts +3 -3
- package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.js +26 -28
- package/build/src/cli/generate/must-haves/read-me.js.map +1 -1
- package/build/src/cli/index.js +81 -34
- package/build/src/cli/index.js.map +1 -1
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts +3 -0
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts.map +1 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js +22 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js.map +1 -0
- package/build/src/cli/recipe/github/sync-features.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-features.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-features.js +145 -0
- package/build/src/cli/recipe/github/sync-features.js.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts +6 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.js +191 -0
- package/build/src/cli/recipe/github/sync-identity.js.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.js +154 -0
- package/build/src/cli/recipe/github/sync-policies.js.map +1 -0
- 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 +66 -56
- 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 +27 -25
- 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 +35 -35
- 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 +22 -22
- 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 +37 -37
- 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 +47 -47
- 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 +23 -23
- 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 +37 -37
- 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 +20 -20
- 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 +28 -28
- package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/expressjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.js +1 -1
- package/build/src/cli/scaffold/app/expressjs.js.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/nextjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.js +1 -1
- package/build/src/cli/scaffold/app/nextjs.js.map +1 -1
- package/build/src/cli/scaffold/app/vite.d.ts +3 -3
- package/build/src/cli/scaffold/app/vite.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/vite.js +1 -1
- package/build/src/cli/scaffold/app/vite.js.map +1 -1
- package/build/src/cli/scaffold/app/workers.d.ts +3 -3
- package/build/src/cli/scaffold/app/workers.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/workers.js +1 -1
- package/build/src/cli/scaffold/app/workers.js.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.d.ts +3 -3
- package/build/src/cli/scaffold/docs/docusaurus.d.ts.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js.map +1 -1
- package/build/src/cli/scaffold/starter/base.d.ts +3 -3
- package/build/src/cli/scaffold/starter/base.d.ts.map +1 -1
- package/build/src/cli/scaffold/starter/base.js +7 -7
- package/build/src/cli/scaffold/starter/base.js.map +1 -1
- package/build/src/cli/utility/changelog.d.ts +4 -3
- package/build/src/cli/utility/changelog.d.ts.map +1 -1
- package/build/src/cli/utility/changelog.js +86 -84
- package/build/src/cli/utility/changelog.js.map +1 -1
- package/build/src/cli/utility/initialize.d.ts +5 -3
- package/build/src/cli/utility/initialize.d.ts.map +1 -1
- package/build/src/cli/utility/initialize.js +805 -244
- 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 +43 -12
- package/build/src/cli/utility/run-recipes.js.map +1 -1
- package/build/src/cli/utility/run-scripts.d.ts +3 -3
- package/build/src/cli/utility/run-scripts.d.ts.map +1 -1
- package/build/src/cli/utility/run-scripts.js +9 -8
- 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 +4 -4
- 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 +4 -4
- 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 +102 -102
- package/build/src/cli/utility/version.js.map +1 -1
- package/build/src/lib/constants.d.ts +4 -0
- package/build/src/lib/constants.d.ts.map +1 -0
- package/build/src/lib/constants.js +3 -0
- package/build/src/lib/constants.js.map +1 -0
- package/build/src/lib/item.d.ts +32 -31
- package/build/src/lib/item.d.ts.map +1 -1
- package/build/src/lib/item.js +3 -1
- package/build/src/lib/item.js.map +1 -1
- package/build/src/lib/nova-config.d.ts +11 -5
- package/build/src/lib/nova-config.d.ts.map +1 -1
- package/build/src/lib/nova-config.js +143 -8
- package/build/src/lib/nova-config.js.map +1 -1
- package/build/src/lib/regex.d.ts +15 -1
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +15 -1
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/scaffold.d.ts +9 -9
- package/build/src/lib/scaffold.d.ts.map +1 -1
- package/build/src/lib/scaffold.js +45 -44
- package/build/src/lib/scaffold.js.map +1 -1
- package/build/src/lib/utility.d.ts +26 -21
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +139 -19
- package/build/src/lib/utility.js.map +1 -1
- package/build/src/lib/workflow-templates.d.ts +2 -2
- package/build/src/lib/workflow-templates.d.ts.map +1 -1
- package/build/src/lib/workflow-templates.js +44 -2
- package/build/src/lib/workflow-templates.js.map +1 -1
- package/build/src/presets/eslint/dx-code-style.d.ts +2 -2
- package/build/src/presets/eslint/dx-code-style.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-code-style.js.map +1 -1
- package/build/src/presets/eslint/dx-ignore.d.ts +2 -2
- package/build/src/presets/eslint/dx-ignore.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-ignore.js +7 -0
- package/build/src/presets/eslint/dx-ignore.js.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.d.ts +2 -2
- package/build/src/presets/eslint/fw-docusaurus.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.js.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-expressjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.js.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-nextjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.js.map +1 -1
- package/build/src/presets/eslint/lang-javascript.d.ts +2 -2
- package/build/src/presets/eslint/lang-javascript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-javascript.js.map +1 -1
- package/build/src/presets/eslint/lang-mdx.d.ts +2 -2
- package/build/src/presets/eslint/lang-mdx.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-mdx.js.map +1 -1
- package/build/src/presets/eslint/lang-typescript.d.ts +2 -2
- package/build/src/presets/eslint/lang-typescript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-typescript.js.map +1 -1
- package/build/src/presets/eslint/runtime-browser.d.ts +2 -2
- package/build/src/presets/eslint/runtime-browser.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-browser.js.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts +2 -2
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.js.map +1 -1
- package/build/src/presets/eslint/runtime-edge.d.ts +2 -2
- package/build/src/presets/eslint/runtime-edge.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-edge.js.map +1 -1
- package/build/src/presets/eslint/runtime-node.d.ts +2 -2
- package/build/src/presets/eslint/runtime-node.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-node.js.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-service-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.js.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-web-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.js.map +1 -1
- package/build/src/presets/eslint/tool-vite.d.ts +2 -2
- package/build/src/presets/eslint/tool-vite.d.ts.map +1 -1
- package/build/src/presets/eslint/tool-vite.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js +2 -2
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js +14 -14
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts +6 -6
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.js +14 -14
- package/build/src/rules/eslint/conventions/require-explicit-return.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.js +3 -3
- package/build/src/rules/eslint/conventions/require-hash-private.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts +16 -16
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.js +34 -31
- package/build/src/rules/eslint/conventions/require-naming-convention.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts +3 -3
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.js +2 -2
- package/build/src/rules/eslint/conventions/require-undefined-init.js.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts +4 -4
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.js +3 -3
- package/build/src/rules/eslint/conventions/switch-case-blocks.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts +5 -5
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js +16 -16
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts +4 -4
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.js +19 -19
- package/build/src/rules/eslint/formatting/no-multiline-strings.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts +3 -3
- 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 +2 -2
- 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 +3 -3
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js +2 -2
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-import-order.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.js +6 -6
- package/build/src/rules/eslint/formatting/require-import-order.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts +9 -9
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.js +20 -20
- package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.js +2 -2
- package/build/src/rules/eslint/formatting/require-ternary-parens.js.map +1 -1
- package/build/src/rules/eslint/index.d.ts +44 -44
- package/build/src/rules/eslint/index.d.ts.map +1 -1
- package/build/src/rules/eslint/index.js +44 -44
- package/build/src/rules/eslint/index.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +9 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js +115 -61
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js +6 -6
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js +8 -8
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts +3 -3
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.js +5 -5
- 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 +3 -3
- 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 +2 -2
- 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 +7 -7
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.js +4 -4
- package/build/src/rules/eslint/patterns/no-await-in-loop.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js +2 -2
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js +2 -2
- 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 +4 -4
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js +2 -2
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js +2 -2
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts +7 -7
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.js +2 -2
- package/build/src/rules/eslint/patterns/no-use-before-define.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts +3 -3
- 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 +2 -2
- 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 +4 -4
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.js +2 -2
- package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.d.ts +4 -4
- package/build/src/rules/eslint/safety/no-script-url.d.ts.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.js +2 -2
- package/build/src/rules/eslint/safety/no-script-url.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts +8 -8
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.js +10 -10
- package/build/src/rules/eslint/syntax/no-destructuring.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts +6 -6
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.js +2 -2
- package/build/src/rules/eslint/syntax/no-numeric-literals.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts +3 -3
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.js +2 -2
- package/build/src/rules/eslint/syntax/no-optional-chaining.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts +4 -4
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.js +8 -8
- package/build/src/rules/eslint/syntax/no-rest-params.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +3 -3
- 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 +2 -2
- 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 +3 -3
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.js +2 -2
- package/build/src/rules/eslint/typescript/no-explicit-any.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts +3 -3
- 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 +9 -9
- 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 +4 -4
- 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 +2 -2
- 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 +4 -4
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js +2 -2
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts +6 -4
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.js +54 -8
- package/build/src/rules/eslint/typescript/require-type-naming.js.map +1 -1
- package/build/src/toolkit/bootstrap.d.ts +10 -10
- package/build/src/toolkit/bootstrap.d.ts.map +1 -1
- package/build/src/toolkit/bootstrap.js +33 -33
- package/build/src/toolkit/bootstrap.js.map +1 -1
- package/build/src/toolkit/cli-header.d.ts +4 -4
- package/build/src/toolkit/cli-header.d.ts.map +1 -1
- package/build/src/toolkit/cli-header.js +22 -22
- package/build/src/toolkit/cli-header.js.map +1 -1
- package/build/src/toolkit/logger.d.ts +9 -9
- package/build/src/toolkit/logger.d.ts.map +1 -1
- package/build/src/toolkit/logger.js +16 -16
- package/build/src/toolkit/logger.js.map +1 -1
- package/build/src/toolkit/markdown-table.d.ts +6 -6
- package/build/src/toolkit/markdown-table.d.ts.map +1 -1
- package/build/src/toolkit/markdown-table.js +2 -2
- package/build/src/toolkit/markdown-table.js.map +1 -1
- package/build/src/types/api/node-releases.d.ts +14 -14
- package/build/src/types/api/spdx-licenses.d.ts +17 -17
- package/build/src/types/cli/generate/github/funding.d.ts +28 -28
- package/build/src/types/cli/generate/github/issue-template.d.ts +87 -71
- package/build/src/types/cli/generate/github/workflows.d.ts +365 -302
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +29 -21
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +209 -205
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +16 -16
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +188 -156
- package/build/src/types/cli/generate/must-haves/license.d.ts +27 -42
- package/build/src/types/cli/generate/must-haves/read-me.d.ts +105 -95
- package/build/src/types/cli/index.d.ts +73 -84
- package/build/src/types/cli/recipe/github/handle-gh-failure.d.ts +18 -0
- package/build/src/types/cli/recipe/github/sync-features.d.ts +67 -0
- package/build/src/types/cli/recipe/github/sync-identity.d.ts +107 -0
- package/build/src/types/cli/recipe/github/sync-policies.d.ts +70 -0
- package/build/src/types/cli/recipe/index.d.ts +21 -16
- package/build/src/types/cli/recipe/package-json/cleanup.d.ts +57 -55
- package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +44 -44
- package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +36 -36
- package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +65 -65
- package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +37 -35
- package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +39 -39
- package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +60 -60
- package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +51 -51
- package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +78 -78
- package/build/src/types/cli/scaffold/app/expressjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/nextjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/vite.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/workers.d.ts +10 -10
- package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +10 -10
- package/build/src/types/cli/scaffold/starter/base.d.ts +27 -27
- package/build/src/types/cli/utility/changelog.d.ts +189 -180
- package/build/src/types/cli/utility/initialize.d.ts +1135 -690
- package/build/src/types/cli/utility/run-recipes.d.ts +32 -11
- package/build/src/types/cli/utility/run-scripts.d.ts +126 -52
- package/build/src/types/cli/utility/transpile.d.ts +30 -30
- package/build/src/types/cli/utility/type-check.d.ts +30 -30
- package/build/src/types/cli/utility/version.d.ts +130 -130
- package/build/src/types/lib/constants.d.ts +13 -0
- package/build/src/types/lib/item.d.ts +158 -149
- package/build/src/types/lib/nova-config.d.ts +379 -191
- package/build/src/types/lib/regex.d.ts +762 -0
- package/build/src/types/lib/scaffold.d.ts +176 -149
- package/build/src/types/lib/utility.d.ts +395 -194
- package/build/src/types/lib/workflow-templates.d.ts +61 -56
- package/build/src/types/presets/eslint/dx-code-style.d.ts +1 -1
- package/build/src/types/presets/eslint/dx-ignore.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-docusaurus.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-expressjs.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-nextjs.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-javascript.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-mdx.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-typescript.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-browser.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-edge.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-node.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-service-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-web-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/tool-vite.d.ts +1 -1
- package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +30 -13
- package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +84 -25
- package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +47 -42
- package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +35 -12
- package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +35 -29
- package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +212 -115
- package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +34 -11
- package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +41 -18
- package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +44 -30
- package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +67 -44
- package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +24 -10
- package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +23 -9
- package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +51 -39
- package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +42 -26
- package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +36 -20
- package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +144 -103
- package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +35 -12
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +65 -29
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +308 -134
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +59 -52
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +41 -26
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +49 -17
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +79 -11
- package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +35 -25
- package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +40 -17
- package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +53 -45
- package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +34 -20
- package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +36 -13
- package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +43 -20
- package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +26 -12
- package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +59 -45
- package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +23 -9
- package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +31 -17
- package/build/src/types/rules/eslint/safety/no-script-url.d.ts +29 -15
- package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +61 -58
- package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +43 -29
- package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +23 -9
- package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +63 -31
- package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +34 -11
- package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +23 -9
- package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +58 -32
- package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +32 -18
- package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +50 -22
- package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +87 -20
- package/build/src/types/shared.d.ts +410 -365
- package/build/src/types/tests/api/node-releases.test.d.ts +87 -6
- package/build/src/types/tests/api/spdx-licenses.test.d.ts +48 -8
- package/build/src/types/tests/cli/generate/github/funding.test.d.ts +21 -13
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +26 -6
- package/build/src/types/tests/cli/generate/github/workflows-helpers.test.d.ts +206 -21
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +556 -29
- package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +39 -14
- package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +28 -6
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +19 -11
- package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +24 -6
- package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +151 -11
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +216 -18
- package/build/src/types/tests/cli/recipe/github/handle-gh-failure.test.d.ts +96 -0
- package/build/src/types/tests/cli/recipe/github/sync-features.test.d.ts +357 -0
- package/build/src/types/tests/cli/recipe/github/sync-identity.test.d.ts +475 -0
- package/build/src/types/tests/cli/recipe/github/sync-policies.test.d.ts +408 -0
- package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +159 -20
- package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +106 -19
- package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +126 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +101 -14
- package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +62 -19
- package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +60 -19
- package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +55 -18
- package/build/src/types/tests/cli/utility/changelog.test.d.ts +161 -32
- package/build/src/types/tests/cli/utility/initialize.test.d.ts +211 -5
- package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +87 -9
- package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +124 -24
- package/build/src/types/tests/cli/utility/transpile.test.d.ts +23 -11
- package/build/src/types/tests/cli/utility/type-check.test.d.ts +34 -9
- package/build/src/types/tests/cli/utility/version.test.d.ts +33 -4
- package/build/src/types/tests/lib/item.test.d.ts +191 -37
- package/build/src/types/tests/lib/nova-config.test.d.ts +1032 -69
- package/build/src/types/tests/lib/regex.test.d.ts +453 -27
- package/build/src/types/tests/lib/scaffold.test.d.ts +55 -12
- package/build/src/types/tests/lib/schema.test.d.ts +171 -16
- package/build/src/types/tests/lib/utility.test.d.ts +1151 -142
- package/build/src/types/tests/lib/workflow-templates.test.d.ts +17 -17
- package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +3 -3
- package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +1 -1
- package/build/src/types/tests/toolkit/bootstrap.test.d.ts +155 -40
- package/build/src/types/tests/toolkit/cli-header.test.d.ts +135 -22
- package/build/src/types/tests/toolkit/logger.test.d.ts +113 -5
- package/build/src/types/tests/toolkit/markdown-table.test.d.ts +150 -27
- package/build/src/types/tests/type-declarations.test.d.ts +4683 -300
- package/build/src/types/toolkit/bootstrap.d.ts +71 -47
- package/build/src/types/toolkit/cli-header.d.ts +98 -88
- package/build/src/types/toolkit/logger.d.ts +98 -53
- package/build/src/types/toolkit/markdown-table.d.ts +74 -72
- package/build/templates/generators/github/workflows/publish/targets/aws-amplify-nextjs.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/github-action.yml +121 -0
- package/build/templates/generators/github/workflows/publish/targets/github-packages.yml +3 -2
- package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/npm.yml +3 -2
- package/build/templates/generators/github/workflows/publish/targets/vercel-nextjs.yml +2 -2
- package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +1 -1
- package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +412 -148
- package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +27 -3
- package/build/templates/generators/must-haves/agent-conventions/cursorrules +55 -0
- package/build/templates/generators/must-haves/dotenv/env +14 -0
- package/build/templates/generators/must-haves/dotenv/env.sample +14 -0
- package/build/templates/generators/must-haves/editorconfig/editorconfig +212 -0
- package/build/templates/generators/must-haves/gitignore/gitignore +179 -0
- package/build/templates/scaffold/app/nextjs/next.config.mjs +3 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Answers, PromptObject } from 'prompts';
|
|
2
2
|
|
|
3
3
|
import type {
|
|
4
|
-
SharedEnvEntries,
|
|
5
|
-
SharedEnvEntry,
|
|
6
|
-
SharedGeneratorRunResult,
|
|
7
|
-
SharedPromptWithCancelReject,
|
|
8
|
-
SharedPromptWithCancelResolved,
|
|
4
|
+
Shared_EnvEntries as SharedEnvEntries,
|
|
5
|
+
Shared_EnvEntry as SharedEnvEntry,
|
|
6
|
+
Shared_GeneratorRunResult as SharedGeneratorRunResult,
|
|
7
|
+
Shared_PromptWithCancelReject as SharedPromptWithCancelReject,
|
|
8
|
+
Shared_PromptWithCancelResolved as SharedPromptWithCancelResolved,
|
|
9
9
|
} from '../../../shared.d.ts';
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -13,409 +13,413 @@ import type {
|
|
|
13
13
|
*
|
|
14
14
|
* @since 0.15.0
|
|
15
15
|
*/
|
|
16
|
-
export type
|
|
16
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_AddEnvLine_Content = string;
|
|
17
17
|
|
|
18
|
-
export type
|
|
18
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_AddEnvLine_Key = string;
|
|
19
19
|
|
|
20
|
-
export type
|
|
20
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_AddEnvLine_Value = string;
|
|
21
21
|
|
|
22
|
-
export type
|
|
22
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_AddEnvLine_Returns = string;
|
|
23
23
|
|
|
24
|
-
export type
|
|
24
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_AddEnvLine_EndsWithNewline = boolean;
|
|
25
25
|
|
|
26
|
-
export type
|
|
26
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_AddEnvLine_NewLine = string;
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* CLI - Generate - Must Haves - Dotenv - Delete Env Line.
|
|
30
30
|
*
|
|
31
31
|
* @since 0.15.0
|
|
32
32
|
*/
|
|
33
|
-
export type
|
|
33
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_DeleteEnvLine_Content = string;
|
|
34
34
|
|
|
35
|
-
export type
|
|
35
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_DeleteEnvLine_Key = string;
|
|
36
36
|
|
|
37
|
-
export type
|
|
37
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_DeleteEnvLine_Returns = string;
|
|
38
38
|
|
|
39
|
-
export type
|
|
39
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_DeleteEnvLine_Lines = string[];
|
|
40
40
|
|
|
41
|
-
export type
|
|
41
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_DeleteEnvLine_Match = RegExpMatchArray | null;
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
44
|
* CLI - Generate - Must Haves - Dotenv - Parse Env File.
|
|
45
45
|
*
|
|
46
46
|
* @since 0.15.0
|
|
47
47
|
*/
|
|
48
|
-
export type
|
|
48
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_ParseEnvFile_Content = string;
|
|
49
49
|
|
|
50
|
-
export type
|
|
50
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_ParseEnvFile_Returns = SharedEnvEntries;
|
|
51
51
|
|
|
52
|
-
export type
|
|
52
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_ParseEnvFile_Entries = SharedEnvEntries;
|
|
53
53
|
|
|
54
|
-
export type
|
|
54
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_ParseEnvFile_Match = RegExpMatchArray | null;
|
|
55
55
|
|
|
56
|
-
export type
|
|
56
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_ParseEnvFile_Key = string;
|
|
57
57
|
|
|
58
|
-
export type
|
|
58
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_ParseEnvFile_RawValue = string;
|
|
59
|
+
|
|
60
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_ParseEnvFile_Value = string;
|
|
59
61
|
|
|
60
62
|
/**
|
|
61
63
|
* CLI - Generate - Must Haves - Dotenv - Prompt Manage Menu.
|
|
62
64
|
*
|
|
63
65
|
* @since 0.15.0
|
|
64
66
|
*/
|
|
65
|
-
export type
|
|
67
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_TemplateDirectory = string;
|
|
66
68
|
|
|
67
|
-
export type
|
|
69
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_EnvPath = string;
|
|
68
70
|
|
|
69
|
-
export type
|
|
71
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_EnvSamplePath = string;
|
|
70
72
|
|
|
71
|
-
export type
|
|
73
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_IsDryRun = boolean;
|
|
72
74
|
|
|
73
|
-
export type
|
|
75
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_IsReplaceFile = boolean;
|
|
74
76
|
|
|
75
|
-
export type
|
|
76
|
-
templateDirectory:
|
|
77
|
-
envPath:
|
|
78
|
-
envSamplePath:
|
|
79
|
-
isDryRun:
|
|
80
|
-
isReplaceFile:
|
|
77
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options = {
|
|
78
|
+
templateDirectory: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_TemplateDirectory;
|
|
79
|
+
envPath: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_EnvPath;
|
|
80
|
+
envSamplePath: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_EnvSamplePath;
|
|
81
|
+
isDryRun: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_IsDryRun;
|
|
82
|
+
isReplaceFile: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Options_IsReplaceFile;
|
|
81
83
|
};
|
|
82
84
|
|
|
83
|
-
export type
|
|
85
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Returns = Promise<'back' | 'exit'>;
|
|
84
86
|
|
|
85
|
-
export type
|
|
87
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_TemplateDirectory = string;
|
|
86
88
|
|
|
87
|
-
export type
|
|
89
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EnvPath = string;
|
|
88
90
|
|
|
89
|
-
export type
|
|
91
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EnvSamplePath = string;
|
|
90
92
|
|
|
91
|
-
export type
|
|
93
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_IsDryRun = boolean;
|
|
92
94
|
|
|
93
|
-
export type
|
|
95
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_IsReplaceFile = boolean;
|
|
94
96
|
|
|
95
|
-
export type
|
|
97
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_TemplateFilePath = string;
|
|
96
98
|
|
|
97
|
-
export type
|
|
99
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_TemplateContent = string;
|
|
98
100
|
|
|
99
|
-
export type
|
|
101
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_ReservedKeys = Set<string>;
|
|
100
102
|
|
|
101
|
-
export type
|
|
103
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_BufferEnv = string;
|
|
102
104
|
|
|
103
|
-
export type
|
|
105
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_BufferEnvSample = string;
|
|
104
106
|
|
|
105
|
-
export type
|
|
107
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_HasPendingChanges = boolean;
|
|
106
108
|
|
|
107
|
-
export type
|
|
109
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EnvContent = string;
|
|
108
110
|
|
|
109
|
-
export type
|
|
111
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EnvSampleContent = string;
|
|
110
112
|
|
|
111
|
-
export type
|
|
113
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EnvEntries = SharedEnvEntries;
|
|
112
114
|
|
|
113
|
-
export type
|
|
115
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EnvSampleEntries = SharedEnvEntries;
|
|
114
116
|
|
|
115
|
-
export type
|
|
117
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeletableEntries = SharedEnvEntries;
|
|
116
118
|
|
|
117
|
-
export type
|
|
119
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Choice_Title = string;
|
|
118
120
|
|
|
119
|
-
export type
|
|
121
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Choice_Description = string;
|
|
120
122
|
|
|
121
|
-
export type
|
|
123
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Choice_Value = 'add' | 'edit' | 'delete' | 'exit' | 'back';
|
|
122
124
|
|
|
123
|
-
export type
|
|
124
|
-
title:
|
|
125
|
-
description:
|
|
126
|
-
value:
|
|
125
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Choice = {
|
|
126
|
+
title: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Choice_Title;
|
|
127
|
+
description: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Choice_Description;
|
|
128
|
+
value: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Choice_Value;
|
|
127
129
|
};
|
|
128
130
|
|
|
129
|
-
export type
|
|
130
|
-
|
|
131
|
-
export type CliGenerateMustHavesDotenvPromptManageMenuActionOutputKey = 'action';
|
|
131
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Choices = Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Choice[];
|
|
132
132
|
|
|
133
|
-
export type
|
|
133
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_ActionOutputKey = 'action';
|
|
134
134
|
|
|
135
|
-
export type
|
|
135
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_ActionOutputValue = 'add' | 'edit' | 'delete' | 'exit' | 'back' | undefined;
|
|
136
136
|
|
|
137
|
-
export type
|
|
137
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_MenuOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_ActionOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_ActionOutputValue> | SharedPromptWithCancelReject;
|
|
138
138
|
|
|
139
|
-
export type
|
|
139
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_Action = Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_ActionOutputValue;
|
|
140
140
|
|
|
141
|
-
export type
|
|
141
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddExistingKeys = Set<string>;
|
|
142
142
|
|
|
143
|
-
export type
|
|
143
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddKeyOutputKey = 'key';
|
|
144
144
|
|
|
145
|
-
export type
|
|
145
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddKeyOutputValue = string;
|
|
146
146
|
|
|
147
|
-
export type
|
|
147
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddKeyOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddKeyOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddKeyOutputValue> | SharedPromptWithCancelReject;
|
|
148
148
|
|
|
149
|
-
export type
|
|
149
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddTrimmedValue = string;
|
|
150
150
|
|
|
151
|
-
export type
|
|
151
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddKeyName = string | undefined;
|
|
152
152
|
|
|
153
|
-
export type
|
|
153
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddDefaultValueOutputKey = 'defaultValue';
|
|
154
154
|
|
|
155
|
-
export type
|
|
155
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddDefaultValueOutputValue = string;
|
|
156
156
|
|
|
157
|
-
export type
|
|
157
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddDefaultValueOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddDefaultValueOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddDefaultValueOutputValue> | SharedPromptWithCancelReject;
|
|
158
158
|
|
|
159
|
-
export type
|
|
159
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddDefaultValue = string;
|
|
160
160
|
|
|
161
|
-
export type
|
|
161
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddTrimmedKeyName = string;
|
|
162
162
|
|
|
163
|
-
export type
|
|
163
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddTrimmedDefaultValue = string;
|
|
164
164
|
|
|
165
|
-
export type
|
|
165
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddUpdatedEnv = string;
|
|
166
166
|
|
|
167
|
-
export type
|
|
167
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_AddUpdatedSample = string;
|
|
168
168
|
|
|
169
|
-
export type
|
|
169
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditChoice_Title = string;
|
|
170
170
|
|
|
171
|
-
export type
|
|
171
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditChoice_Description = string;
|
|
172
172
|
|
|
173
|
-
export type
|
|
173
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditChoice_Value = string;
|
|
174
174
|
|
|
175
|
-
export type
|
|
176
|
-
title:
|
|
177
|
-
description:
|
|
178
|
-
value:
|
|
175
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditChoice = {
|
|
176
|
+
title: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditChoice_Title;
|
|
177
|
+
description: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditChoice_Description;
|
|
178
|
+
value: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditChoice_Value;
|
|
179
179
|
};
|
|
180
180
|
|
|
181
|
-
export type
|
|
181
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditChoices = Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditChoice[];
|
|
182
182
|
|
|
183
|
-
export type
|
|
183
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSelectOutputKey = 'variable';
|
|
184
184
|
|
|
185
|
-
export type
|
|
185
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSelectOutputValue = string | undefined;
|
|
186
186
|
|
|
187
|
-
export type
|
|
187
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSelectOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSelectOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSelectOutputValue> | SharedPromptWithCancelReject;
|
|
188
188
|
|
|
189
|
-
export type
|
|
189
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSelectedKey = string | undefined;
|
|
190
190
|
|
|
191
|
-
export type
|
|
191
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditCurrentEnvEntry = SharedEnvEntry | undefined;
|
|
192
192
|
|
|
193
|
-
export type
|
|
193
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditCurrentSampleEntry = SharedEnvEntry | undefined;
|
|
194
194
|
|
|
195
|
-
export type
|
|
195
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditEnvValueOutputKey = 'value';
|
|
196
196
|
|
|
197
|
-
export type
|
|
197
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditEnvValueOutputValue = string;
|
|
198
198
|
|
|
199
|
-
export type
|
|
199
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditEnvValueOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditEnvValueOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditEnvValueOutputValue> | SharedPromptWithCancelReject;
|
|
200
200
|
|
|
201
|
-
export type
|
|
201
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditNewEnvValue = string;
|
|
202
202
|
|
|
203
|
-
export type
|
|
203
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSampleValueOutputKey = 'defaultValue';
|
|
204
204
|
|
|
205
|
-
export type
|
|
205
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSampleValueOutputValue = string;
|
|
206
206
|
|
|
207
|
-
export type
|
|
207
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSampleValueOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSampleValueOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditSampleValueOutputValue> | SharedPromptWithCancelReject;
|
|
208
208
|
|
|
209
|
-
export type
|
|
209
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditNewSampleValue = string;
|
|
210
210
|
|
|
211
|
-
export type
|
|
211
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditUpdatedEnv = string;
|
|
212
212
|
|
|
213
|
-
export type
|
|
213
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_EditUpdatedSample = string;
|
|
214
214
|
|
|
215
|
-
export type
|
|
215
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteChoice_Title = string;
|
|
216
216
|
|
|
217
|
-
export type
|
|
217
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteChoice_Description = string;
|
|
218
218
|
|
|
219
|
-
export type
|
|
219
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteChoice_Value = string;
|
|
220
220
|
|
|
221
|
-
export type
|
|
222
|
-
title:
|
|
223
|
-
description:
|
|
224
|
-
value:
|
|
221
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteChoice = {
|
|
222
|
+
title: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteChoice_Title;
|
|
223
|
+
description: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteChoice_Description;
|
|
224
|
+
value: Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteChoice_Value;
|
|
225
225
|
};
|
|
226
226
|
|
|
227
|
-
export type
|
|
227
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteChoices = Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteChoice[];
|
|
228
228
|
|
|
229
|
-
export type
|
|
229
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteSelectOutputKey = 'variable';
|
|
230
230
|
|
|
231
|
-
export type
|
|
231
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteSelectOutputValue = string | undefined;
|
|
232
232
|
|
|
233
|
-
export type
|
|
233
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteSelectOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteSelectOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteSelectOutputValue> | SharedPromptWithCancelReject;
|
|
234
234
|
|
|
235
|
-
export type
|
|
235
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteSelectedKey = string | undefined;
|
|
236
236
|
|
|
237
|
-
export type
|
|
237
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteUpdatedEnv = string;
|
|
238
238
|
|
|
239
|
-
export type
|
|
239
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptManageMenu_DeleteUpdatedSample = string;
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
242
|
* CLI - Generate - Must Haves - Dotenv - Prompt Regenerate.
|
|
243
243
|
*
|
|
244
244
|
* @since 0.15.0
|
|
245
245
|
*/
|
|
246
|
-
export type
|
|
246
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Options_TemplateDirectory = string;
|
|
247
247
|
|
|
248
|
-
export type
|
|
248
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Options_CurrentDirectory = string;
|
|
249
249
|
|
|
250
|
-
export type
|
|
250
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Options_IsDryRun = boolean;
|
|
251
251
|
|
|
252
|
-
export type
|
|
252
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Options_IsReplaceFile = boolean;
|
|
253
253
|
|
|
254
|
-
export type
|
|
255
|
-
templateDirectory:
|
|
256
|
-
currentDirectory:
|
|
257
|
-
isDryRun:
|
|
258
|
-
isReplaceFile:
|
|
254
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Options = {
|
|
255
|
+
templateDirectory: Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Options_TemplateDirectory;
|
|
256
|
+
currentDirectory: Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Options_CurrentDirectory;
|
|
257
|
+
isDryRun: Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Options_IsDryRun;
|
|
258
|
+
isReplaceFile: Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Options_IsReplaceFile;
|
|
259
259
|
};
|
|
260
260
|
|
|
261
|
-
export type
|
|
261
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Returns = Promise<'completed' | 'cancelled'>;
|
|
262
|
+
|
|
263
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_TemplateDirectory = string;
|
|
264
|
+
|
|
265
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_CurrentDirectory = string;
|
|
266
|
+
|
|
267
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_IsDryRun = boolean;
|
|
268
|
+
|
|
269
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_IsReplaceFile = boolean;
|
|
270
|
+
|
|
271
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Files = string[];
|
|
262
272
|
|
|
263
|
-
export type
|
|
273
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_EnvVar_Key = string;
|
|
264
274
|
|
|
265
|
-
export type
|
|
275
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_EnvVar_DefaultValue = string;
|
|
266
276
|
|
|
267
|
-
export type
|
|
277
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_EnvVar = {
|
|
278
|
+
key: Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_EnvVar_Key;
|
|
279
|
+
defaultValue: Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_EnvVar_DefaultValue;
|
|
280
|
+
};
|
|
281
|
+
|
|
282
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_EnvVars = Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_EnvVar[];
|
|
268
283
|
|
|
269
|
-
export type
|
|
284
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_AddMore = boolean;
|
|
270
285
|
|
|
271
|
-
export type
|
|
286
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Cancelled = boolean;
|
|
272
287
|
|
|
273
|
-
export type
|
|
288
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_KeyOutputKey = 'key';
|
|
274
289
|
|
|
275
|
-
export type
|
|
290
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_KeyOutputValue = string;
|
|
276
291
|
|
|
277
|
-
export type
|
|
292
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_KeyOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_KeyOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_KeyOutputValue> | SharedPromptWithCancelReject;
|
|
278
293
|
|
|
279
|
-
export type
|
|
294
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_TrimmedValue = string;
|
|
280
295
|
|
|
281
|
-
export type
|
|
296
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_KeyOutputResult = Record<Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_KeyOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_KeyOutputValue>;
|
|
282
297
|
|
|
283
|
-
export type
|
|
298
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_DefaultValueOutputKey = 'defaultValue';
|
|
284
299
|
|
|
285
|
-
export type
|
|
300
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_DefaultValueOutputValue = string;
|
|
286
301
|
|
|
287
|
-
export type
|
|
302
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_DefaultValueOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_DefaultValueOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_DefaultValueOutputValue> | SharedPromptWithCancelReject;
|
|
288
303
|
|
|
289
|
-
export type
|
|
304
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_DefaultValueOutputResult = Record<Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_DefaultValueOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_DefaultValueOutputValue>;
|
|
290
305
|
|
|
291
|
-
export type
|
|
306
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_CustomSection = string;
|
|
292
307
|
|
|
293
|
-
export type
|
|
308
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_CustomSectionSample = string;
|
|
294
309
|
|
|
295
|
-
export type
|
|
310
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_EnvLines = string[];
|
|
296
311
|
|
|
297
|
-
export type
|
|
312
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_SampleLines = string[];
|
|
298
313
|
|
|
299
|
-
export type
|
|
314
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_TemplateFileName = string;
|
|
300
315
|
|
|
301
|
-
export type
|
|
316
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_TemplatePath = string;
|
|
302
317
|
|
|
303
|
-
export type
|
|
318
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_TargetPath = string;
|
|
304
319
|
|
|
305
|
-
export type
|
|
320
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_Content = string | undefined;
|
|
306
321
|
|
|
307
|
-
export type
|
|
322
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptRegenerate_AppendSection = string;
|
|
308
323
|
|
|
309
324
|
/**
|
|
310
325
|
* CLI - Generate - Must Haves - Dotenv - Prompt With Cancel.
|
|
311
326
|
*
|
|
312
327
|
* @since 0.15.0
|
|
313
328
|
*/
|
|
314
|
-
export type
|
|
329
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptWithCancel_Questions<Keys extends string> = PromptObject<Keys> | PromptObject<Keys>[];
|
|
315
330
|
|
|
316
|
-
export type
|
|
331
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptWithCancel_Returns<Keys extends string, Result> = Promise<SharedPromptWithCancelResolved<Keys, Result> | SharedPromptWithCancelReject>;
|
|
317
332
|
|
|
318
|
-
export type
|
|
333
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptWithCancel_Cancelled = boolean;
|
|
319
334
|
|
|
320
|
-
export type
|
|
335
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_PromptWithCancel_Result<Keys extends string> = Answers<Keys>;
|
|
321
336
|
|
|
322
337
|
/**
|
|
323
338
|
* CLI - Generate - Must Haves - Dotenv - Run.
|
|
324
339
|
*
|
|
325
340
|
* @since 0.15.0
|
|
326
341
|
*/
|
|
327
|
-
export type
|
|
342
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_Options_DryRun = true;
|
|
328
343
|
|
|
329
|
-
export type
|
|
344
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_Options_ReplaceFile = true;
|
|
330
345
|
|
|
331
|
-
export type
|
|
332
|
-
dryRun?:
|
|
333
|
-
replaceFile?:
|
|
346
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_Options = {
|
|
347
|
+
dryRun?: Cli_Generate_MustHaves_Dotenv_Runner_Run_Options_DryRun;
|
|
348
|
+
replaceFile?: Cli_Generate_MustHaves_Dotenv_Runner_Run_Options_ReplaceFile;
|
|
334
349
|
};
|
|
335
350
|
|
|
336
|
-
export type
|
|
351
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_Returns = Promise<SharedGeneratorRunResult>;
|
|
337
352
|
|
|
338
|
-
export type
|
|
353
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_CurrentDirectory = string;
|
|
339
354
|
|
|
340
|
-
export type
|
|
355
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_IsAtProjectRoot = boolean;
|
|
341
356
|
|
|
342
|
-
export type
|
|
357
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_IsDryRun = boolean;
|
|
343
358
|
|
|
344
|
-
export type
|
|
359
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_IsReplaceFile = boolean;
|
|
345
360
|
|
|
346
|
-
export type
|
|
361
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ReplaceFileNotice = string;
|
|
347
362
|
|
|
348
|
-
export type
|
|
363
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_TemplateDirectory = string;
|
|
349
364
|
|
|
350
|
-
export type
|
|
365
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_Files = string[];
|
|
351
366
|
|
|
352
|
-
export type
|
|
367
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_EnvPath = string;
|
|
353
368
|
|
|
354
|
-
export type
|
|
369
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_EnvSamplePath = string;
|
|
355
370
|
|
|
356
|
-
export type
|
|
371
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_EnvPathExists = boolean;
|
|
357
372
|
|
|
358
|
-
export type
|
|
373
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_EnvSamplePathExists = boolean;
|
|
359
374
|
|
|
360
|
-
export type
|
|
375
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeChoice_Title = string;
|
|
361
376
|
|
|
362
|
-
export type
|
|
377
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeChoice_Value = 'manage' | 'regenerate';
|
|
363
378
|
|
|
364
|
-
export type
|
|
365
|
-
title:
|
|
366
|
-
value:
|
|
379
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeChoice = {
|
|
380
|
+
title: Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeChoice_Title;
|
|
381
|
+
value: Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeChoice_Value;
|
|
367
382
|
};
|
|
368
383
|
|
|
369
|
-
export type
|
|
370
|
-
|
|
371
|
-
export type CliGenerateMustHavesDotenvRunModeOutputKey = 'mode';
|
|
372
|
-
|
|
373
|
-
export type CliGenerateMustHavesDotenvRunModeOutputValue = 'manage' | 'regenerate' | undefined;
|
|
384
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeChoices = Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeChoice[];
|
|
374
385
|
|
|
375
|
-
export type
|
|
386
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeOutputKey = 'mode';
|
|
376
387
|
|
|
377
|
-
export type
|
|
388
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeOutputValue = 'manage' | 'regenerate' | undefined;
|
|
378
389
|
|
|
379
|
-
export type
|
|
390
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeOutput = SharedPromptWithCancelResolved<Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeOutputValue> | SharedPromptWithCancelReject;
|
|
380
391
|
|
|
381
|
-
export type
|
|
392
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeOutputResult = Record<Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeOutputKey, Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeOutputValue>;
|
|
382
393
|
|
|
383
|
-
export type
|
|
394
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_SelectedMode = Cli_Generate_MustHaves_Dotenv_Runner_Run_ModeOutputValue;
|
|
384
395
|
|
|
385
|
-
export type
|
|
396
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_TargetPath = string;
|
|
386
397
|
|
|
387
|
-
export type
|
|
398
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_FileExists = boolean;
|
|
388
399
|
|
|
389
|
-
export type
|
|
400
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_TemplateFilePath = string;
|
|
390
401
|
|
|
391
|
-
export type
|
|
402
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_TemplateContent = string;
|
|
392
403
|
|
|
393
|
-
export type
|
|
394
|
-
|
|
395
|
-
export type CliGenerateMustHavesDotenvRunEnvVarDefaultValue = string;
|
|
396
|
-
|
|
397
|
-
export type CliGenerateMustHavesDotenvRunEnvVar = {
|
|
398
|
-
key: CliGenerateMustHavesDotenvRunEnvVarKey;
|
|
399
|
-
defaultValue: CliGenerateMustHavesDotenvRunEnvVarDefaultValue;
|
|
400
|
-
};
|
|
404
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_ManageResult = 'back' | 'exit';
|
|
401
405
|
|
|
402
|
-
export type
|
|
406
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_LoopResult = 'completed' | 'cancelled';
|
|
403
407
|
|
|
404
|
-
export type
|
|
408
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_Run_Result = 'completed' | 'cancelled';
|
|
405
409
|
|
|
406
410
|
/**
|
|
407
411
|
* CLI - Generate - Must Haves - Dotenv - Update Env Line.
|
|
408
412
|
*
|
|
409
413
|
* @since 0.15.0
|
|
410
414
|
*/
|
|
411
|
-
export type
|
|
415
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_UpdateEnvLine_Content = string;
|
|
412
416
|
|
|
413
|
-
export type
|
|
417
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_UpdateEnvLine_Key = string;
|
|
414
418
|
|
|
415
|
-
export type
|
|
419
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_UpdateEnvLine_NewValue = string;
|
|
416
420
|
|
|
417
|
-
export type
|
|
421
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_UpdateEnvLine_Returns = string;
|
|
418
422
|
|
|
419
|
-
export type
|
|
423
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_UpdateEnvLine_Lines = string[];
|
|
420
424
|
|
|
421
|
-
export type
|
|
425
|
+
export type Cli_Generate_MustHaves_Dotenv_Runner_UpdateEnvLine_Match = RegExpMatchArray | null;
|