@cbnventures/nova 0.13.1 → 0.15.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/README.md +48 -0
- package/bin/nova.mjs +3 -0
- package/build/package.json +38 -32
- 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 +504 -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 +446 -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 +421 -107
- package/build/src/cli/index.js.map +1 -1
- package/build/src/cli/recipe/index.d.ts +3 -0
- package/build/src/cli/recipe/index.d.ts.map +1 -0
- package/build/src/cli/recipe/index.js +57 -0
- package/build/src/cli/recipe/index.js.map +1 -0
- package/build/src/cli/recipe/package-json/cleanup.d.ts +8 -0
- package/build/src/cli/recipe/package-json/cleanup.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/cleanup.js +183 -0
- package/build/src/cli/recipe/package-json/cleanup.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts +8 -0
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-artifacts.js +250 -0
- package/build/src/cli/recipe/package-json/normalize-artifacts.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts +6 -0
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-bundler.js +146 -0
- package/build/src/cli/recipe/package-json/normalize-bundler.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts +9 -0
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-dependencies.js +268 -0
- package/build/src/cli/recipe/package-json/normalize-dependencies.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts +6 -0
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-modules.js +263 -0
- package/build/src/cli/recipe/package-json/normalize-modules.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts +7 -0
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-tooling.js +163 -0
- package/build/src/cli/recipe/package-json/normalize-tooling.js.map +1 -0
- package/build/src/cli/recipe/package-json/sync-environment.d.ts +9 -0
- package/build/src/cli/recipe/package-json/sync-environment.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/sync-environment.js +283 -0
- package/build/src/cli/recipe/package-json/sync-environment.js.map +1 -0
- package/build/src/cli/recipe/package-json/sync-identity.d.ts +6 -0
- package/build/src/cli/recipe/package-json/sync-identity.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/sync-identity.js +224 -0
- package/build/src/cli/recipe/package-json/sync-identity.js.map +1 -0
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts +6 -0
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/sync-ownership.js +349 -0
- package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -0
- 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 +207 -173
- 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 +1194 -284
- package/build/src/cli/utility/initialize.js.map +1 -1
- package/build/src/cli/utility/run-recipes.d.ts +5 -0
- package/build/src/cli/utility/run-recipes.d.ts.map +1 -0
- package/build/src/cli/utility/run-recipes.js +43 -0
- package/build/src/cli/utility/run-recipes.js.map +1 -0
- package/build/src/cli/utility/run-scripts.d.ts +10 -0
- package/build/src/cli/utility/run-scripts.d.ts.map +1 -0
- package/build/src/cli/utility/run-scripts.js +257 -0
- package/build/src/cli/utility/run-scripts.js.map +1 -0
- package/build/src/cli/utility/transpile.d.ts +9 -0
- package/build/src/cli/utility/transpile.d.ts.map +1 -0
- package/build/src/cli/utility/transpile.js +64 -0
- package/build/src/cli/utility/transpile.js.map +1 -0
- 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 +26 -21
- 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 -24
- package/build/src/lib/item.d.ts.map +1 -1
- package/build/src/lib/item.js +129 -39
- 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 +252 -69
- 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 +535 -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 +176 -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 +11 -0
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js +57 -0
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js.map +1 -0
- 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 +25 -0
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-padding-lines.js +309 -0
- package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -0
- 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 -5
- package/build/src/rules/eslint/index.d.ts.map +1 -1
- package/build/src/rules/eslint/index.js +44 -5
- 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 +13 -0
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -0
- package/build/src/rules/eslint/nova/no-logger-dev.js +112 -0
- package/build/src/rules/eslint/nova/no-logger-dev.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts +11 -0
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-assign-then-return.js +96 -0
- package/build/src/rules/eslint/patterns/no-assign-then-return.js.map +1 -0
- 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 +11 -0
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js +69 -0
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js.map +1 -0
- 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 +11 -0
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts.map +1 -0
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js +55 -0
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js.map +1 -0
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts +12 -0
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -0
- package/build/src/rules/eslint/regex/no-regex-literals.js +72 -0
- package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -0
- 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 +11 -0
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js +65 -0
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js.map +1 -0
- 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 +16 -0
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js +186 -0
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js.map +1 -0
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts +12 -0
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/no-shared-type-import.js +71 -0
- package/build/src/rules/eslint/typescript/no-shared-type-import.js.map +1 -0
- 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 +77 -63
- 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 +336 -0
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +43 -0
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +414 -0
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +33 -0
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +344 -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 +175 -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 +342 -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 +724 -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/.novaignore +0 -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/.cursorrules +54 -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/dotenv/.env.sample +14 -0
- package/build/templates/generators/must-haves/editorconfig/.editorconfig +212 -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/static/.gitkeep +0 -0
- package/build/templates/scaffold/docs/docusaurus/tsconfig.json +8 -0
- package/package.json +38 -32
- package/build/eslint.config.d.ts +0 -34
- package/build/eslint.config.d.ts.map +0 -1
- package/build/eslint.config.js +0 -40
- package/build/eslint.config.js.map +0 -1
- package/build/src/cli/recipe/pin-versions.d.ts +0 -7
- package/build/src/cli/recipe/pin-versions.d.ts.map +0 -1
- package/build/src/cli/recipe/pin-versions.js +0 -145
- package/build/src/cli/recipe/pin-versions.js.map +0 -1
- package/build/src/cli/recipe/sync-lts-engines.d.ts +0 -6
- package/build/src/cli/recipe/sync-lts-engines.d.ts.map +0 -1
- package/build/src/cli/recipe/sync-lts-engines.js +0 -118
- package/build/src/cli/recipe/sync-lts-engines.js.map +0 -1
- package/build/src/cli/recipe/sync-packages.d.ts +0 -18
- package/build/src/cli/recipe/sync-packages.d.ts.map +0 -1
- package/build/src/cli/recipe/sync-packages.js +0 -1212
- package/build/src/cli/recipe/sync-packages.js.map +0 -1
- 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/no-logger-dev.d.ts +0 -6
- package/build/src/rules/eslint/no-logger-dev.d.ts.map +0 -1
- package/build/src/rules/eslint/no-logger-dev.js +0 -88
- package/build/src/rules/eslint/no-logger-dev.js.map +0 -1
- package/build/src/rules/eslint/no-raw-text-in-code.d.ts +0 -6
- package/build/src/rules/eslint/no-raw-text-in-code.d.ts.map +0 -1
- package/build/src/rules/eslint/no-raw-text-in-code.js +0 -34
- package/build/src/rules/eslint/no-raw-text-in-code.js.map +0 -1
- package/build/src/rules/eslint/no-regex-literal-flags.d.ts +0 -6
- package/build/src/rules/eslint/no-regex-literal-flags.d.ts.map +0 -1
- package/build/src/rules/eslint/no-regex-literal-flags.js +0 -30
- package/build/src/rules/eslint/no-regex-literal-flags.js.map +0 -1
- package/build/src/rules/eslint/no-regex-literals.d.ts +0 -9
- package/build/src/rules/eslint/no-regex-literals.d.ts.map +0 -1
- package/build/src/rules/eslint/no-regex-literals.js +0 -55
- package/build/src/rules/eslint/no-regex-literals.js.map +0 -1
- package/build/src/rules/eslint/switch-case-blocks.d.ts +0 -6
- package/build/src/rules/eslint/switch-case-blocks.d.ts.map +0 -1
- package/build/src/rules/eslint/switch-case-blocks.js +0 -36
- package/build/src/rules/eslint/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/pin-versions.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/pin-versions.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/pin-versions.test.js +0 -197
- package/build/src/tests/cli/recipe/pin-versions.test.js.map +0 -1
- package/build/src/tests/cli/recipe/sync-lts-engines.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/sync-lts-engines.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/sync-lts-engines.test.js +0 -131
- package/build/src/tests/cli/recipe/sync-lts-engines.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 -489
- 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/no-logger-dev.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/no-logger-dev.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/no-logger-dev.test.js +0 -55
- package/build/src/tests/rules/eslint/no-logger-dev.test.js.map +0 -1
- package/build/src/tests/rules/eslint/no-raw-text-in-code.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/no-raw-text-in-code.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/no-raw-text-in-code.test.js +0 -47
- package/build/src/tests/rules/eslint/no-raw-text-in-code.test.js.map +0 -1
- package/build/src/tests/rules/eslint/no-regex-literal-flags.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/no-regex-literal-flags.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/no-regex-literal-flags.test.js +0 -47
- package/build/src/tests/rules/eslint/no-regex-literal-flags.test.js.map +0 -1
- package/build/src/tests/rules/eslint/no-regex-literals.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/no-regex-literals.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/no-regex-literals.test.js +0 -49
- package/build/src/tests/rules/eslint/no-regex-literals.test.js.map +0 -1
- package/build/src/tests/rules/eslint/switch-case-blocks.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/switch-case-blocks.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/switch-case-blocks.test.js +0 -43
- package/build/src/tests/rules/eslint/switch-case-blocks.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,446 @@
|
|
|
1
|
+
import { promises as fs } from 'fs';
|
|
2
|
+
import { join } from 'path';
|
|
3
|
+
import prompts from 'prompts';
|
|
4
|
+
import { LIB_REGEX_PATTERN_HASH_BORDER_LINE } from '../../../lib/regex.js';
|
|
5
|
+
import { isProjectRoot, resolveTemplatePath, saveGeneratedFile, } from '../../../lib/utility.js';
|
|
6
|
+
import { Logger } from '../../../toolkit/index.js';
|
|
7
|
+
export class CliGenerateMustHavesGitignore {
|
|
8
|
+
static async run(options) {
|
|
9
|
+
const currentDirectory = process.cwd();
|
|
10
|
+
const isAtProjectRoot = await isProjectRoot(currentDirectory);
|
|
11
|
+
if (isAtProjectRoot !== true) {
|
|
12
|
+
process.exitCode = 1;
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
const isDryRun = options['dryRun'] === true;
|
|
16
|
+
const isReplaceFile = options['replaceFile'] === true;
|
|
17
|
+
if (isDryRun === true) {
|
|
18
|
+
Logger.customize({
|
|
19
|
+
name: 'CliGenerateMustHavesGitignore.run',
|
|
20
|
+
purpose: 'options',
|
|
21
|
+
}).warn('Dry run enabled. File changes will not be made in this session.');
|
|
22
|
+
}
|
|
23
|
+
if (isReplaceFile === true) {
|
|
24
|
+
const replaceFileNotice = (isDryRun === true) ? 'This option has no effect during a dry run session.' : 'Backup file will not be created.';
|
|
25
|
+
Logger.customize({
|
|
26
|
+
name: 'CliGenerateMustHavesGitignore.run',
|
|
27
|
+
purpose: 'options',
|
|
28
|
+
}).warn(`Replace file enabled. ${replaceFileNotice}`);
|
|
29
|
+
}
|
|
30
|
+
const templateDirectory = resolveTemplatePath(import.meta.url, 'generators/must-haves/gitignore');
|
|
31
|
+
const targetPath = join(currentDirectory, '.gitignore');
|
|
32
|
+
let fileExists = false;
|
|
33
|
+
try {
|
|
34
|
+
await fs.access(targetPath);
|
|
35
|
+
fileExists = true;
|
|
36
|
+
}
|
|
37
|
+
catch {
|
|
38
|
+
}
|
|
39
|
+
if (fileExists === true) {
|
|
40
|
+
while (true) {
|
|
41
|
+
const modeChoices = [
|
|
42
|
+
{
|
|
43
|
+
title: 'Manage existing patterns',
|
|
44
|
+
value: 'manage',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
title: 'Regenerate from template',
|
|
48
|
+
value: 'regenerate',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
const modeOutput = await CliGenerateMustHavesGitignore.promptWithCancel({
|
|
52
|
+
type: 'select',
|
|
53
|
+
name: 'mode',
|
|
54
|
+
message: '.gitignore already exists. What would you like to do?',
|
|
55
|
+
choices: modeChoices,
|
|
56
|
+
initial: 0,
|
|
57
|
+
});
|
|
58
|
+
if (modeOutput['cancelled'] === true) {
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
const modeOutputResult = modeOutput['result'];
|
|
62
|
+
const selectedMode = modeOutputResult.mode;
|
|
63
|
+
if (selectedMode === undefined) {
|
|
64
|
+
return;
|
|
65
|
+
}
|
|
66
|
+
if (selectedMode === 'manage') {
|
|
67
|
+
const manageResult = await CliGenerateMustHavesGitignore.promptManageMenu({
|
|
68
|
+
templateDirectory,
|
|
69
|
+
targetPath,
|
|
70
|
+
isDryRun,
|
|
71
|
+
isReplaceFile,
|
|
72
|
+
});
|
|
73
|
+
if (manageResult === 'exit') {
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
continue;
|
|
77
|
+
}
|
|
78
|
+
const result = await CliGenerateMustHavesGitignore.promptRegenerate({
|
|
79
|
+
templateDirectory,
|
|
80
|
+
currentDirectory,
|
|
81
|
+
isDryRun,
|
|
82
|
+
isReplaceFile,
|
|
83
|
+
});
|
|
84
|
+
if (result === 'cancelled') {
|
|
85
|
+
continue;
|
|
86
|
+
}
|
|
87
|
+
return;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
await CliGenerateMustHavesGitignore.promptRegenerate({
|
|
91
|
+
templateDirectory,
|
|
92
|
+
currentDirectory,
|
|
93
|
+
isDryRun,
|
|
94
|
+
isReplaceFile,
|
|
95
|
+
});
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
static async promptRegenerate(options) {
|
|
99
|
+
const templateDirectory = options['templateDirectory'];
|
|
100
|
+
const currentDirectory = options['currentDirectory'];
|
|
101
|
+
const isDryRun = options['isDryRun'];
|
|
102
|
+
const isReplaceFile = options['isReplaceFile'];
|
|
103
|
+
const customEntries = [];
|
|
104
|
+
let addMore = true;
|
|
105
|
+
let cancelled = false;
|
|
106
|
+
while (addMore === true) {
|
|
107
|
+
const entryOutput = await CliGenerateMustHavesGitignore.promptWithCancel({
|
|
108
|
+
type: 'text',
|
|
109
|
+
name: 'entry',
|
|
110
|
+
message: 'Pattern to ignore (leave empty to finish):',
|
|
111
|
+
});
|
|
112
|
+
if (entryOutput['cancelled'] === true) {
|
|
113
|
+
cancelled = true;
|
|
114
|
+
break;
|
|
115
|
+
}
|
|
116
|
+
const entryOutputResult = entryOutput['result'];
|
|
117
|
+
if (entryOutputResult.entry === undefined || entryOutputResult.entry.trim() === '') {
|
|
118
|
+
addMore = false;
|
|
119
|
+
continue;
|
|
120
|
+
}
|
|
121
|
+
const trimmedEntry = entryOutputResult.entry.trim();
|
|
122
|
+
customEntries.push(trimmedEntry);
|
|
123
|
+
}
|
|
124
|
+
if (cancelled === true) {
|
|
125
|
+
return 'cancelled';
|
|
126
|
+
}
|
|
127
|
+
const templatePath = join(templateDirectory, '.gitignore');
|
|
128
|
+
const targetPath = join(currentDirectory, '.gitignore');
|
|
129
|
+
let content = undefined;
|
|
130
|
+
try {
|
|
131
|
+
content = await fs.readFile(templatePath, 'utf-8');
|
|
132
|
+
}
|
|
133
|
+
catch {
|
|
134
|
+
Logger.customize({
|
|
135
|
+
name: 'CliGenerateMustHavesGitignore.promptRegenerate',
|
|
136
|
+
purpose: 'read',
|
|
137
|
+
}).error(`Failed to read template "${templatePath}".`);
|
|
138
|
+
return 'completed';
|
|
139
|
+
}
|
|
140
|
+
let finalContent = content;
|
|
141
|
+
if (customEntries.length > 0) {
|
|
142
|
+
finalContent = `${content}${customEntries.join('\n')}\n`;
|
|
143
|
+
}
|
|
144
|
+
if (isDryRun === true) {
|
|
145
|
+
return 'completed';
|
|
146
|
+
}
|
|
147
|
+
await saveGeneratedFile(targetPath, finalContent, isReplaceFile);
|
|
148
|
+
return 'completed';
|
|
149
|
+
}
|
|
150
|
+
static parseAllPatterns(content) {
|
|
151
|
+
const patterns = [];
|
|
152
|
+
for (const line of content.split('\n')) {
|
|
153
|
+
const trimmed = line.trim();
|
|
154
|
+
if (trimmed !== '' && trimmed.startsWith('#') === false) {
|
|
155
|
+
patterns.push(trimmed);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
return patterns;
|
|
159
|
+
}
|
|
160
|
+
static parseProjectExcludes(content) {
|
|
161
|
+
const lines = content.split('\n');
|
|
162
|
+
let markerIndex = -1;
|
|
163
|
+
for (let i = 0; i < lines.length; i += 1) {
|
|
164
|
+
const line = lines[i];
|
|
165
|
+
if (line !== undefined && line.includes('#### Project Excludes ####') === true) {
|
|
166
|
+
markerIndex = i;
|
|
167
|
+
break;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
if (markerIndex === -1) {
|
|
171
|
+
return [];
|
|
172
|
+
}
|
|
173
|
+
const startIndex = markerIndex + 2;
|
|
174
|
+
const patterns = [];
|
|
175
|
+
for (let i = startIndex; i < lines.length; i += 1) {
|
|
176
|
+
const line = lines[i];
|
|
177
|
+
if (line === undefined) {
|
|
178
|
+
continue;
|
|
179
|
+
}
|
|
180
|
+
const trimmed = line.trim();
|
|
181
|
+
if (trimmed !== ''
|
|
182
|
+
&& trimmed.startsWith('#') === false
|
|
183
|
+
&& LIB_REGEX_PATTERN_HASH_BORDER_LINE.test(line) === false) {
|
|
184
|
+
patterns.push(trimmed);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
return patterns;
|
|
188
|
+
}
|
|
189
|
+
static addPattern(content, pattern) {
|
|
190
|
+
const endsWithNewline = content.endsWith('\n');
|
|
191
|
+
return (endsWithNewline === true) ? `${content}${pattern}\n` : [
|
|
192
|
+
`${content}\n`,
|
|
193
|
+
`${pattern}\n`,
|
|
194
|
+
].join('');
|
|
195
|
+
}
|
|
196
|
+
static editPattern(content, oldPattern, newPattern) {
|
|
197
|
+
const lines = content.split('\n');
|
|
198
|
+
let replaced = false;
|
|
199
|
+
return lines.map((line) => {
|
|
200
|
+
if (replaced !== true && line.trim() === oldPattern) {
|
|
201
|
+
replaced = true;
|
|
202
|
+
return newPattern;
|
|
203
|
+
}
|
|
204
|
+
return line;
|
|
205
|
+
}).join('\n');
|
|
206
|
+
}
|
|
207
|
+
static deletePattern(content, pattern) {
|
|
208
|
+
const lines = content.split('\n');
|
|
209
|
+
let markerIndex = -1;
|
|
210
|
+
for (let i = 0; i < lines.length; i += 1) {
|
|
211
|
+
const line = lines[i];
|
|
212
|
+
if (line !== undefined && line.includes('#### Project Excludes ####') === true) {
|
|
213
|
+
markerIndex = i;
|
|
214
|
+
break;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
if (markerIndex === -1) {
|
|
218
|
+
return content;
|
|
219
|
+
}
|
|
220
|
+
const sectionStart = markerIndex + 2;
|
|
221
|
+
return lines.filter((line, i) => {
|
|
222
|
+
if (i < sectionStart) {
|
|
223
|
+
return true;
|
|
224
|
+
}
|
|
225
|
+
return line.trim() !== pattern;
|
|
226
|
+
}).join('\n');
|
|
227
|
+
}
|
|
228
|
+
static async promptManageMenu(options) {
|
|
229
|
+
const templateDirectory = options['templateDirectory'];
|
|
230
|
+
const targetPath = options['targetPath'];
|
|
231
|
+
const isDryRun = options['isDryRun'];
|
|
232
|
+
const isReplaceFile = options['isReplaceFile'];
|
|
233
|
+
const templateFilePath = join(templateDirectory, '.gitignore');
|
|
234
|
+
const templateContent = await fs.readFile(templateFilePath, 'utf-8');
|
|
235
|
+
const reservedPatterns = new Set(CliGenerateMustHavesGitignore.parseAllPatterns(templateContent));
|
|
236
|
+
if (isDryRun !== true) {
|
|
237
|
+
let currentContent = '';
|
|
238
|
+
try {
|
|
239
|
+
currentContent = await fs.readFile(targetPath, 'utf-8');
|
|
240
|
+
}
|
|
241
|
+
catch {
|
|
242
|
+
}
|
|
243
|
+
const currentPatterns = CliGenerateMustHavesGitignore.parseAllPatterns(currentContent);
|
|
244
|
+
const userPatterns = currentPatterns.filter((pattern) => reservedPatterns.has(pattern) !== true);
|
|
245
|
+
let reconstructed = templateContent;
|
|
246
|
+
if (userPatterns.length > 0) {
|
|
247
|
+
reconstructed += `${userPatterns.join('\n')}\n`;
|
|
248
|
+
}
|
|
249
|
+
await saveGeneratedFile(targetPath, reconstructed, isReplaceFile);
|
|
250
|
+
}
|
|
251
|
+
while (true) {
|
|
252
|
+
let content = '';
|
|
253
|
+
try {
|
|
254
|
+
content = await fs.readFile(targetPath, 'utf-8');
|
|
255
|
+
}
|
|
256
|
+
catch {
|
|
257
|
+
}
|
|
258
|
+
const allPatterns = CliGenerateMustHavesGitignore.parseAllPatterns(content);
|
|
259
|
+
const projectExcludes = CliGenerateMustHavesGitignore.parseProjectExcludes(content);
|
|
260
|
+
const choices = [{
|
|
261
|
+
title: 'Add a pattern',
|
|
262
|
+
description: 'Add a new ignore pattern to Project Excludes',
|
|
263
|
+
value: 'add',
|
|
264
|
+
}];
|
|
265
|
+
if (projectExcludes.length > 0) {
|
|
266
|
+
choices.push({
|
|
267
|
+
title: 'Edit a pattern',
|
|
268
|
+
description: 'Update an existing pattern in Project Excludes',
|
|
269
|
+
value: 'edit',
|
|
270
|
+
});
|
|
271
|
+
}
|
|
272
|
+
if (projectExcludes.length > 0) {
|
|
273
|
+
choices.push({
|
|
274
|
+
title: 'Delete a pattern',
|
|
275
|
+
description: 'Remove a pattern from Project Excludes',
|
|
276
|
+
value: 'delete',
|
|
277
|
+
});
|
|
278
|
+
}
|
|
279
|
+
choices.push({
|
|
280
|
+
title: 'Save & Exit',
|
|
281
|
+
description: 'Save changes and exit',
|
|
282
|
+
value: 'exit',
|
|
283
|
+
});
|
|
284
|
+
choices.push({
|
|
285
|
+
title: 'Back',
|
|
286
|
+
description: 'Return to the previous menu',
|
|
287
|
+
value: 'back',
|
|
288
|
+
});
|
|
289
|
+
const menuOutput = await CliGenerateMustHavesGitignore.promptWithCancel({
|
|
290
|
+
type: 'select',
|
|
291
|
+
name: 'action',
|
|
292
|
+
message: 'Select an action.',
|
|
293
|
+
choices,
|
|
294
|
+
});
|
|
295
|
+
if (menuOutput['cancelled'] === true) {
|
|
296
|
+
return 'back';
|
|
297
|
+
}
|
|
298
|
+
const action = menuOutput['result'].action;
|
|
299
|
+
if (action === undefined || action === 'back') {
|
|
300
|
+
return 'back';
|
|
301
|
+
}
|
|
302
|
+
if (action === 'exit') {
|
|
303
|
+
return 'exit';
|
|
304
|
+
}
|
|
305
|
+
if (action === 'add') {
|
|
306
|
+
const existingPatterns = new Set(allPatterns);
|
|
307
|
+
const patternOutput = await CliGenerateMustHavesGitignore.promptWithCancel({
|
|
308
|
+
type: 'text',
|
|
309
|
+
name: 'pattern',
|
|
310
|
+
message: 'Pattern to ignore (e.g. logs/):',
|
|
311
|
+
validate: (value) => {
|
|
312
|
+
if (typeof value !== 'string' || value.trim() === '') {
|
|
313
|
+
return 'Enter a pattern.';
|
|
314
|
+
}
|
|
315
|
+
const trimmedValue = value.trim();
|
|
316
|
+
if (trimmedValue.startsWith('#') === true) {
|
|
317
|
+
return 'Comments are not allowed.';
|
|
318
|
+
}
|
|
319
|
+
if (existingPatterns.has(trimmedValue) === true) {
|
|
320
|
+
return `"${trimmedValue}" already exists.`;
|
|
321
|
+
}
|
|
322
|
+
if (reservedPatterns.has(trimmedValue) === true) {
|
|
323
|
+
return `"${trimmedValue}" is a reserved pattern and cannot be added.`;
|
|
324
|
+
}
|
|
325
|
+
return true;
|
|
326
|
+
},
|
|
327
|
+
});
|
|
328
|
+
if (patternOutput['cancelled'] === true) {
|
|
329
|
+
continue;
|
|
330
|
+
}
|
|
331
|
+
const patternName = patternOutput['result'].pattern;
|
|
332
|
+
if (patternName === undefined) {
|
|
333
|
+
continue;
|
|
334
|
+
}
|
|
335
|
+
const trimmedPatternName = patternName.trim();
|
|
336
|
+
const updatedContent = CliGenerateMustHavesGitignore.addPattern(content, trimmedPatternName);
|
|
337
|
+
if (isDryRun !== true) {
|
|
338
|
+
await saveGeneratedFile(targetPath, updatedContent, isReplaceFile);
|
|
339
|
+
}
|
|
340
|
+
Logger.customize({
|
|
341
|
+
name: 'CliGenerateMustHavesGitignore.promptManageMenu',
|
|
342
|
+
purpose: 'add',
|
|
343
|
+
}).info(`Added "${patternName.trim()}" to .gitignore.`);
|
|
344
|
+
continue;
|
|
345
|
+
}
|
|
346
|
+
if (action === 'edit') {
|
|
347
|
+
const editChoices = projectExcludes.map((pattern) => ({
|
|
348
|
+
title: pattern,
|
|
349
|
+
value: pattern,
|
|
350
|
+
}));
|
|
351
|
+
const selectOutput = await CliGenerateMustHavesGitignore.promptWithCancel({
|
|
352
|
+
type: 'select',
|
|
353
|
+
name: 'pattern',
|
|
354
|
+
message: 'Select a pattern to edit.',
|
|
355
|
+
choices: editChoices,
|
|
356
|
+
});
|
|
357
|
+
if (selectOutput['cancelled'] === true) {
|
|
358
|
+
continue;
|
|
359
|
+
}
|
|
360
|
+
const selectedPattern = selectOutput['result'].pattern;
|
|
361
|
+
if (selectedPattern === undefined) {
|
|
362
|
+
continue;
|
|
363
|
+
}
|
|
364
|
+
const newPatternOutput = await CliGenerateMustHavesGitignore.promptWithCancel({
|
|
365
|
+
type: 'text',
|
|
366
|
+
name: 'newPattern',
|
|
367
|
+
message: `New pattern (current: "${selectedPattern}"):`,
|
|
368
|
+
initial: selectedPattern,
|
|
369
|
+
validate: (value) => {
|
|
370
|
+
if (typeof value !== 'string' || value.trim() === '') {
|
|
371
|
+
return 'Enter a pattern.';
|
|
372
|
+
}
|
|
373
|
+
if (value.trim().startsWith('#') === true) {
|
|
374
|
+
return 'Comments are not allowed.';
|
|
375
|
+
}
|
|
376
|
+
return true;
|
|
377
|
+
},
|
|
378
|
+
});
|
|
379
|
+
if (newPatternOutput['cancelled'] === true) {
|
|
380
|
+
continue;
|
|
381
|
+
}
|
|
382
|
+
const newPattern = newPatternOutput['result'].newPattern;
|
|
383
|
+
if (newPattern === undefined) {
|
|
384
|
+
continue;
|
|
385
|
+
}
|
|
386
|
+
const trimmedNewPattern = newPattern.trim();
|
|
387
|
+
const updatedContent = CliGenerateMustHavesGitignore.editPattern(content, selectedPattern, trimmedNewPattern);
|
|
388
|
+
if (isDryRun !== true) {
|
|
389
|
+
await saveGeneratedFile(targetPath, updatedContent, isReplaceFile);
|
|
390
|
+
}
|
|
391
|
+
Logger.customize({
|
|
392
|
+
name: 'CliGenerateMustHavesGitignore.promptManageMenu',
|
|
393
|
+
purpose: 'edit',
|
|
394
|
+
}).info(`Updated "${selectedPattern}" to "${newPattern.trim()}" in .gitignore.`);
|
|
395
|
+
continue;
|
|
396
|
+
}
|
|
397
|
+
if (action === 'delete') {
|
|
398
|
+
const deleteChoices = projectExcludes.map((pattern) => ({
|
|
399
|
+
title: pattern,
|
|
400
|
+
value: pattern,
|
|
401
|
+
}));
|
|
402
|
+
const selectOutput = await CliGenerateMustHavesGitignore.promptWithCancel({
|
|
403
|
+
type: 'select',
|
|
404
|
+
name: 'pattern',
|
|
405
|
+
message: 'Select a pattern to delete.',
|
|
406
|
+
choices: deleteChoices,
|
|
407
|
+
});
|
|
408
|
+
if (selectOutput['cancelled'] === true) {
|
|
409
|
+
continue;
|
|
410
|
+
}
|
|
411
|
+
const selectedPattern = selectOutput['result'].pattern;
|
|
412
|
+
if (selectedPattern === undefined) {
|
|
413
|
+
continue;
|
|
414
|
+
}
|
|
415
|
+
const updatedContent = CliGenerateMustHavesGitignore.deletePattern(content, selectedPattern);
|
|
416
|
+
if (isDryRun !== true) {
|
|
417
|
+
await saveGeneratedFile(targetPath, updatedContent, isReplaceFile);
|
|
418
|
+
}
|
|
419
|
+
Logger.customize({
|
|
420
|
+
name: 'CliGenerateMustHavesGitignore.promptManageMenu',
|
|
421
|
+
purpose: 'delete',
|
|
422
|
+
}).info(`Deleted "${selectedPattern}" from .gitignore.`);
|
|
423
|
+
continue;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
static async promptWithCancel(questions) {
|
|
428
|
+
let cancelled = false;
|
|
429
|
+
const result = await prompts(questions, {
|
|
430
|
+
onCancel: () => false,
|
|
431
|
+
});
|
|
432
|
+
if (Object.keys(result).length === 0) {
|
|
433
|
+
cancelled = true;
|
|
434
|
+
}
|
|
435
|
+
if (cancelled === true) {
|
|
436
|
+
return {
|
|
437
|
+
cancelled: true,
|
|
438
|
+
};
|
|
439
|
+
}
|
|
440
|
+
return {
|
|
441
|
+
cancelled: false,
|
|
442
|
+
result,
|
|
443
|
+
};
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
//# sourceMappingURL=gitignore.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitignore.js","sourceRoot":"","sources":["../../../../../src/cli/generate/must-haves/gitignore.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { CliGenerateMustHavesLicenseRunOptions, CliGenerateMustHavesLicenseRunReturns } from '../../../types/cli/generate/must-haves/license.d.ts';
|
|
2
|
+
export declare class CliGenerateMustHavesLicense {
|
|
3
|
+
static run(options: CliGenerateMustHavesLicenseRunOptions): CliGenerateMustHavesLicenseRunReturns;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=license.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"license.d.ts","sourceRoot":"","sources":["../../../../../src/cli/generate/must-haves/license.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAaV,qCAAqC,EAGrC,qCAAqC,EAKtC,MAAM,qDAAqD,CAAC;AAU7D,qBAAa,2BAA2B;WAalB,GAAG,CAAC,OAAO,EAAE,qCAAqC,GAAG,qCAAqC;CA4I/G"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { promises as fs } from 'fs';
|
|
2
|
+
import { join } from 'path';
|
|
3
|
+
import prompts from 'prompts';
|
|
4
|
+
import { LibNovaConfig } from '../../../lib/nova-config.js';
|
|
5
|
+
import { LIB_REGEX_PLACEHOLDER_ENTITY_NAME, LIB_REGEX_PLACEHOLDER_YEAR_RANGE, } from '../../../lib/regex.js';
|
|
6
|
+
import { isProjectRoot, resolveTemplatePath, saveGeneratedFile } from '../../../lib/utility.js';
|
|
7
|
+
import { Logger } from '../../../toolkit/index.js';
|
|
8
|
+
export class CliGenerateMustHavesLicense {
|
|
9
|
+
static async run(options) {
|
|
10
|
+
const currentDirectory = process.cwd();
|
|
11
|
+
const isAtProjectRoot = await isProjectRoot(currentDirectory);
|
|
12
|
+
if (isAtProjectRoot !== true) {
|
|
13
|
+
process.exitCode = 1;
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
const isDryRun = options['dryRun'] === true;
|
|
17
|
+
const isReplaceFile = options['replaceFile'] === true;
|
|
18
|
+
if (isDryRun === true) {
|
|
19
|
+
Logger.customize({
|
|
20
|
+
name: 'CliGenerateMustHavesLicense.run',
|
|
21
|
+
purpose: 'options',
|
|
22
|
+
}).warn('Dry run enabled. File changes will not be made in this session.');
|
|
23
|
+
}
|
|
24
|
+
if (isReplaceFile === true) {
|
|
25
|
+
const replaceFileNotice = (isDryRun === true) ? 'This option has no effect during a dry run session.' : 'Backup file will not be created.';
|
|
26
|
+
Logger.customize({
|
|
27
|
+
name: 'CliGenerateMustHavesLicense.run',
|
|
28
|
+
purpose: 'options',
|
|
29
|
+
}).warn(`Replace file enabled. ${replaceFileNotice}`);
|
|
30
|
+
}
|
|
31
|
+
const workingFile = await new LibNovaConfig().load();
|
|
32
|
+
const project = workingFile['project'];
|
|
33
|
+
const entityName = (project !== undefined) ? (project['legalName'] ?? '') : '';
|
|
34
|
+
const currentYear = new Date().getFullYear();
|
|
35
|
+
const startingYear = (project !== undefined) ? (project['startingYear'] ?? currentYear) : currentYear;
|
|
36
|
+
const yearRange = (startingYear === currentYear) ? String(currentYear) : `${startingYear}-${currentYear}`;
|
|
37
|
+
let licenseId = (project !== undefined) ? project['license'] : undefined;
|
|
38
|
+
if (licenseId !== undefined) {
|
|
39
|
+
Logger.customize({
|
|
40
|
+
name: 'CliGenerateMustHavesLicense.run',
|
|
41
|
+
purpose: 'license',
|
|
42
|
+
}).info(`Using license from nova.config.json: ${licenseId}`);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
Logger.customize({
|
|
46
|
+
name: 'CliGenerateMustHavesLicense.run',
|
|
47
|
+
purpose: 'license',
|
|
48
|
+
}).warn('No license specified in nova.config.json. You must select a license.');
|
|
49
|
+
const licenseChoices = [
|
|
50
|
+
{
|
|
51
|
+
title: 'MIT License',
|
|
52
|
+
value: 'MIT',
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
title: 'Apache License 2.0',
|
|
56
|
+
value: 'Apache-2.0',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
title: 'GNU General Public License v3.0',
|
|
60
|
+
value: 'GPL-3.0',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
title: 'GNU General Public License v2.0',
|
|
64
|
+
value: 'GPL-2.0',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
title: 'GNU Affero General Public License v3.0',
|
|
68
|
+
value: 'AGPL-3.0',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
title: 'GNU Lesser General Public License v2.1',
|
|
72
|
+
value: 'LGPL-2.1',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
title: 'BSD 2-Clause "Simplified" License',
|
|
76
|
+
value: 'BSD-2-Clause',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
title: 'BSD 3-Clause "New" or "Revised" License',
|
|
80
|
+
value: 'BSD-3-Clause',
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
title: 'Boost Software License 1.0',
|
|
84
|
+
value: 'BSL-1.0',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
title: 'Creative Commons Zero v1.0 Universal',
|
|
88
|
+
value: 'CC0-1.0',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
title: 'Eclipse Public License 2.0',
|
|
92
|
+
value: 'EPL-2.0',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
title: 'Mozilla Public License 2.0',
|
|
96
|
+
value: 'MPL-2.0',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
title: 'Proprietary (All Rights Reserved)',
|
|
100
|
+
value: 'Proprietary',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
title: 'The Unlicense',
|
|
104
|
+
value: 'Unlicense',
|
|
105
|
+
},
|
|
106
|
+
];
|
|
107
|
+
const licenseOutput = await prompts({
|
|
108
|
+
type: 'select',
|
|
109
|
+
name: 'licenseId',
|
|
110
|
+
message: 'Select a license',
|
|
111
|
+
choices: licenseChoices,
|
|
112
|
+
initial: 0,
|
|
113
|
+
});
|
|
114
|
+
const selectedLicense = licenseOutput['licenseId'];
|
|
115
|
+
if (selectedLicense === undefined) {
|
|
116
|
+
return;
|
|
117
|
+
}
|
|
118
|
+
licenseId = selectedLicense;
|
|
119
|
+
}
|
|
120
|
+
const content = (await fs.readFile(join(resolveTemplatePath(import.meta.url, 'generators/must-haves/license'), licenseId), 'utf-8'))
|
|
121
|
+
.replace(new RegExp(LIB_REGEX_PLACEHOLDER_ENTITY_NAME.source, 'g'), entityName)
|
|
122
|
+
.replace(new RegExp(LIB_REGEX_PLACEHOLDER_YEAR_RANGE.source, 'g'), yearRange);
|
|
123
|
+
const targetPath = join(currentDirectory, 'LICENSE');
|
|
124
|
+
if (isDryRun === true) {
|
|
125
|
+
return;
|
|
126
|
+
}
|
|
127
|
+
await saveGeneratedFile(targetPath, content, isReplaceFile);
|
|
128
|
+
return;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
//# sourceMappingURL=license.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"license.js","sourceRoot":"","sources":["../../../../../src/cli/generate/must-haves/license.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { CliGenerateMustHavesReadMeRunOptions, CliGenerateMustHavesReadMeRunReturns } from '../../../types/cli/generate/must-haves/read-me.d.ts';
|
|
2
|
+
export declare class CliGenerateMustHavesReadMe {
|
|
3
|
+
static run(options: CliGenerateMustHavesReadMeRunOptions): CliGenerateMustHavesReadMeRunReturns;
|
|
4
|
+
private static buildBadges;
|
|
5
|
+
private static buildCreditsSection;
|
|
6
|
+
private static detectFundPlatform;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=read-me.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"read-me.d.ts","sourceRoot":"","sources":["../../../../../src/cli/generate/must-haves/read-me.ts"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EA4CV,oCAAoC,EAWpC,oCAAoC,EAQrC,MAAM,qDAAqD,CAAC;AAW7D,qBAAa,0BAA0B;WAajB,GAAG,CAAC,OAAO,EAAE,oCAAoC,GAAG,oCAAoC;IA2H5G,OAAO,CAAC,MAAM,CAAC,WAAW;IA2E1B,OAAO,CAAC,MAAM,CAAC,mBAAmB;IAgHlC,OAAO,CAAC,MAAM,CAAC,kBAAkB;CAuFlC"}
|