@reliverse/dler 1.7.119 → 1.7.121
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/bin/impl/add/add-global/install-impl.d.ts +38 -0
- package/bin/impl/add/add-global/install-impl.js +254 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/auth-config.d.ts +1 -13
- package/bin/{app/better/auth/init/cmd.d.ts → impl/auth/impl/init.d.ts} +57 -34
- package/bin/impl/auth/impl/init.js +367 -0
- package/bin/impl/auth/impl/migrate.d.ts +6 -0
- package/bin/{app/better/auth/migrate/cmd.js → impl/auth/impl/migrate.js} +2 -28
- package/bin/impl/auth/impl/types.d.ts +12 -0
- package/bin/{app → impl}/config/constants.d.ts +1 -1
- package/bin/{app → impl}/config/constants.js +1 -1
- package/bin/{app → impl}/config/core-cfg.js +6 -1
- package/bin/impl/conv/mod.d.ts +26 -0
- package/bin/{app/conv/cmd.js → impl/conv/mod.js} +4 -4
- package/bin/impl/merge/mod.d.ts +10 -0
- package/bin/impl/merge/mod.js +203 -0
- package/bin/impl/pack/mod.d.ts +43 -0
- package/bin/impl/pack/mod.js +200 -0
- package/bin/impl/remdn/mod.d.ts +45 -0
- package/bin/{app/remdn/cmd.js → impl/remdn/mod.js} +26 -100
- package/bin/impl/rempts/cmd.d.ts +18 -0
- package/bin/{app → impl}/rempts/cmd.js +7 -167
- package/bin/{app → impl}/update/impl.d.ts +12 -12
- package/bin/{app → impl}/update/impl.js +15 -15
- package/bin/{app → impl}/update/utils.js +3 -1
- package/bin/mod.d.ts +435 -431
- package/bin/mod.js +450 -374
- package/package.json +7 -13
- package/bin/app/add/add-global/install-impl.d.ts +0 -9
- package/bin/app/add/add-global/install-impl.js +0 -138
- package/bin/app/add/add-rule/add-rule-mod.d.ts +0 -19
- package/bin/app/add/add-rule/add-rule-mod.js +0 -55
- package/bin/app/add/cmd.d.ts +0 -19
- package/bin/app/add/cmd.js +0 -55
- package/bin/app/ai/ai-impl/gen/image.d.ts +0 -29
- package/bin/app/ai/ai-impl/gen/image.js +0 -77
- package/bin/app/ai/cmd.d.ts +0 -19
- package/bin/app/ai/cmd.js +0 -63
- package/bin/app/better/auth/cmd.d.ts +0 -13
- package/bin/app/better/auth/cmd.js +0 -70
- package/bin/app/better/auth/generate/cmd.d.ts +0 -23
- package/bin/app/better/auth/generate/cmd.js +0 -127
- package/bin/app/better/auth/generateSecret/cmd.d.ts +0 -2
- package/bin/app/better/auth/generateSecret/cmd.js +0 -21
- package/bin/app/better/auth/init/cmd.js +0 -980
- package/bin/app/better/auth/migrate/cmd.d.ts +0 -24
- package/bin/app/catalog/cmd.d.ts +0 -13
- package/bin/app/catalog/cmd.js +0 -48
- package/bin/app/check/cmd.d.ts +0 -64
- package/bin/app/check/cmd.js +0 -318
- package/bin/app/clone/cmd.d.ts +0 -43
- package/bin/app/clone/cmd.js +0 -112
- package/bin/app/cmod/cmd.d.ts +0 -31
- package/bin/app/cmod/cmd.js +0 -66
- package/bin/app/config/cmd.d.ts +0 -28
- package/bin/app/config/cmd.js +0 -61
- package/bin/app/conv/cmd.d.ts +0 -8
- package/bin/app/create/cmd.d.ts +0 -47
- package/bin/app/create/cmd.js +0 -170
- package/bin/app/env/cmd.d.ts +0 -7
- package/bin/app/env/cmd.js +0 -19
- package/bin/app/fs/cmd.d.ts +0 -67
- package/bin/app/fs/cmd.js +0 -302
- package/bin/app/get/cmd.d.ts +0 -1
- package/bin/app/get/cmd.js +0 -1
- package/bin/app/get/get-mod.d.ts +0 -31
- package/bin/app/get/get-mod.js +0 -68
- package/bin/app/help/cmd.d.ts +0 -7
- package/bin/app/help/cmd.js +0 -23
- package/bin/app/help/help-impl.d.ts +0 -7
- package/bin/app/help/help-impl.js +0 -23
- package/bin/app/init/cmd-2.d.ts +0 -13
- package/bin/app/init/cmd-2.js +0 -68
- package/bin/app/init/cmd.d.ts +0 -2
- package/bin/app/init/cmd.js +0 -14
- package/bin/app/inject/cmd.js +0 -0
- package/bin/app/install/cmd.d.ts +0 -62
- package/bin/app/install/cmd.js +0 -126
- package/bin/app/libs/cmd.d.ts +0 -12
- package/bin/app/libs/cmd.js +0 -99
- package/bin/app/login/cmd.d.ts +0 -7
- package/bin/app/login/cmd.js +0 -41
- package/bin/app/logout/cmd.d.ts +0 -7
- package/bin/app/logout/cmd.js +0 -47
- package/bin/app/magic/cmd.d.ts +0 -31
- package/bin/app/magic/cmd.js +0 -112
- package/bin/app/magic/old.d.ts +0 -0
- package/bin/app/magic/old.js +0 -0
- package/bin/app/memory/cmd.d.ts +0 -2
- package/bin/app/memory/cmd.js +0 -26
- package/bin/app/memory/memory-impl.d.ts +0 -2
- package/bin/app/memory/memory-impl.js +0 -26
- package/bin/app/merge/cmd.d.ts +0 -127
- package/bin/app/merge/cmd.js +0 -506
- package/bin/app/migrate/cmd.d.ts +0 -55
- package/bin/app/migrate/cmd.js +0 -274
- package/bin/app/mkdist/cmd.d.ts +0 -79
- package/bin/app/mkdist/cmd.js +0 -122
- package/bin/app/mrse/cmd.d.ts +0 -41
- package/bin/app/mrse/cmd.js +0 -389
- package/bin/app/pack/cmd.d.ts +0 -68
- package/bin/app/pack/cmd.js +0 -516
- package/bin/app/providers/cmd.d.ts +0 -74
- package/bin/app/providers/cmd.js +0 -299
- package/bin/app/remdn/cmd.d.ts +0 -35
- package/bin/app/remove/cmd.d.ts +0 -60
- package/bin/app/remove/cmd.js +0 -303
- package/bin/app/rempts/cmd.d.ts +0 -25
- package/bin/app/schema/cmd.d.ts +0 -2
- package/bin/app/schema/cmd.js +0 -24
- package/bin/app/split/cmd.d.ts +0 -29
- package/bin/app/split/cmd.js +0 -37
- package/bin/app/studio/cmd.d.ts +0 -2
- package/bin/app/studio/cmd.js +0 -20
- package/bin/app/studio/studio-impl.d.ts +0 -2
- package/bin/app/studio/studio-impl.js +0 -20
- package/bin/app/transform/cmd.d.ts +0 -0
- package/bin/app/transform/cmd.js +0 -0
- package/bin/app/upload/cmd.d.ts +0 -17
- package/bin/app/upload/cmd.js +0 -67
- package/bin/app/x/cmd.d.ts +0 -74
- package/bin/app/x/cmd.js +0 -264
- package/bin/{app → impl}/add/add-global/install-mod.d.ts +0 -0
- package/bin/{app → impl}/add/add-global/install-mod.js +0 -0
- package/bin/{app → impl}/add/add-local/api/orpc.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/api/orpc.js +0 -0
- package/bin/{app → impl}/add/add-local/api/trpc.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/api/trpc.js +0 -0
- package/bin/{app → impl}/add/add-local/auth/better-auth.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/auth/better-auth.js +0 -0
- package/bin/{app → impl}/add/add-local/auth/clerk-auth.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/auth/clerk-auth.js +0 -0
- package/bin/{app → impl}/add/add-local/auth/next-auth.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/auth/next-auth.js +0 -0
- package/bin/{app → impl}/add/add-local/core/deps.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/core/deps.js +0 -0
- package/bin/{app → impl}/add/add-local/core/prompts.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/core/prompts.js +0 -0
- package/bin/{app → impl}/add/add-local/core/templates.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/core/templates.js +0 -0
- package/bin/{app → impl}/add/add-local/core/types.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/core/types.js +0 -0
- package/bin/{app → impl}/add/add-local/db/drizzle.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/db/drizzle.js +0 -0
- package/bin/{app → impl}/add/add-local/db/prisma.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/db/prisma.js +0 -0
- package/bin/{app → impl}/add/add-local/files/uploadthing.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/files/uploadthing.js +0 -0
- package/bin/{app → impl}/add/add-local/form/react-hook-form.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/form/react-hook-form.js +0 -0
- package/bin/{app → impl}/add/add-local/form/tanstack-form.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/form/tanstack-form.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/browser/plasmo.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/browser/plasmo.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/browser/wxt.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/browser/wxt.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/configs/eslint-config.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/configs/eslint-config.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/native/lynx.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/native/lynx.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/native/react.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/native/react.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/plugins/eslint-plugin.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/plugins/eslint-plugin.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/vscode/vscode-ext.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/vscode/vscode-ext.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/astro.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/astro.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/jstack.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/jstack.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/next.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/next.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/start.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/start.js +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/vite.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/fws/web/vite.js +0 -0
- package/bin/{app → impl}/add/add-local/i18n/gt-libs.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/i18n/gt-libs.js +0 -0
- package/bin/{app → impl}/add/add-local/i18n/languine.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/i18n/languine.js +0 -0
- package/bin/{app → impl}/add/add-local/i18n/next-intl.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/i18n/next-intl.js +0 -0
- package/bin/{app → impl}/add/add-local/llm/vercel.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/llm/vercel.js +0 -0
- package/bin/{app → impl}/add/add-local/mail/resend.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/mail/resend.js +0 -0
- package/bin/{app → impl}/add/add-local/pay/polar.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/pay/polar.js +0 -0
- package/bin/{app → impl}/add/add-local/pay/stripe.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/pay/stripe.js +0 -0
- package/bin/{app → impl}/add/add-local/tool/biome.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/tool/biome.js +0 -0
- package/bin/{app → impl}/add/add-local/tool/eslint.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/tool/eslint.js +0 -0
- package/bin/{app → impl}/add/add-local/tool/oxlint.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/tool/oxlint.js +0 -0
- package/bin/{app → impl}/add/add-local/ui/21st.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/ui/21st.js +0 -0
- package/bin/{app → impl}/add/add-local/ui/shadcn.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/ui/shadcn.js +0 -0
- package/bin/{app → impl}/add/add-local/ui/tailwind.d.ts +0 -0
- package/bin/{app → impl}/add/add-local/ui/tailwind.js +0 -0
- package/bin/{app → impl}/add/add-rule/add-rule-const.d.ts +0 -0
- package/bin/{app → impl}/add/add-rule/add-rule-const.js +0 -0
- package/bin/{app → impl}/add/add-rule/add-rule-impl.d.ts +0 -0
- package/bin/{app → impl}/add/add-rule/add-rule-impl.js +0 -0
- package/bin/{app → impl}/add/add-rule/add-rule-types.d.ts +0 -0
- package/bin/{app → impl}/add/add-rule/add-rule-types.js +0 -0
- package/bin/{app → impl}/add/add-rule/add-rule-utils.d.ts +0 -0
- package/bin/{app → impl}/add/add-rule/add-rule-utils.js +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-auth.d.ts +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-auth.js +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-chat.d.ts +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-chat.js +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-const.d.ts +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-const.js +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-tools.d.ts +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-tools.js +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-types.d.ts +0 -0
- package/bin/{app → impl}/ai/ai-impl/ai-types.js +0 -0
- package/bin/{app → impl}/ai/ai-impl/code/code-mod.d.ts +0 -0
- package/bin/{app → impl}/ai/ai-impl/code/code-mod.js +0 -0
- package/bin/{app → impl}/ai/ai-impl/mcp/mcp-mod.d.ts +0 -0
- package/bin/{app → impl}/ai/ai-impl/mcp/mcp-mod.js +0 -0
- package/bin/{app → impl}/ai/ai-impl/relinter/relinter.d.ts +0 -0
- package/bin/{app → impl}/ai/ai-impl/relinter/relinter.js +0 -0
- package/bin/{app → impl}/ai/ai-menu.d.ts +0 -0
- package/bin/{app → impl}/ai/ai-menu.js +0 -0
- package/bin/{app/better → impl}/auth/consts.d.ts +0 -0
- package/bin/{app/better → impl}/auth/consts.js +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/auth-config.js +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/drizzle.d.ts +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/drizzle.js +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/index.d.ts +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/index.js +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/kysely.d.ts +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/kysely.js +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/prisma.d.ts +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/prisma.js +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/types.d.ts +0 -0
- package/bin/{app/better/auth/(generators) → impl/auth/generators}/types.js +0 -0
- package/bin/{app/build/providers/bun/bun-build.d.ts → impl/auth/impl/types.js} +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/add-svelte-kit-env-modules.d.ts +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/add-svelte-kit-env-modules.js +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/check-package-managers.d.ts +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/check-package-managers.js +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/format-ms.d.ts +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/format-ms.js +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/generate-secret.d.ts +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/generate-secret.js +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/get-config.d.ts +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/get-config.js +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/get-package-info.d.ts +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/get-package-info.js +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/get-tsconfig-info.d.ts +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/get-tsconfig-info.js +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/install-dependencies.d.ts +0 -0
- package/bin/{app/better/auth/(utils) → impl/auth/utils}/install-dependencies.js +0 -0
- package/bin/{app → impl}/build/binary-flow.d.ts +0 -0
- package/bin/{app → impl}/build/binary-flow.js +0 -0
- package/bin/{app → impl}/build/build-library.d.ts +0 -0
- package/bin/{app → impl}/build/build-library.js +0 -0
- package/bin/{app → impl}/build/build-regular.d.ts +0 -0
- package/bin/{app → impl}/build/build-regular.js +0 -0
- package/bin/{app → impl}/build/impl.d.ts +0 -0
- package/bin/{app → impl}/build/impl.js +0 -0
- package/bin/{app → impl}/build/library-flow.d.ts +0 -0
- package/bin/{app → impl}/build/library-flow.js +0 -0
- package/bin/{app → impl}/build/postbuild.d.ts +0 -0
- package/bin/{app → impl}/build/postbuild.js +0 -0
- package/bin/{app → impl}/build/ppb-utils.d.ts +0 -0
- package/bin/{app → impl}/build/ppb-utils.js +0 -0
- package/bin/{app → impl}/build/prebuild.d.ts +0 -0
- package/bin/{app → impl}/build/prebuild.js +0 -0
- package/bin/{app → impl}/build/providers/auto.d.ts +0 -0
- package/bin/{app → impl}/build/providers/auto.js +0 -0
- package/bin/{app → impl}/build/providers/build.d.ts +0 -0
- package/bin/{app → impl}/build/providers/build.js +0 -0
- package/bin/{app/build/providers/bun/bun-build.js → impl/build/providers/bun/bun-build.d.ts} +0 -0
- package/bin/{app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-types.js → impl/build/providers/bun/bun-build.js} +0 -0
- package/bin/{app → impl}/build/providers/bun/single-file.d.ts +0 -0
- package/bin/{app → impl}/build/providers/bun/single-file.js +0 -0
- package/bin/{app → impl}/build/providers/copy/copy-mod.d.ts +0 -0
- package/bin/{app → impl}/build/providers/copy/copy-mod.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loader.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loader.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/js.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/js.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/loaders-mod.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/loaders-mod.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/postcss.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/postcss.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/sass.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/sass.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/vue.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/loaders/vue.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/make.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/make.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/utils/dts.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/utils/dts.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/utils/fs.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/utils/fs.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/utils/vue-dts.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-impl/utils/vue-dts.js +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-mod.d.ts +0 -0
- package/bin/{app → impl}/build/providers/mkdist/mkdist-mod.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/build.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/build.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/config.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/config.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/cjs.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/cjs.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/esbuild.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/esbuild.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/json.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/json.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/raw.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/raw.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/shebang.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/plugins/shebang.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/stub.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/stub.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/utils.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/utils.js +0 -0
- package/bin/{app → impl}/build/providers/rollup/watch.d.ts +0 -0
- package/bin/{app → impl}/build/providers/rollup/watch.js +0 -0
- package/bin/{app → impl}/build/providers/untyped/untyped-mod.d.ts +0 -0
- package/bin/{app → impl}/build/providers/untyped/untyped-mod.js +0 -0
- package/bin/{app → impl}/build/providers/utils.d.ts +0 -0
- package/bin/{app → impl}/build/providers/utils.js +0 -0
- package/bin/{app → impl}/build/providers/validate.d.ts +0 -0
- package/bin/{app → impl}/build/providers/validate.js +0 -0
- package/bin/{app → impl}/build/regular-flow.d.ts +0 -0
- package/bin/{app → impl}/build/regular-flow.js +0 -0
- package/bin/{app → impl}/clone/firecrawl/firecrawl-mod.d.ts +0 -0
- package/bin/{app → impl}/clone/firecrawl/firecrawl-mod.js +0 -0
- package/bin/{app → impl}/cmod/cmod-impl.d.ts +0 -0
- package/bin/{app → impl}/cmod/cmod-impl.js +0 -0
- package/bin/{app → impl}/config/biome.d.ts +0 -0
- package/bin/{app → impl}/config/biome.js +0 -0
- package/bin/{app → impl}/config/comments.d.ts +0 -0
- package/bin/{app → impl}/config/comments.js +0 -0
- package/bin/{app → impl}/config/content.d.ts +0 -0
- package/bin/{app → impl}/config/content.js +0 -0
- package/bin/{app → impl}/config/core-cfg.d.ts +0 -0
- package/bin/{app → impl}/config/core.d.ts +0 -0
- package/bin/{app → impl}/config/core.js +0 -0
- package/bin/{app → impl}/config/create.d.ts +0 -0
- package/bin/{app → impl}/config/create.js +0 -0
- package/bin/{app → impl}/config/def-utils.d.ts +0 -0
- package/bin/{app → impl}/config/def-utils.js +0 -0
- package/bin/{app → impl}/config/detect.d.ts +0 -0
- package/bin/{app → impl}/config/detect.js +0 -0
- package/bin/{app → impl}/config/gen-cfg.d.ts +0 -0
- package/bin/{app → impl}/config/gen-cfg.js +0 -0
- package/bin/{app → impl}/config/impl/typebox.d.ts +0 -0
- package/bin/{app → impl}/config/impl/typebox.js +0 -0
- package/bin/{app → impl}/config/load.d.ts +0 -0
- package/bin/{app → impl}/config/load.js +0 -0
- package/bin/{app → impl}/config/migrate.d.ts +0 -0
- package/bin/{app → impl}/config/migrate.js +0 -0
- package/bin/{app → impl}/config/path.d.ts +0 -0
- package/bin/{app → impl}/config/path.js +0 -0
- package/bin/{app → impl}/config/prepare.d.ts +0 -0
- package/bin/{app → impl}/config/prepare.js +0 -0
- package/bin/{app → impl}/config/prompts.d.ts +0 -0
- package/bin/{app → impl}/config/prompts.js +0 -0
- package/bin/{app → impl}/config/read.d.ts +0 -0
- package/bin/{app → impl}/config/read.js +0 -0
- package/bin/{app → impl}/config/repair.d.ts +0 -0
- package/bin/{app → impl}/config/repair.js +0 -0
- package/bin/{app → impl}/config/unstable.d.ts +0 -0
- package/bin/{app → impl}/config/unstable.js +0 -0
- package/bin/{app → impl}/config/update.d.ts +0 -0
- package/bin/{app → impl}/config/update.js +0 -0
- package/bin/{app → impl}/config/utils.d.ts +0 -0
- package/bin/{app → impl}/config/utils.js +0 -0
- package/bin/{app → impl}/cross/mod.d.ts +0 -0
- package/bin/{app → impl}/cross/mod.js +0 -0
- package/bin/{app → impl}/db/client.d.ts +0 -0
- package/bin/{app → impl}/db/client.js +0 -0
- package/bin/{app → impl}/db/config.d.ts +0 -0
- package/bin/{app → impl}/db/config.js +0 -0
- package/bin/{app → impl}/db/messages.d.ts +0 -0
- package/bin/{app → impl}/db/messages.js +0 -0
- package/bin/{app → impl}/db/schema.d.ts +0 -0
- package/bin/{app → impl}/db/schema.js +0 -0
- package/bin/{app → impl}/env/env-impl.d.ts +0 -0
- package/bin/{app → impl}/env/env-impl.js +0 -0
- package/bin/{app/get/get-impl → impl/get}/get-core.d.ts +0 -0
- package/bin/{app/get/get-impl → impl/get}/get-core.js +0 -0
- package/bin/{app → impl}/init/init-utils/init-impl.d.ts +0 -0
- package/bin/{app → impl}/init/init-utils/init-impl.js +0 -0
- package/bin/{app → impl}/init/init-utils/init-utils.d.ts +0 -0
- package/bin/{app → impl}/init/init-utils/init-utils.js +0 -0
- package/bin/{app → impl}/init/init-utils/mm-deprecated/editor-menu.d.ts +0 -0
- package/bin/{app → impl}/init/init-utils/mm-deprecated/editor-menu.js +0 -0
- package/bin/{app → impl}/init/mm-deprecated/drizzle/manageDrizzleConstants.d.ts +0 -0
- package/bin/{app → impl}/init/mm-deprecated/drizzle/manageDrizzleConstants.js +0 -0
- package/bin/{app → impl}/init/mm-deprecated/drizzle/manageDrizzleSchema.d.ts +0 -0
- package/bin/{app → impl}/init/mm-deprecated/drizzle/manageDrizzleSchema.js +0 -0
- package/bin/{app → impl}/init/mm-deprecated/drizzle/manageDrizzleSchemaUtils.d.ts +0 -0
- package/bin/{app → impl}/init/mm-deprecated/drizzle/manageDrizzleSchemaUtils.js +0 -0
- package/bin/{app → impl}/init/mm-deprecated/editor-impl.d.ts +0 -0
- package/bin/{app → impl}/init/mm-deprecated/editor-impl.js +0 -0
- package/bin/{app → impl}/init/mm-deprecated/editor-mod.d.ts +0 -0
- package/bin/{app → impl}/init/mm-deprecated/editor-mod.js +0 -0
- package/bin/{app → impl}/init/mm-deprecated/feature-add.d.ts +0 -0
- package/bin/{app → impl}/init/mm-deprecated/feature-add.js +0 -0
- package/bin/{app → impl}/init/mm-deprecated/feature-rm.d.ts +0 -0
- package/bin/{app → impl}/init/mm-deprecated/feature-rm.js +0 -0
- package/bin/{app → impl}/init/mm-deprecated/shadcn/shadcn-mod.d.ts +0 -0
- package/bin/{app → impl}/init/mm-deprecated/shadcn/shadcn-mod.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-impl.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-impl.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-mod.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-mod.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/cli-main-modules/cli-menu-items/showCloneProjectMenu.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/cli-main-modules/cli-menu-items/showCloneProjectMenu.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/cli-main-modules/modules/showAnykeyPrompt.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/cli-main-modules/modules/showAnykeyPrompt.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/compose-env-file/cef-impl.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/compose-env-file/cef-impl.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/compose-env-file/cef-keys.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/compose-env-file/cef-keys.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/compose-env-file/cef-mod.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/compose-env-file/cef-mod.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/deploy.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/deploy.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/gdp-mod.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/gdp-mod.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/git.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/git.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/github.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/github.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/helpers/domainHelpers.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/helpers/domainHelpers.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/helpers/handlePkgJsonScripts.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/helpers/handlePkgJsonScripts.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/helpers/promptForDomain.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/helpers/promptForDomain.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/utils-git-github.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/utils-git-github.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/utils-private-repo.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/utils-private-repo.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/utils-repo-exists.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/utils-repo-exists.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-api.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-api.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-check.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-check.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-config.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-config.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-create.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-create.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-deploy.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-deploy.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-domain.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-domain.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-env.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-env.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-team.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-team.js +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-types.d.ts +0 -0
- package/bin/{app/inject/cmd.d.ts → impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-types.js} +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-utils.d.ts +0 -0
- package/bin/{app → impl}/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-utils.js +0 -0
- package/bin/{app → impl}/inject/inject-impl-mod.d.ts +0 -0
- package/bin/{app → impl}/inject/inject-impl-mod.js +0 -0
- package/bin/{app/invoke/cmd.d.ts → impl/invoke/mod.d.ts} +0 -0
- package/bin/{app/invoke/cmd.js → impl/invoke/mod.js} +0 -0
- package/bin/{app → impl}/login/login-impl.d.ts +0 -0
- package/bin/{app → impl}/login/login-impl.js +0 -0
- package/bin/{app → impl}/logout/logout-impl.d.ts +0 -0
- package/bin/{app → impl}/logout/logout-impl.js +0 -0
- package/bin/{app → impl}/magic/magic-apply.d.ts +0 -0
- package/bin/{app → impl}/magic/magic-apply.js +0 -0
- package/bin/{app → impl}/magic/magic-spells.d.ts +0 -0
- package/bin/{app → impl}/magic/magic-spells.js +0 -0
- package/bin/{app → impl}/migrate/codemods/anything-bun.d.ts +0 -0
- package/bin/{app → impl}/migrate/codemods/anything-bun.js +0 -0
- package/bin/{app → impl}/migrate/codemods/commander-rempts.d.ts +0 -0
- package/bin/{app → impl}/migrate/codemods/commander-rempts.js +0 -0
- package/bin/{app → impl}/migrate/codemods/console-relinka.d.ts +0 -0
- package/bin/{app → impl}/migrate/codemods/console-relinka.js +0 -0
- package/bin/{app → impl}/migrate/codemods/fs-relifso.d.ts +0 -0
- package/bin/{app → impl}/migrate/codemods/fs-relifso.js +0 -0
- package/bin/{app → impl}/migrate/codemods/monorepo-catalog.d.ts +0 -0
- package/bin/{app → impl}/migrate/codemods/monorepo-catalog.js +0 -0
- package/bin/{app → impl}/migrate/codemods/nodenext-bundler.d.ts +0 -0
- package/bin/{app → impl}/migrate/codemods/nodenext-bundler.js +0 -0
- package/bin/{app → impl}/migrate/codemods/path-pathkit.d.ts +0 -0
- package/bin/{app → impl}/migrate/codemods/path-pathkit.js +0 -0
- package/bin/{app → impl}/migrate/codemods/readdir-glob.d.ts +0 -0
- package/bin/{app → impl}/migrate/codemods/readdir-glob.js +0 -0
- package/bin/{app → impl}/mrse/mrse-impl.d.ts +0 -0
- package/bin/{app → impl}/mrse/mrse-impl.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/better-t-stack-mod.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/better-t-stack-mod.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/better-t-stack-types.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/better-t-stack-types.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/constants.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/constants.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/mongodb-atlas-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/mongodb-atlas-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/neon-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/neon-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/prisma-postgres-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/prisma-postgres-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/supabase-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/supabase-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/turso-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/database-providers/turso-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/create-project.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/create-project.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/create-readme.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/create-readme.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/env-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/env-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/install-dependencies.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/install-dependencies.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/post-installation.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/post-installation.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/project-config.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/project-config.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/template-manager.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/project-generation/template-manager.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/addons-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/addons-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/api-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/api-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/auth-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/auth-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/backend-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/backend-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/db-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/db-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/examples-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/examples-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/runtime-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/runtime-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/starlight-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/starlight-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/tauri-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/helpers/setup/tauri-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/addons.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/addons.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/api.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/api.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/auth.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/auth.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/backend.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/backend.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/base.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/base.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/01dad80fc2.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/0ba5eb8b0a.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/19b53640a9.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/206a875d5d.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/2dc8b34485.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/3f71f5a845.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/6eda863d14.ico +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/70aadde45a.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/9ecfcc8f0e.ico +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/9fc7a0c84f.ico +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/b72f6b7339.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/cb25ca74dd.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/dee83fc2fb.png +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/binaries/eda53e30fe.svg +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/db.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/db.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/examples.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/examples.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/extras.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/extras.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/frontend.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/frontend.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/runtime.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/packed/runtime.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/addons.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/addons.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/api.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/api.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/auth.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/auth.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/backend.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/backend.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/config-prompts.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/config-prompts.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/database-setup.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/database-setup.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/database.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/database.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/examples.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/examples.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/frontend.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/frontend.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/git.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/git.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/install.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/install.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/orm.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/orm.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/package-manager.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/package-manager.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/project-name.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/project-name.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/runtime.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/prompts/runtime.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/types.d.ts +3 -3
- package/bin/{app → impl}/providers/better-t-stack/types.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/add-package-deps.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/add-package-deps.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/analytics.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/analytics.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/command-exists.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/command-exists.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/display-config.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/display-config.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/generate-reproducible-command.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/generate-reproducible-command.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/get-latest-cli-version.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/get-latest-cli-version.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/get-package-execution-command.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/get-package-execution-command.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/get-package-manager.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/get-package-manager.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/open-url.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/open-url.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/render-title.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/render-title.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/sponsors.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/sponsors.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/template-processor.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/utils/template-processor.js +0 -0
- package/bin/{app → impl}/providers/better-t-stack/validation.d.ts +0 -0
- package/bin/{app → impl}/providers/better-t-stack/validation.js +0 -0
- package/bin/{app → impl}/providers/package.json +0 -0
- package/bin/{app → impl}/providers/reliverse-stack/reliverse-stack-mod.d.ts +0 -0
- package/bin/{app → impl}/providers/reliverse-stack/reliverse-stack-mod.js +0 -0
- package/bin/{app → impl}/providers/reliverse-stack/rs-impl.d.ts +0 -0
- package/bin/{app → impl}/providers/reliverse-stack/rs-impl.js +0 -0
- package/bin/{app → impl}/pub/impl.d.ts +0 -0
- package/bin/{app → impl}/pub/impl.js +0 -0
- package/bin/{app → impl}/pub/pub-library.d.ts +0 -0
- package/bin/{app → impl}/pub/pub-library.js +0 -0
- package/bin/{app → impl}/pub/pub-regular.d.ts +0 -0
- package/bin/{app → impl}/pub/pub-regular.js +0 -0
- package/bin/{app → impl}/rules/reliverse/dler-config-health/dler-config-health.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/dler-config-health/dler-config-health.js +0 -0
- package/bin/{app → impl}/rules/reliverse/file-extensions/file-extensions.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/file-extensions/file-extensions.js +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/analyzer.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/analyzer.js +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/deps-mod.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/deps-mod.js +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/deps-types.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/deps-types.js +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/filesystem.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/filesystem.js +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/formatter.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/formatter.js +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/parser.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/missing-deps/parser.js +0 -0
- package/bin/{app → impl}/rules/reliverse/no-dynamic-imports/no-dynamic-imports.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/no-dynamic-imports/no-dynamic-imports.js +0 -0
- package/bin/{app → impl}/rules/reliverse/no-index-files/no-index-files.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/no-index-files/no-index-files.js +0 -0
- package/bin/{app → impl}/rules/reliverse/package-json-health/package-json-health.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/package-json-health/package-json-health.js +0 -0
- package/bin/{app → impl}/rules/reliverse/path-extensions/path-extensions.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/path-extensions/path-extensions.js +0 -0
- package/bin/{app → impl}/rules/reliverse/self-include/self-include.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/self-include/self-include.js +0 -0
- package/bin/{app → impl}/rules/reliverse/tsconfig-health/tsconfig-health.d.ts +0 -0
- package/bin/{app → impl}/rules/reliverse/tsconfig-health/tsconfig-health.js +0 -0
- package/bin/{app → impl}/rules/rules-consts.d.ts +0 -0
- package/bin/{app → impl}/rules/rules-consts.js +0 -0
- package/bin/{app → impl}/rules/rules-mod.d.ts +0 -0
- package/bin/{app → impl}/rules/rules-mod.js +0 -0
- package/bin/{app → impl}/rules/rules-utils.d.ts +0 -0
- package/bin/{app → impl}/rules/rules-utils.js +0 -0
- package/bin/{app → impl}/schema/gen.d.ts +0 -0
- package/bin/{app → impl}/schema/gen.js +0 -0
- package/bin/{app → impl}/schema/mod.d.ts +0 -0
- package/bin/{app → impl}/schema/mod.js +0 -0
- package/bin/{app → impl}/schema/utils.d.ts +0 -0
- package/bin/{app → impl}/schema/utils.js +0 -0
- package/bin/{app → impl}/split/impl.d.ts +0 -0
- package/bin/{app → impl}/split/impl.js +0 -0
- package/bin/{app → impl}/toolbox/toolbox-impl.d.ts +0 -0
- package/bin/{app → impl}/toolbox/toolbox-impl.js +0 -0
- package/bin/{app → impl}/toolbox/toolbox-vercel.d.ts +0 -0
- package/bin/{app → impl}/toolbox/toolbox-vercel.js +0 -0
- package/bin/{app → impl}/transform/transform-impl-mod.d.ts +0 -0
- package/bin/{app → impl}/transform/transform-impl-mod.js +0 -0
- package/bin/{app → impl}/types/mod.d.ts +0 -0
- package/bin/{app → impl}/types/mod.js +0 -0
- package/bin/{app → impl}/update/utils.d.ts +0 -0
- package/bin/{app → impl}/upload/providers/providers-mod.d.ts +0 -0
- package/bin/{app → impl}/upload/providers/providers-mod.js +0 -0
- package/bin/{app → impl}/upload/providers/uploadcare.d.ts +0 -0
- package/bin/{app → impl}/upload/providers/uploadcare.js +0 -0
- package/bin/{app → impl}/upload/providers/uploadthing.d.ts +0 -0
- package/bin/{app → impl}/upload/providers/uploadthing.js +0 -0
- package/bin/{app → impl}/upload/upload-utils.d.ts +0 -0
- package/bin/{app → impl}/upload/upload-utils.js +0 -0
- package/bin/{app → impl}/utils/agg/agg-1.d.ts +0 -0
- package/bin/{app → impl}/utils/agg/agg-1.js +0 -0
- package/bin/{app → impl}/utils/agg/agg-2.d.ts +0 -0
- package/bin/{app → impl}/utils/agg/agg-2.js +0 -0
- package/bin/{app → impl}/utils/agg/agg-3.d.ts +0 -0
- package/bin/{app → impl}/utils/agg/agg-3.js +0 -0
- package/bin/{app → impl}/utils/agg/agg-4.d.ts +0 -0
- package/bin/{app → impl}/utils/agg/agg-4.js +0 -0
- package/bin/{app → impl}/utils/agg/agg-5.d.ts +0 -0
- package/bin/{app → impl}/utils/agg/agg-5.js +0 -0
- package/bin/{app → impl}/utils/b-exts.d.ts +0 -0
- package/bin/{app → impl}/utils/b-exts.js +0 -0
- package/bin/{app → impl}/utils/badgeNotifiers.d.ts +0 -0
- package/bin/{app → impl}/utils/badgeNotifiers.js +0 -0
- package/bin/{app → impl}/utils/binary.d.ts +0 -0
- package/bin/{app → impl}/utils/binary.js +0 -0
- package/bin/{app → impl}/utils/codemods/convertCjsToEsm.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/convertCjsToEsm.js +0 -0
- package/bin/{app → impl}/utils/codemods/convertDatabase.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/convertDatabase.js +0 -0
- package/bin/{app → impl}/utils/codemods/convertDefinitions.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/convertDefinitions.js +0 -0
- package/bin/{app → impl}/utils/codemods/convertImportStyle.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/convertImportStyle.js +0 -0
- package/bin/{app → impl}/utils/codemods/convertJsToTs.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/convertJsToTs.js +0 -0
- package/bin/{app → impl}/utils/codemods/convertQuoteStyle.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/convertQuoteStyle.js +0 -0
- package/bin/{app → impl}/utils/codemods/convertRuntime.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/convertRuntime.js +0 -0
- package/bin/{app → impl}/utils/codemods/convertToMonorepo.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/convertToMonorepo.js +0 -0
- package/bin/{app → impl}/utils/codemods/removeComments.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/removeComments.js +0 -0
- package/bin/{app → impl}/utils/codemods/removeUnusedDeps.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/removeUnusedDeps.js +0 -0
- package/bin/{app → impl}/utils/codemods/replaceImportSymbol.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/replaceImportSymbol.js +0 -0
- package/bin/{app → impl}/utils/codemods/replaceWithModern.d.ts +0 -0
- package/bin/{app → impl}/utils/codemods/replaceWithModern.js +0 -0
- package/bin/{app → impl}/utils/comments.d.ts +0 -0
- package/bin/{app → impl}/utils/comments.js +0 -0
- package/bin/{app → impl}/utils/common.d.ts +0 -0
- package/bin/{app → impl}/utils/common.js +0 -0
- package/bin/{app → impl}/utils/createPackageJSON.d.ts +0 -0
- package/bin/{app → impl}/utils/createPackageJSON.js +0 -0
- package/bin/{app → impl}/utils/decideHelper.d.ts +0 -0
- package/bin/{app → impl}/utils/decideHelper.js +0 -0
- package/bin/{app → impl}/utils/dependencies/getUserPkgManager.d.ts +0 -0
- package/bin/{app → impl}/utils/dependencies/getUserPkgManager.js +0 -0
- package/bin/{app → impl}/utils/downloading/downloadI18nFiles.d.ts +0 -0
- package/bin/{app → impl}/utils/downloading/downloadI18nFiles.js +0 -0
- package/bin/{app → impl}/utils/downloading/downloadRepo.d.ts +0 -0
- package/bin/{app → impl}/utils/downloading/downloadRepo.js +0 -0
- package/bin/{app → impl}/utils/downloading/handleDownload.d.ts +0 -0
- package/bin/{app → impl}/utils/downloading/handleDownload.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-enoent.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-enoent.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-env.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-env.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-error.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-error.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-escape.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-escape.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-mod.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-mod.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-parse.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-parse.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-resolve.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-resolve.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-shebang.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-shebang.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-spawn.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-spawn.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-stream.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-stream.js +0 -0
- package/bin/{app → impl}/utils/exec/exec-types.d.ts +0 -0
- package/bin/{app → impl}/utils/exec/exec-types.js +0 -0
- package/bin/{app → impl}/utils/file-type.d.ts +0 -0
- package/bin/{app → impl}/utils/file-type.js +0 -0
- package/bin/{app → impl}/utils/finalize.d.ts +0 -0
- package/bin/{app → impl}/utils/finalize.js +0 -0
- package/bin/{app → impl}/utils/fs-rename.d.ts +0 -0
- package/bin/{app → impl}/utils/fs-rename.js +0 -0
- package/bin/{app → impl}/utils/getEffectiveDir.d.ts +0 -0
- package/bin/{app → impl}/utils/getEffectiveDir.js +0 -0
- package/bin/{app → impl}/utils/getPackageManager.d.ts +0 -0
- package/bin/{app → impl}/utils/getPackageManager.js +0 -0
- package/bin/{app → impl}/utils/handlers/dependencies.d.ts +0 -0
- package/bin/{app → impl}/utils/handlers/dependencies.js +0 -0
- package/bin/{app → impl}/utils/handlers/handleCleanup.d.ts +0 -0
- package/bin/{app → impl}/utils/handlers/handleCleanup.js +0 -0
- package/bin/{app → impl}/utils/handlers/handleCodemods.d.ts +0 -0
- package/bin/{app → impl}/utils/handlers/handleCodemods.js +0 -0
- package/bin/{app → impl}/utils/handlers/isAppInstalled.d.ts +0 -0
- package/bin/{app → impl}/utils/handlers/isAppInstalled.js +0 -0
- package/bin/{app → impl}/utils/handlers/promptPackageJsonScripts.d.ts +0 -0
- package/bin/{app → impl}/utils/handlers/promptPackageJsonScripts.js +0 -0
- package/bin/{app → impl}/utils/handlers/shadcn.d.ts +0 -0
- package/bin/{app → impl}/utils/handlers/shadcn.js +0 -0
- package/bin/{app → impl}/utils/hasOnlyReliverseConfig.d.ts +0 -0
- package/bin/{app → impl}/utils/hasOnlyReliverseConfig.js +0 -0
- package/bin/{app → impl}/utils/init/init-const.d.ts +0 -0
- package/bin/{app → impl}/utils/init/init-const.js +0 -0
- package/bin/{app → impl}/utils/init/init-impl.d.ts +0 -0
- package/bin/{app → impl}/utils/init/init-impl.js +0 -0
- package/bin/{app → impl}/utils/init/init-tmpl.d.ts +0 -0
- package/bin/{app → impl}/utils/init/init-tmpl.js +0 -0
- package/bin/{app → impl}/utils/init/init-types.d.ts +0 -0
- package/bin/{app → impl}/utils/init/init-types.js +0 -0
- package/bin/{app → impl}/utils/instanceGithub.d.ts +0 -0
- package/bin/{app → impl}/utils/instanceGithub.js +0 -0
- package/bin/{app → impl}/utils/instanceVercel.d.ts +0 -0
- package/bin/{app → impl}/utils/instanceVercel.js +0 -0
- package/bin/{app → impl}/utils/microHelpers.d.ts +0 -0
- package/bin/{app → impl}/utils/microHelpers.js +0 -0
- package/bin/{app → impl}/utils/mrseHelpers.d.ts +0 -0
- package/bin/{app → impl}/utils/mrseHelpers.js +0 -0
- package/bin/{app → impl}/utils/pkgJsonHelpers.d.ts +0 -0
- package/bin/{app → impl}/utils/pkgJsonHelpers.js +0 -0
- package/bin/{app → impl}/utils/pm/pm-api.d.ts +0 -0
- package/bin/{app → impl}/utils/pm/pm-api.js +0 -0
- package/bin/{app → impl}/utils/pm/pm-catalog.d.ts +0 -0
- package/bin/{app → impl}/utils/pm/pm-catalog.js +0 -0
- package/bin/{app → impl}/utils/pm/pm-detect.d.ts +0 -0
- package/bin/{app → impl}/utils/pm/pm-detect.js +0 -0
- package/bin/{app → impl}/utils/pm/pm-meta.d.ts +0 -0
- package/bin/{app → impl}/utils/pm/pm-meta.js +0 -0
- package/bin/{app → impl}/utils/pm/pm-parse.d.ts +0 -0
- package/bin/{app → impl}/utils/pm/pm-parse.js +0 -0
- package/bin/{app → impl}/utils/pm/pm-types.d.ts +0 -0
- package/bin/{app → impl}/utils/pm/pm-types.js +0 -0
- package/bin/{app → impl}/utils/pm/pm-utils.d.ts +0 -0
- package/bin/{app → impl}/utils/pm/pm-utils.js +0 -0
- package/bin/{app → impl}/utils/projectRepository.d.ts +0 -0
- package/bin/{app → impl}/utils/projectRepository.js +0 -0
- package/bin/{app → impl}/utils/prompts/askAppOrLib.d.ts +0 -0
- package/bin/{app → impl}/utils/prompts/askAppOrLib.js +0 -0
- package/bin/{app → impl}/utils/prompts/askInstallDeps.d.ts +0 -0
- package/bin/{app → impl}/utils/prompts/askInstallDeps.js +0 -0
- package/bin/{app → impl}/utils/prompts/askOpenInIDE.d.ts +0 -0
- package/bin/{app → impl}/utils/prompts/askOpenInIDE.js +0 -0
- package/bin/{app → impl}/utils/prompts/askProjectName.d.ts +0 -0
- package/bin/{app → impl}/utils/prompts/askProjectName.js +0 -0
- package/bin/{app → impl}/utils/prompts/askUsernameFrontend.d.ts +0 -0
- package/bin/{app → impl}/utils/prompts/askUsernameFrontend.js +0 -0
- package/bin/{app → impl}/utils/prompts/askUsernameGithub.d.ts +0 -0
- package/bin/{app → impl}/utils/prompts/askUsernameGithub.js +0 -0
- package/bin/{app → impl}/utils/prompts/shouldInitGit.d.ts +0 -0
- package/bin/{app → impl}/utils/prompts/shouldInitGit.js +0 -0
- package/bin/{app → impl}/utils/reliverseMemory.d.ts +0 -0
- package/bin/{app → impl}/utils/reliverseMemory.js +0 -0
- package/bin/{app → impl}/utils/replacements/reps-impl.d.ts +0 -0
- package/bin/{app → impl}/utils/replacements/reps-impl.js +0 -0
- package/bin/{app → impl}/utils/replacements/reps-keys.d.ts +0 -0
- package/bin/{app → impl}/utils/replacements/reps-keys.js +0 -0
- package/bin/{app → impl}/utils/replacements/reps-mod.d.ts +0 -0
- package/bin/{app → impl}/utils/replacements/reps-mod.js +0 -0
- package/bin/{app → impl}/utils/replacements.d.ts +0 -0
- package/bin/{app → impl}/utils/replacements.js +0 -0
- package/bin/{app → impl}/utils/resolve-cross-libs.d.ts +0 -0
- package/bin/{app → impl}/utils/resolve-cross-libs.js +0 -0
- package/bin/{app → impl}/utils/schemaMemory.d.ts +2 -2
- /package/bin/{app → impl}/utils/schemaMemory.js +0 -0
- /package/bin/{app → impl}/utils/schemaTemplate.d.ts +0 -0
- /package/bin/{app → impl}/utils/schemaTemplate.js +0 -0
- /package/bin/{app → impl}/utils/spinner.d.ts +0 -0
- /package/bin/{app → impl}/utils/spinner.js +0 -0
- /package/bin/{app → impl}/utils/startEndPrompts.d.ts +0 -0
- /package/bin/{app → impl}/utils/startEndPrompts.js +0 -0
- /package/bin/{app → impl}/utils/terminalHelpers.d.ts +0 -0
- /package/bin/{app → impl}/utils/terminalHelpers.js +0 -0
- /package/bin/{app → impl}/utils/testsRuntime.d.ts +0 -0
- /package/bin/{app → impl}/utils/testsRuntime.js +0 -0
- /package/bin/{app → impl}/utils/tsconfigHelpers.d.ts +0 -0
- /package/bin/{app → impl}/utils/tsconfigHelpers.js +0 -0
- /package/bin/{app → impl}/utils/utils-build.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-build.js +0 -0
- /package/bin/{app → impl}/utils/utils-clean.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-clean.js +0 -0
- /package/bin/{app → impl}/utils/utils-deps.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-deps.js +0 -0
- /package/bin/{app → impl}/utils/utils-determine.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-determine.js +0 -0
- /package/bin/{app → impl}/utils/utils-error-cwd.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-error-cwd.js +0 -0
- /package/bin/{app → impl}/utils/utils-fs.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-fs.js +0 -0
- /package/bin/{app → impl}/utils/utils-jsr-json.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-jsr-json.js +0 -0
- /package/bin/{app → impl}/utils/utils-misc.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-misc.js +0 -0
- /package/bin/{app → impl}/utils/utils-package-json-libraries.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-package-json-libraries.js +0 -0
- /package/bin/{app → impl}/utils/utils-package-json-regular.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-package-json-regular.js +0 -0
- /package/bin/{app → impl}/utils/utils-perf.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-perf.js +0 -0
- /package/bin/{app → impl}/utils/utils-security.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-security.js +0 -0
- /package/bin/{app → impl}/utils/utils-tsconfig.d.ts +0 -0
- /package/bin/{app → impl}/utils/utils-tsconfig.js +0 -0
package/bin/mod.js
CHANGED
|
@@ -1,52 +1,58 @@
|
|
|
1
|
-
export {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
export {
|
|
2
|
+
executeChain,
|
|
3
|
+
globalInstallInteractiveMode,
|
|
4
|
+
invokeSingleCommand,
|
|
5
|
+
showInvokeHelp
|
|
6
|
+
} from "./impl/add/add-global/install-impl.js";
|
|
7
|
+
export { useORPC } from "./impl/add/add-local/api/orpc.js";
|
|
8
|
+
export { useTRPC } from "./impl/add/add-local/api/trpc.js";
|
|
9
|
+
export { useBetterAuth } from "./impl/add/add-local/auth/better-auth.js";
|
|
10
|
+
export { useClerkAuth } from "./impl/add/add-local/auth/clerk-auth.js";
|
|
11
|
+
export { useNextAuth } from "./impl/add/add-local/auth/next-auth.js";
|
|
12
|
+
export { getPromptContent } from "./impl/add/add-local/core/prompts.js";
|
|
7
13
|
export {
|
|
8
14
|
checkForTemplateUpdate,
|
|
9
15
|
getTemplateUpdateInfo,
|
|
10
16
|
updateProjectTemplateDate
|
|
11
|
-
} from "./
|
|
12
|
-
export { useDrizzleORM } from "./
|
|
13
|
-
export { usePrismaORM } from "./
|
|
14
|
-
export { useUploadthing } from "./
|
|
15
|
-
export { useReactHookForm } from "./
|
|
16
|
-
export { useTanstackForm } from "./
|
|
17
|
-
export { usePlasmoBrowserExtFramework } from "./
|
|
18
|
-
export { useWxtBrowserExtFramework } from "./
|
|
19
|
-
export { useEslintConfig } from "./
|
|
20
|
-
export { useLynxNativeFramework } from "./
|
|
21
|
-
export { useReactNativeFramework } from "./
|
|
22
|
-
export { useEslintPlugin } from "./
|
|
23
|
-
export { useVscodeExtFramework } from "./
|
|
24
|
-
export { useAstroWebFramework } from "./
|
|
25
|
-
export { useJStackWebFramework } from "./
|
|
26
|
-
export { useNextJsWebFramework } from "./
|
|
27
|
-
export { useTanstackStartWebFramework } from "./
|
|
28
|
-
export { useViteWebFramework } from "./
|
|
29
|
-
export { useGtLibs } from "./
|
|
30
|
-
export { useLanguine } from "./
|
|
31
|
-
export { useNextIntl } from "./
|
|
32
|
-
export { useVercelAI } from "./
|
|
33
|
-
export { useResendMail } from "./
|
|
34
|
-
export { usePolarPayments } from "./
|
|
35
|
-
export { useStripePayments } from "./
|
|
36
|
-
export { useBiomeTool } from "./
|
|
37
|
-
export { useEslintTool } from "./
|
|
38
|
-
export { useOxlintTool } from "./
|
|
39
|
-
export { use21stUI } from "./
|
|
40
|
-
export { useShadcnUI } from "./
|
|
41
|
-
export { useTailwindCSS } from "./
|
|
17
|
+
} from "./impl/add/add-local/core/templates.js";
|
|
18
|
+
export { useDrizzleORM } from "./impl/add/add-local/db/drizzle.js";
|
|
19
|
+
export { usePrismaORM } from "./impl/add/add-local/db/prisma.js";
|
|
20
|
+
export { useUploadthing } from "./impl/add/add-local/files/uploadthing.js";
|
|
21
|
+
export { useReactHookForm } from "./impl/add/add-local/form/react-hook-form.js";
|
|
22
|
+
export { useTanstackForm } from "./impl/add/add-local/form/tanstack-form.js";
|
|
23
|
+
export { usePlasmoBrowserExtFramework } from "./impl/add/add-local/fws/browser/plasmo.js";
|
|
24
|
+
export { useWxtBrowserExtFramework } from "./impl/add/add-local/fws/browser/wxt.js";
|
|
25
|
+
export { useEslintConfig } from "./impl/add/add-local/fws/configs/eslint-config.js";
|
|
26
|
+
export { useLynxNativeFramework } from "./impl/add/add-local/fws/native/lynx.js";
|
|
27
|
+
export { useReactNativeFramework } from "./impl/add/add-local/fws/native/react.js";
|
|
28
|
+
export { useEslintPlugin } from "./impl/add/add-local/fws/plugins/eslint-plugin.js";
|
|
29
|
+
export { useVscodeExtFramework } from "./impl/add/add-local/fws/vscode/vscode-ext.js";
|
|
30
|
+
export { useAstroWebFramework } from "./impl/add/add-local/fws/web/astro.js";
|
|
31
|
+
export { useJStackWebFramework } from "./impl/add/add-local/fws/web/jstack.js";
|
|
32
|
+
export { useNextJsWebFramework } from "./impl/add/add-local/fws/web/next.js";
|
|
33
|
+
export { useTanstackStartWebFramework } from "./impl/add/add-local/fws/web/start.js";
|
|
34
|
+
export { useViteWebFramework } from "./impl/add/add-local/fws/web/vite.js";
|
|
35
|
+
export { useGtLibs } from "./impl/add/add-local/i18n/gt-libs.js";
|
|
36
|
+
export { useLanguine } from "./impl/add/add-local/i18n/languine.js";
|
|
37
|
+
export { useNextIntl } from "./impl/add/add-local/i18n/next-intl.js";
|
|
38
|
+
export { useVercelAI } from "./impl/add/add-local/llm/vercel.js";
|
|
39
|
+
export { useResendMail } from "./impl/add/add-local/mail/resend.js";
|
|
40
|
+
export { usePolarPayments } from "./impl/add/add-local/pay/polar.js";
|
|
41
|
+
export { useStripePayments } from "./impl/add/add-local/pay/stripe.js";
|
|
42
|
+
export { useBiomeTool } from "./impl/add/add-local/tool/biome.js";
|
|
43
|
+
export { useEslintTool } from "./impl/add/add-local/tool/eslint.js";
|
|
44
|
+
export { useOxlintTool } from "./impl/add/add-local/tool/oxlint.js";
|
|
45
|
+
export { use21stUI } from "./impl/add/add-local/ui/21st.js";
|
|
46
|
+
export { useShadcnUI } from "./impl/add/add-local/ui/shadcn.js";
|
|
47
|
+
export { useTailwindCSS } from "./impl/add/add-local/ui/tailwind.js";
|
|
42
48
|
export {
|
|
43
49
|
CACHE_ROOT_DIR,
|
|
44
50
|
DEFAULT_BRANCH,
|
|
45
51
|
getRepoCacheDir,
|
|
46
52
|
RULE_FILE_EXTENSION,
|
|
47
53
|
RULES_REPOS
|
|
48
|
-
} from "./
|
|
49
|
-
export { handleDirectRules, showRulesMenu } from "./
|
|
54
|
+
} from "./impl/add/add-rule/add-rule-const.js";
|
|
55
|
+
export { handleDirectRules, showRulesMenu } from "./impl/add/add-rule/add-rule-impl.js";
|
|
50
56
|
export {
|
|
51
57
|
checkForRuleUpdates,
|
|
52
58
|
checkRulesRepoUpdate,
|
|
@@ -56,9 +62,9 @@ export {
|
|
|
56
62
|
hasCursorRulesDir,
|
|
57
63
|
hasInstalledRules,
|
|
58
64
|
installRules
|
|
59
|
-
} from "./
|
|
60
|
-
export { ensureOpenAIKey } from "./
|
|
61
|
-
export { aiChat } from "./
|
|
65
|
+
} from "./impl/add/add-rule/add-rule-utils.js";
|
|
66
|
+
export { ensureOpenAIKey } from "./impl/ai/ai-impl/ai-auth.js";
|
|
67
|
+
export { aiChat } from "./impl/ai/ai-impl/ai-chat.js";
|
|
62
68
|
export {
|
|
63
69
|
AGENT_NAMES,
|
|
64
70
|
CIRCULAR_TRIGGERS,
|
|
@@ -66,58 +72,69 @@ export {
|
|
|
66
72
|
MAX_TOKENS,
|
|
67
73
|
MODEL,
|
|
68
74
|
MODEL_NAME
|
|
69
|
-
} from "./
|
|
70
|
-
export { aiAgenticTool } from "./
|
|
71
|
-
export { aiCodeCommand } from "./
|
|
72
|
-
export { handleMcpCommand } from "./
|
|
75
|
+
} from "./impl/ai/ai-impl/ai-const.js";
|
|
76
|
+
export { aiAgenticTool } from "./impl/ai/ai-impl/ai-tools.js";
|
|
77
|
+
export { aiCodeCommand } from "./impl/ai/ai-impl/code/code-mod.js";
|
|
78
|
+
export { handleMcpCommand } from "./impl/ai/ai-impl/mcp/mcp-mod.js";
|
|
73
79
|
export {
|
|
74
80
|
agentRelinter,
|
|
75
81
|
collectLintableFiles,
|
|
76
82
|
gatherLintSuggestions,
|
|
77
83
|
writeSuggestionsToFile
|
|
78
|
-
} from "./
|
|
79
|
-
export { aiMenu } from "./
|
|
80
|
-
export {
|
|
84
|
+
} from "./impl/ai/ai-impl/relinter/relinter.js";
|
|
85
|
+
export { aiMenu } from "./impl/ai/ai-menu.js";
|
|
86
|
+
export { configPath, schemaPath } from "./impl/auth/consts.js";
|
|
87
|
+
export { generateAuthConfig } from "./impl/auth/generators/auth-config.js";
|
|
81
88
|
export {
|
|
82
89
|
convertToSnakeCase,
|
|
83
90
|
generateDrizzleSchema
|
|
84
|
-
} from "./
|
|
85
|
-
export { adapters, getGenerator } from "./
|
|
86
|
-
export { generateMigrations } from "./
|
|
87
|
-
export { generatePrismaSchema } from "./
|
|
91
|
+
} from "./impl/auth/generators/drizzle.js";
|
|
92
|
+
export { adapters, getGenerator } from "./impl/auth/generators/index.js";
|
|
93
|
+
export { generateMigrations } from "./impl/auth/generators/kysely.js";
|
|
94
|
+
export { generatePrismaSchema } from "./impl/auth/generators/prisma.js";
|
|
95
|
+
export {
|
|
96
|
+
formatWithBiome,
|
|
97
|
+
getDefaultAuthClientConfig,
|
|
98
|
+
getDefaultAuthConfig,
|
|
99
|
+
getEnvFiles,
|
|
100
|
+
getLatestNpmVersion,
|
|
101
|
+
optionsSchema,
|
|
102
|
+
outroText,
|
|
103
|
+
supportedDatabases,
|
|
104
|
+
supportedPlugins,
|
|
105
|
+
updateEnvs
|
|
106
|
+
} from "./impl/auth/impl/init.js";
|
|
107
|
+
export { migrateAction } from "./impl/auth/impl/migrate.js";
|
|
88
108
|
export {
|
|
89
109
|
addSvelteKitEnvModules,
|
|
90
110
|
filterPrivateEnv,
|
|
91
111
|
filterPublicEnv
|
|
92
|
-
} from "./
|
|
93
|
-
export { checkPackageManagers } from "./
|
|
94
|
-
export { formatMilliseconds } from "./
|
|
95
|
-
export { generateSecretHash } from "./
|
|
96
|
-
export { getConfig, possiblePaths } from "./
|
|
97
|
-
export { getPackageInfo } from "./
|
|
98
|
-
export { getTsconfigInfo, stripJsonComments } from "./
|
|
99
|
-
export {
|
|
100
|
-
export {
|
|
101
|
-
export {
|
|
102
|
-
export { library_buildLibrary } from "./app/build/build-library.js";
|
|
103
|
-
export { regular_buildJsrDist, regular_buildNpmDist } from "./app/build/build-regular.js";
|
|
104
|
-
export { dlerBuild } from "./app/build/impl.js";
|
|
112
|
+
} from "./impl/auth/utils/add-svelte-kit-env-modules.js";
|
|
113
|
+
export { checkPackageManagers } from "./impl/auth/utils/check-package-managers.js";
|
|
114
|
+
export { formatMilliseconds } from "./impl/auth/utils/format-ms.js";
|
|
115
|
+
export { generateSecretHash } from "./impl/auth/utils/generate-secret.js";
|
|
116
|
+
export { getConfig, possiblePaths } from "./impl/auth/utils/get-config.js";
|
|
117
|
+
export { getPackageInfo } from "./impl/auth/utils/get-package-info.js";
|
|
118
|
+
export { getTsconfigInfo, stripJsonComments } from "./impl/auth/utils/get-tsconfig-info.js";
|
|
119
|
+
export { library_buildLibrary } from "./impl/build/build-library.js";
|
|
120
|
+
export { regular_buildJsrDist, regular_buildNpmDist } from "./impl/build/build-regular.js";
|
|
121
|
+
export { dlerBuild } from "./impl/build/impl.js";
|
|
105
122
|
export {
|
|
106
123
|
libraries_build,
|
|
107
124
|
libraries_publish,
|
|
108
125
|
library_buildFlow,
|
|
109
126
|
library_pubFlow
|
|
110
|
-
} from "./
|
|
111
|
-
export { dlerPostBuild, wrapper_CopyNonBuildFiles } from "./
|
|
127
|
+
} from "./impl/build/library-flow.js";
|
|
128
|
+
export { dlerPostBuild, wrapper_CopyNonBuildFiles } from "./impl/build/postbuild.js";
|
|
112
129
|
export {
|
|
113
130
|
directoryExists,
|
|
114
131
|
executeDlerHooks,
|
|
115
132
|
getPackageManager,
|
|
116
133
|
isCommandAvailable
|
|
117
|
-
} from "./
|
|
118
|
-
export { dlerPreBuild } from "./
|
|
119
|
-
export { autoPreset, definePreset } from "./
|
|
120
|
-
export { unifiedBuild } from "./
|
|
134
|
+
} from "./impl/build/ppb-utils.js";
|
|
135
|
+
export { dlerPreBuild } from "./impl/build/prebuild.js";
|
|
136
|
+
export { autoPreset, definePreset } from "./impl/build/providers/auto.js";
|
|
137
|
+
export { unifiedBuild } from "./impl/build/providers/build.js";
|
|
121
138
|
export {
|
|
122
139
|
buildForTarget,
|
|
123
140
|
cleanOutputDir,
|
|
@@ -125,51 +142,51 @@ export {
|
|
|
125
142
|
listAvailableTargets,
|
|
126
143
|
parseTargets,
|
|
127
144
|
validateInputFile
|
|
128
|
-
} from "./
|
|
129
|
-
export { copyBuild } from "./
|
|
130
|
-
export { createLoader } from "./
|
|
131
|
-
export { jsLoader } from "./
|
|
145
|
+
} from "./impl/build/providers/bun/single-file.js";
|
|
146
|
+
export { copyBuild } from "./impl/build/providers/copy/copy-mod.js";
|
|
147
|
+
export { createLoader } from "./impl/build/providers/mkdist/mkdist-impl/loader.js";
|
|
148
|
+
export { jsLoader } from "./impl/build/providers/mkdist/mkdist-impl/loaders/js.js";
|
|
132
149
|
export {
|
|
133
150
|
defaultLoaders,
|
|
134
151
|
resolveLoader,
|
|
135
152
|
resolveLoaders
|
|
136
|
-
} from "./
|
|
137
|
-
export { postcssLoader } from "./
|
|
138
|
-
export { sassLoader } from "./
|
|
153
|
+
} from "./impl/build/providers/mkdist/mkdist-impl/loaders/loaders-mod.js";
|
|
154
|
+
export { postcssLoader } from "./impl/build/providers/mkdist/mkdist-impl/loaders/postcss.js";
|
|
155
|
+
export { sassLoader } from "./impl/build/providers/mkdist/mkdist-impl/loaders/sass.js";
|
|
139
156
|
export {
|
|
140
157
|
fallbackVueLoader,
|
|
141
158
|
vueLoader
|
|
142
|
-
} from "./
|
|
143
|
-
export { mkdist } from "./
|
|
159
|
+
} from "./impl/build/providers/mkdist/mkdist-impl/loaders/vue.js";
|
|
160
|
+
export { mkdist } from "./impl/build/providers/mkdist/mkdist-impl/make.js";
|
|
144
161
|
export {
|
|
145
162
|
augmentWithDiagnostics,
|
|
146
163
|
extractDeclarations,
|
|
147
164
|
getDeclarations,
|
|
148
165
|
normalizeCompilerOptions
|
|
149
|
-
} from "./
|
|
150
|
-
export { copyFileWithStream } from "./
|
|
151
|
-
export { getVueDeclarations } from "./
|
|
152
|
-
export { mkdistBuild } from "./
|
|
153
|
-
export { rollupBuild } from "./
|
|
154
|
-
export { getRollupOptions } from "./
|
|
155
|
-
export { cjsPlugin, fixCJSExportTypePlugin } from "./
|
|
156
|
-
export { esbuild } from "./
|
|
157
|
-
export { JSONPlugin } from "./
|
|
158
|
-
export { rawPlugin } from "./
|
|
166
|
+
} from "./impl/build/providers/mkdist/mkdist-impl/utils/dts.js";
|
|
167
|
+
export { copyFileWithStream } from "./impl/build/providers/mkdist/mkdist-impl/utils/fs.js";
|
|
168
|
+
export { getVueDeclarations } from "./impl/build/providers/mkdist/mkdist-impl/utils/vue-dts.js";
|
|
169
|
+
export { mkdistBuild } from "./impl/build/providers/mkdist/mkdist-mod.js";
|
|
170
|
+
export { rollupBuild } from "./impl/build/providers/rollup/build.js";
|
|
171
|
+
export { getRollupOptions } from "./impl/build/providers/rollup/config.js";
|
|
172
|
+
export { cjsPlugin, fixCJSExportTypePlugin } from "./impl/build/providers/rollup/plugins/cjs.js";
|
|
173
|
+
export { esbuild } from "./impl/build/providers/rollup/plugins/esbuild.js";
|
|
174
|
+
export { JSONPlugin } from "./impl/build/providers/rollup/plugins/json.js";
|
|
175
|
+
export { rawPlugin } from "./impl/build/providers/rollup/plugins/raw.js";
|
|
159
176
|
export {
|
|
160
177
|
getShebang,
|
|
161
178
|
makeExecutable,
|
|
162
179
|
removeShebangPlugin,
|
|
163
180
|
shebangPlugin
|
|
164
|
-
} from "./
|
|
165
|
-
export { rollupStub } from "./
|
|
181
|
+
} from "./impl/build/providers/rollup/plugins/shebang.js";
|
|
182
|
+
export { rollupStub } from "./impl/build/providers/rollup/stub.js";
|
|
166
183
|
export {
|
|
167
184
|
DEFAULT_EXTENSIONS,
|
|
168
185
|
getChunkFilename,
|
|
169
186
|
resolveAliases
|
|
170
|
-
} from "./
|
|
171
|
-
export { rollupWatch } from "./
|
|
172
|
-
export { typesBuild } from "./
|
|
187
|
+
} from "./impl/build/providers/rollup/utils.js";
|
|
188
|
+
export { rollupWatch } from "./impl/build/providers/rollup/watch.js";
|
|
189
|
+
export { typesBuild } from "./impl/build/providers/untyped/untyped-mod.js";
|
|
173
190
|
export {
|
|
174
191
|
arrayIncludes,
|
|
175
192
|
dumpObject,
|
|
@@ -183,13 +200,13 @@ export {
|
|
|
183
200
|
symlink,
|
|
184
201
|
warn,
|
|
185
202
|
withTrailingSlash
|
|
186
|
-
} from "./
|
|
187
|
-
export { validateDependencies, validatePackage } from "./
|
|
188
|
-
export { regular_buildFlow, regular_pubFlow } from "./
|
|
189
|
-
export { useFirecrawl } from "./
|
|
190
|
-
export { runCodemods } from "./
|
|
191
|
-
export { getBiomeConfig } from "./
|
|
192
|
-
export { injectSectionComments } from "./
|
|
203
|
+
} from "./impl/build/providers/utils.js";
|
|
204
|
+
export { validateDependencies, validatePackage } from "./impl/build/providers/validate.js";
|
|
205
|
+
export { regular_buildFlow, regular_pubFlow } from "./impl/build/regular-flow.js";
|
|
206
|
+
export { useFirecrawl } from "./impl/clone/firecrawl/firecrawl-mod.js";
|
|
207
|
+
export { runCodemods } from "./impl/cmod/cmod-impl.js";
|
|
208
|
+
export { getBiomeConfig } from "./impl/config/biome.js";
|
|
209
|
+
export { injectSectionComments } from "./impl/config/comments.js";
|
|
193
210
|
export {
|
|
194
211
|
CONCURRENCY_DEFAULT,
|
|
195
212
|
CONFIG_CATEGORIES,
|
|
@@ -228,19 +245,19 @@ export {
|
|
|
228
245
|
UNKNOWN_VALUE,
|
|
229
246
|
useLocalhost,
|
|
230
247
|
validExtensions
|
|
231
|
-
} from "./
|
|
232
|
-
export { getProjectContent } from "./
|
|
233
|
-
export { ensureConfigMod } from "./
|
|
234
|
-
export { getOrCreateReliverseConfig } from "./
|
|
248
|
+
} from "./impl/config/constants.js";
|
|
249
|
+
export { getProjectContent } from "./impl/config/content.js";
|
|
250
|
+
export { ensureConfigMod } from "./impl/config/core.js";
|
|
251
|
+
export { getOrCreateReliverseConfig } from "./impl/config/core-cfg.js";
|
|
235
252
|
export {
|
|
236
253
|
createReliverseConfig,
|
|
237
254
|
generateReliverseConfig,
|
|
238
255
|
writeReliverseConfig
|
|
239
|
-
} from "./
|
|
256
|
+
} from "./impl/config/create.js";
|
|
240
257
|
export {
|
|
241
258
|
generateDefaultRulesForProject,
|
|
242
259
|
getDefaultReliverseConfig
|
|
243
|
-
} from "./
|
|
260
|
+
} from "./impl/config/def-utils.js";
|
|
244
261
|
export {
|
|
245
262
|
detectFeatures,
|
|
246
263
|
detectProject,
|
|
@@ -249,30 +266,36 @@ export {
|
|
|
249
266
|
getPackageJson,
|
|
250
267
|
getPackageJsonSafe,
|
|
251
268
|
PROJECT_FRAMEWORK_FILES
|
|
252
|
-
} from "./
|
|
253
|
-
export { generateConfigFiles, generateProjectConfigs } from "./
|
|
254
|
-
export { getConfigBunfig, getConfigDler } from "./
|
|
255
|
-
export { migrateReliverseConfig } from "./
|
|
256
|
-
export { getReliverseConfigPath } from "./
|
|
257
|
-
export { ensureReliverseConfig, prepareReliverseEnvironment } from "./
|
|
258
|
-
export { readReliverseConfig, readRseTs } from "./
|
|
269
|
+
} from "./impl/config/detect.js";
|
|
270
|
+
export { generateConfigFiles, generateProjectConfigs } from "./impl/config/gen-cfg.js";
|
|
271
|
+
export { getConfigBunfig, getConfigDler } from "./impl/config/load.js";
|
|
272
|
+
export { migrateReliverseConfig } from "./impl/config/migrate.js";
|
|
273
|
+
export { getReliverseConfigPath } from "./impl/config/path.js";
|
|
274
|
+
export { ensureReliverseConfig, prepareReliverseEnvironment } from "./impl/config/prepare.js";
|
|
275
|
+
export { readReliverseConfig, readRseTs } from "./impl/config/read.js";
|
|
259
276
|
export {
|
|
260
277
|
fixLineByLine,
|
|
261
278
|
parseAndFixReliverseConfig,
|
|
262
279
|
repairAndParseJSON
|
|
263
|
-
} from "./
|
|
264
|
-
export { loadrse, watchrse } from "./
|
|
265
|
-
export { mergeWithDefaults, updateReliverseConfig } from "./
|
|
280
|
+
} from "./impl/config/repair.js";
|
|
281
|
+
export { loadrse, watchrse } from "./impl/config/unstable.js";
|
|
282
|
+
export { mergeWithDefaults, updateReliverseConfig } from "./impl/config/update.js";
|
|
266
283
|
export {
|
|
267
284
|
atomicWriteFile,
|
|
268
285
|
cleanGitHubUrl,
|
|
269
286
|
getBackupAndTempPaths,
|
|
270
287
|
objectToCodeString,
|
|
271
288
|
updateTsConfigInclude
|
|
272
|
-
} from "./
|
|
273
|
-
export {
|
|
274
|
-
|
|
275
|
-
|
|
289
|
+
} from "./impl/config/utils.js";
|
|
290
|
+
export {
|
|
291
|
+
resolveCrossLibs,
|
|
292
|
+
resolveCrossLibsInternal,
|
|
293
|
+
resolveTargetFile,
|
|
294
|
+
transformFile,
|
|
295
|
+
validateAliasConfig
|
|
296
|
+
} from "./impl/conv/mod.js";
|
|
297
|
+
export { db } from "./impl/db/client.js";
|
|
298
|
+
export { decrypt, encrypt } from "./impl/db/config.js";
|
|
276
299
|
export {
|
|
277
300
|
ad,
|
|
278
301
|
getRandomAd,
|
|
@@ -287,16 +310,15 @@ export {
|
|
|
287
310
|
randomWebsiteSubcategoryTitle,
|
|
288
311
|
randomWelcomeMessages,
|
|
289
312
|
randomWelcomeTitle
|
|
290
|
-
} from "./
|
|
291
|
-
export { configKeysTable, userDataTable } from "./
|
|
292
|
-
export { envArgImpl } from "./
|
|
293
|
-
export { default } from "./app/get/cmd.js";
|
|
313
|
+
} from "./impl/db/messages.js";
|
|
314
|
+
export { configKeysTable, userDataTable } from "./impl/db/schema.js";
|
|
315
|
+
export { envArgImpl } from "./impl/env/env-impl.js";
|
|
294
316
|
export {
|
|
295
317
|
checkPowerShellVersion,
|
|
296
318
|
installDlerStandalone,
|
|
297
319
|
installFromGitHub
|
|
298
|
-
} from "./
|
|
299
|
-
export { showManualBuilderMenu } from "./
|
|
320
|
+
} from "./impl/get/get-core.js";
|
|
321
|
+
export { showManualBuilderMenu } from "./impl/init/init-utils/init-impl.js";
|
|
300
322
|
export {
|
|
301
323
|
determineProjectStatus,
|
|
302
324
|
handleExistingProject,
|
|
@@ -305,10 +327,10 @@ export {
|
|
|
305
327
|
handleProjectSelectionMenu,
|
|
306
328
|
initMinimalrseProject,
|
|
307
329
|
showExistingProjectMenu
|
|
308
|
-
} from "./
|
|
309
|
-
export { handleOpenProjectMenu } from "./
|
|
310
|
-
export { COLUMN_TYPES } from "./
|
|
311
|
-
export { manageDrizzleSchema } from "./
|
|
330
|
+
} from "./impl/init/init-utils/init-utils.js";
|
|
331
|
+
export { handleOpenProjectMenu } from "./impl/init/init-utils/mm-deprecated/editor-menu.js";
|
|
332
|
+
export { COLUMN_TYPES } from "./impl/init/mm-deprecated/drizzle/manageDrizzleConstants.js";
|
|
333
|
+
export { manageDrizzleSchema } from "./impl/init/mm-deprecated/drizzle/manageDrizzleSchema.js";
|
|
312
334
|
export {
|
|
313
335
|
addColumnToTable,
|
|
314
336
|
addNewTable,
|
|
@@ -325,16 +347,16 @@ export {
|
|
|
325
347
|
setupDrizzle,
|
|
326
348
|
updateSchemaIndex,
|
|
327
349
|
updateTableNameInIndex
|
|
328
|
-
} from "./
|
|
329
|
-
export { handleIntegrations } from "./
|
|
350
|
+
} from "./impl/init/mm-deprecated/drizzle/manageDrizzleSchemaUtils.js";
|
|
351
|
+
export { handleIntegrations } from "./impl/init/mm-deprecated/editor-impl.js";
|
|
330
352
|
export {
|
|
331
353
|
installIntegration,
|
|
332
354
|
removeIntegration,
|
|
333
355
|
updatePackageJson
|
|
334
|
-
} from "./
|
|
335
|
-
export { INTEGRATION_CONFIGS } from "./
|
|
336
|
-
export { REMOVAL_CONFIGS } from "./
|
|
337
|
-
export { manageShadcn } from "./
|
|
356
|
+
} from "./impl/init/mm-deprecated/editor-mod.js";
|
|
357
|
+
export { INTEGRATION_CONFIGS } from "./impl/init/mm-deprecated/feature-add.js";
|
|
358
|
+
export { REMOVAL_CONFIGS } from "./impl/init/mm-deprecated/feature-rm.js";
|
|
359
|
+
export { manageShadcn } from "./impl/init/mm-deprecated/shadcn/shadcn-mod.js";
|
|
338
360
|
export {
|
|
339
361
|
handleDependencies,
|
|
340
362
|
handleNextAction,
|
|
@@ -343,10 +365,10 @@ export {
|
|
|
343
365
|
setupI18nSupport,
|
|
344
366
|
shouldInstallDependencies,
|
|
345
367
|
showSuccessAndNextSteps
|
|
346
|
-
} from "./
|
|
347
|
-
export { createMobileProject, createWebProject } from "./
|
|
348
|
-
export { showCloneProjectMenu } from "./
|
|
349
|
-
export { showAnykeyPrompt } from "./
|
|
368
|
+
} from "./impl/init/use-template/cp-impl.js";
|
|
369
|
+
export { createMobileProject, createWebProject } from "./impl/init/use-template/cp-mod.js";
|
|
370
|
+
export { showCloneProjectMenu } from "./impl/init/use-template/cp-modules/cli-main-modules/cli-menu-items/showCloneProjectMenu.js";
|
|
371
|
+
export { showAnykeyPrompt } from "./impl/init/use-template/cp-modules/cli-main-modules/modules/showAnykeyPrompt.js";
|
|
350
372
|
export {
|
|
351
373
|
copyFromExisting,
|
|
352
374
|
ensureEnvExists,
|
|
@@ -357,7 +379,7 @@ export {
|
|
|
357
379
|
getMissingKeys,
|
|
358
380
|
promptAndSetMissingValues,
|
|
359
381
|
saveLastEnvFilePath
|
|
360
|
-
} from "./
|
|
382
|
+
} from "./impl/init/use-template/cp-modules/compose-env-file/cef-impl.js";
|
|
361
383
|
export {
|
|
362
384
|
dashboards,
|
|
363
385
|
defaultValues,
|
|
@@ -366,73 +388,73 @@ export {
|
|
|
366
388
|
keyVarsSchema,
|
|
367
389
|
knownServiceSchema,
|
|
368
390
|
serviceKeySchema
|
|
369
|
-
} from "./
|
|
370
|
-
export { composeEnvFile } from "./
|
|
391
|
+
} from "./impl/init/use-template/cp-modules/compose-env-file/cef-keys.js";
|
|
392
|
+
export { composeEnvFile } from "./impl/init/use-template/cp-modules/compose-env-file/cef-mod.js";
|
|
371
393
|
export {
|
|
372
394
|
deployProject,
|
|
373
395
|
selectDeploymentService
|
|
374
|
-
} from "./
|
|
396
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/deploy.js";
|
|
375
397
|
export {
|
|
376
398
|
configureGithubRepo,
|
|
377
399
|
handleGitInit,
|
|
378
400
|
promptGitDeploy
|
|
379
|
-
} from "./
|
|
401
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/gdp-mod.js";
|
|
380
402
|
export {
|
|
381
403
|
createCommit,
|
|
382
404
|
handleGithubRepo,
|
|
383
405
|
initGitDir,
|
|
384
406
|
initializeGitRepo,
|
|
385
407
|
pushGitCommits
|
|
386
|
-
} from "./
|
|
408
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/git.js";
|
|
387
409
|
export {
|
|
388
410
|
checkGithubRepoOwnership,
|
|
389
411
|
createGithubRepo
|
|
390
|
-
} from "./
|
|
391
|
-
export { isSpecialDomain } from "./
|
|
392
|
-
export { ensureDbInitialized } from "./
|
|
393
|
-
export { promptForDomain } from "./
|
|
412
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/github.js";
|
|
413
|
+
export { isSpecialDomain } from "./impl/init/use-template/cp-modules/git-deploy-prompts/helpers/domainHelpers.js";
|
|
414
|
+
export { ensureDbInitialized } from "./impl/init/use-template/cp-modules/git-deploy-prompts/helpers/handlePkgJsonScripts.js";
|
|
415
|
+
export { promptForDomain } from "./impl/init/use-template/cp-modules/git-deploy-prompts/helpers/promptForDomain.js";
|
|
394
416
|
export {
|
|
395
417
|
isDirHasGit,
|
|
396
418
|
setupGitRemote
|
|
397
|
-
} from "./
|
|
419
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/utils-git-github.js";
|
|
398
420
|
export {
|
|
399
421
|
archiveExistingRepoContent,
|
|
400
422
|
handleExistingRepoContent
|
|
401
|
-
} from "./
|
|
402
|
-
export { handleExistingRepo } from "./
|
|
423
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/utils-private-repo.js";
|
|
424
|
+
export { handleExistingRepo } from "./impl/init/use-template/cp-modules/git-deploy-prompts/utils-repo-exists.js";
|
|
403
425
|
export {
|
|
404
426
|
getVercelEnvVar,
|
|
405
427
|
withRateLimit
|
|
406
|
-
} from "./
|
|
407
|
-
export { checkVercelDeployment } from "./
|
|
428
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-api.js";
|
|
429
|
+
export { checkVercelDeployment } from "./impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-check.js";
|
|
408
430
|
export {
|
|
409
431
|
configureBranchProtection,
|
|
410
432
|
configureResources,
|
|
411
433
|
enableAnalytics,
|
|
412
434
|
getConfigurationOptions,
|
|
413
435
|
updateProject
|
|
414
|
-
} from "./
|
|
436
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-config.js";
|
|
415
437
|
export {
|
|
416
438
|
createVercelProject,
|
|
417
439
|
prepareVercelProjectCreation
|
|
418
|
-
} from "./
|
|
440
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-create.js";
|
|
419
441
|
export {
|
|
420
442
|
createInitialVercelDeployment,
|
|
421
443
|
monitorDeployment
|
|
422
|
-
} from "./
|
|
423
|
-
export { getVercelProjectDomain } from "./
|
|
424
|
-
export { addEnvVarsToVercelProject } from "./
|
|
444
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-deploy.js";
|
|
445
|
+
export { getVercelProjectDomain } from "./impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-domain.js";
|
|
446
|
+
export { addEnvVarsToVercelProject } from "./impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-env.js";
|
|
425
447
|
export {
|
|
426
448
|
getPrimaryVercelTeam,
|
|
427
449
|
getVercelTeams,
|
|
428
450
|
verifyTeam
|
|
429
|
-
} from "./
|
|
451
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-team.js";
|
|
430
452
|
export {
|
|
431
453
|
detectFramework,
|
|
432
454
|
getEnvVars,
|
|
433
455
|
saveVercelToken,
|
|
434
456
|
verifyDomain
|
|
435
|
-
} from "./
|
|
457
|
+
} from "./impl/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-utils.js";
|
|
436
458
|
export {
|
|
437
459
|
createInjection,
|
|
438
460
|
injectAtLocation,
|
|
@@ -443,20 +465,30 @@ export {
|
|
|
443
465
|
previewRevert,
|
|
444
466
|
validateInjection,
|
|
445
467
|
validateMultipleInjections
|
|
446
|
-
} from "./
|
|
447
|
-
export { auth, authCheck } from "./
|
|
448
|
-
export { deleteMemory } from "./
|
|
468
|
+
} from "./impl/inject/inject-impl-mod.js";
|
|
469
|
+
export { auth, authCheck } from "./impl/login/login-impl.js";
|
|
470
|
+
export { deleteMemory } from "./impl/logout/logout-impl.js";
|
|
449
471
|
export {
|
|
450
472
|
applyMagicSpells,
|
|
451
473
|
getAllAvailableRegistries,
|
|
452
474
|
getFilesWithMagicSpells,
|
|
453
475
|
processSingleOutputFile
|
|
454
|
-
} from "./
|
|
455
|
-
export { evaluateMagicDirective, getAvailableSpells } from "./
|
|
456
|
-
export {
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
476
|
+
} from "./impl/magic/magic-apply.js";
|
|
477
|
+
export { evaluateMagicDirective, getAvailableSpells } from "./impl/magic/magic-spells.js";
|
|
478
|
+
export {
|
|
479
|
+
DEFAULT_IGNORES,
|
|
480
|
+
DEFAULT_SEPARATOR_RAW,
|
|
481
|
+
normalizeGlobPattern,
|
|
482
|
+
parseCSV,
|
|
483
|
+
processSection,
|
|
484
|
+
unescape,
|
|
485
|
+
writeFilesPreserveStructure,
|
|
486
|
+
writeResult
|
|
487
|
+
} from "./impl/merge/mod.js";
|
|
488
|
+
export { migrateAnythingToBun } from "./impl/migrate/codemods/anything-bun.js";
|
|
489
|
+
export { commanderToRempts } from "./impl/migrate/codemods/commander-rempts.js";
|
|
490
|
+
export { consoleToRelinka } from "./impl/migrate/codemods/console-relinka.js";
|
|
491
|
+
export { migrateFsToRelifso } from "./impl/migrate/codemods/fs-relifso.js";
|
|
460
492
|
export {
|
|
461
493
|
displayMigrationResults,
|
|
462
494
|
extractDependencies,
|
|
@@ -468,14 +500,14 @@ export {
|
|
|
468
500
|
restoreCatalogReferences,
|
|
469
501
|
shouldSkipDependency,
|
|
470
502
|
updateRootWithCatalog
|
|
471
|
-
} from "./
|
|
503
|
+
} from "./impl/migrate/codemods/monorepo-catalog.js";
|
|
472
504
|
export {
|
|
473
505
|
migrateModuleResolution,
|
|
474
506
|
migrateToBundler,
|
|
475
507
|
migrateToNodeNext
|
|
476
|
-
} from "./
|
|
477
|
-
export { migratePathToPathkit } from "./
|
|
478
|
-
export { migrateReaddirToGlob } from "./
|
|
508
|
+
} from "./impl/migrate/codemods/nodenext-bundler.js";
|
|
509
|
+
export { migratePathToPathkit } from "./impl/migrate/codemods/path-pathkit.js";
|
|
510
|
+
export { migrateReaddirToGlob } from "./impl/migrate/codemods/readdir-glob.js";
|
|
479
511
|
export {
|
|
480
512
|
downloadFileFromGitHub,
|
|
481
513
|
ensureEnvCacheDir,
|
|
@@ -483,40 +515,48 @@ export {
|
|
|
483
515
|
getEnvCachePath,
|
|
484
516
|
logVerbose,
|
|
485
517
|
mrseVerbose
|
|
486
|
-
} from "./
|
|
518
|
+
} from "./impl/mrse/mrse-impl.js";
|
|
487
519
|
export {
|
|
520
|
+
BINARIES_DIR,
|
|
488
521
|
escapeTemplateString,
|
|
522
|
+
findTemplatesObject,
|
|
489
523
|
getFileMetadata,
|
|
490
524
|
hashFile,
|
|
491
525
|
readFileForTemplate,
|
|
526
|
+
restoreFile,
|
|
527
|
+
TEMPLATE_VAR,
|
|
528
|
+
TPLS_DIR,
|
|
492
529
|
unescapeTemplateString,
|
|
493
|
-
|
|
494
|
-
|
|
530
|
+
unpackTemplates,
|
|
531
|
+
WHITELABEL_DEFAULT,
|
|
532
|
+
walkDir,
|
|
533
|
+
writeTypesFile
|
|
534
|
+
} from "./impl/pack/mod.js";
|
|
495
535
|
export {
|
|
496
536
|
DLER_TEMPLATES,
|
|
497
537
|
dlerTemplatesMap
|
|
498
|
-
} from "./
|
|
538
|
+
} from "./impl/providers/better-t-stack/better-t-stack-mod.js";
|
|
499
539
|
export {
|
|
500
540
|
DEFAULT_CONFIG,
|
|
501
541
|
dependencyVersionMap,
|
|
502
542
|
PKG_ROOT
|
|
503
|
-
} from "./
|
|
504
|
-
export { setupMongoDBAtlas } from "./
|
|
505
|
-
export { setupNeonPostgres } from "./
|
|
506
|
-
export { setupPrismaPostgres } from "./
|
|
507
|
-
export { setupSupabase } from "./
|
|
508
|
-
export { setupTurso } from "./
|
|
509
|
-
export { createProject } from "./
|
|
510
|
-
export { createReadme } from "./
|
|
543
|
+
} from "./impl/providers/better-t-stack/constants.js";
|
|
544
|
+
export { setupMongoDBAtlas } from "./impl/providers/better-t-stack/helpers/database-providers/mongodb-atlas-setup.js";
|
|
545
|
+
export { setupNeonPostgres } from "./impl/providers/better-t-stack/helpers/database-providers/neon-setup.js";
|
|
546
|
+
export { setupPrismaPostgres } from "./impl/providers/better-t-stack/helpers/database-providers/prisma-postgres-setup.js";
|
|
547
|
+
export { setupSupabase } from "./impl/providers/better-t-stack/helpers/database-providers/supabase-setup.js";
|
|
548
|
+
export { setupTurso } from "./impl/providers/better-t-stack/helpers/database-providers/turso-setup.js";
|
|
549
|
+
export { createProject } from "./impl/providers/better-t-stack/helpers/project-generation/create-project.js";
|
|
550
|
+
export { createReadme } from "./impl/providers/better-t-stack/helpers/project-generation/create-readme.js";
|
|
511
551
|
export {
|
|
512
552
|
addEnvVariablesToFile,
|
|
513
553
|
setupEnvironmentVariables
|
|
514
|
-
} from "./
|
|
515
|
-
export { displayPostInstallInstructions } from "./
|
|
554
|
+
} from "./impl/providers/better-t-stack/helpers/project-generation/env-setup.js";
|
|
555
|
+
export { displayPostInstallInstructions } from "./impl/providers/better-t-stack/helpers/project-generation/post-installation.js";
|
|
516
556
|
export {
|
|
517
557
|
initializeGit,
|
|
518
558
|
updatePackageConfigurations
|
|
519
|
-
} from "./
|
|
559
|
+
} from "./impl/providers/better-t-stack/helpers/project-generation/project-config.js";
|
|
520
560
|
export {
|
|
521
561
|
copyBaseTemplate,
|
|
522
562
|
handleExtras,
|
|
@@ -526,44 +566,44 @@ export {
|
|
|
526
566
|
setupDbOrmTemplates,
|
|
527
567
|
setupExamplesTemplate,
|
|
528
568
|
setupFrontendTemplates
|
|
529
|
-
} from "./
|
|
530
|
-
export { setupAddons } from "./
|
|
531
|
-
export { setupApi } from "./
|
|
569
|
+
} from "./impl/providers/better-t-stack/helpers/project-generation/template-manager.js";
|
|
570
|
+
export { setupAddons } from "./impl/providers/better-t-stack/helpers/setup/addons-setup.js";
|
|
571
|
+
export { setupApi } from "./impl/providers/better-t-stack/helpers/setup/api-setup.js";
|
|
532
572
|
export {
|
|
533
573
|
generateAuthSecret,
|
|
534
574
|
setupAuth
|
|
535
|
-
} from "./
|
|
536
|
-
export { setupBackendDependencies } from "./
|
|
537
|
-
export { setupDatabase } from "./
|
|
538
|
-
export { setupExamples } from "./
|
|
539
|
-
export { setupRuntime } from "./
|
|
540
|
-
export { setupStarlight } from "./
|
|
541
|
-
export { setupTauri } from "./
|
|
542
|
-
export { DLER_TPL_ADDONS } from "./
|
|
543
|
-
export { DLER_TPL_API } from "./
|
|
544
|
-
export { DLER_TPL_AUTH } from "./
|
|
545
|
-
export { DLER_TPL_BACKEND } from "./
|
|
546
|
-
export { DLER_TPL_BASE } from "./
|
|
547
|
-
export { DLER_TPL_DB } from "./
|
|
548
|
-
export { DLER_TPL_EXAMPLES } from "./
|
|
549
|
-
export { DLER_TPL_EXTRAS } from "./
|
|
550
|
-
export { DLER_TPL_FRONTEND } from "./
|
|
551
|
-
export { DLER_TPL_RUNTIME } from "./
|
|
552
|
-
export { getAddonsChoice } from "./
|
|
553
|
-
export { getApiChoice } from "./
|
|
554
|
-
export { getAuthChoice } from "./
|
|
555
|
-
export { getBackendFrameworkChoice } from "./
|
|
556
|
-
export { gatherConfig } from "./
|
|
557
|
-
export { getDatabaseChoice } from "./
|
|
558
|
-
export { getDBSetupChoice } from "./
|
|
559
|
-
export { getExamplesChoice } from "./
|
|
560
|
-
export { getFrontendChoice } from "./
|
|
561
|
-
export { getGitChoice } from "./
|
|
562
|
-
export { getinstallChoice } from "./
|
|
563
|
-
export { getORMChoice } from "./
|
|
564
|
-
export { getPackageManagerChoice } from "./
|
|
565
|
-
export { getProjectName } from "./
|
|
566
|
-
export { getRuntimeChoice } from "./
|
|
575
|
+
} from "./impl/providers/better-t-stack/helpers/setup/auth-setup.js";
|
|
576
|
+
export { setupBackendDependencies } from "./impl/providers/better-t-stack/helpers/setup/backend-setup.js";
|
|
577
|
+
export { setupDatabase } from "./impl/providers/better-t-stack/helpers/setup/db-setup.js";
|
|
578
|
+
export { setupExamples } from "./impl/providers/better-t-stack/helpers/setup/examples-setup.js";
|
|
579
|
+
export { setupRuntime } from "./impl/providers/better-t-stack/helpers/setup/runtime-setup.js";
|
|
580
|
+
export { setupStarlight } from "./impl/providers/better-t-stack/helpers/setup/starlight-setup.js";
|
|
581
|
+
export { setupTauri } from "./impl/providers/better-t-stack/helpers/setup/tauri-setup.js";
|
|
582
|
+
export { DLER_TPL_ADDONS } from "./impl/providers/better-t-stack/packed/addons.js";
|
|
583
|
+
export { DLER_TPL_API } from "./impl/providers/better-t-stack/packed/api.js";
|
|
584
|
+
export { DLER_TPL_AUTH } from "./impl/providers/better-t-stack/packed/auth.js";
|
|
585
|
+
export { DLER_TPL_BACKEND } from "./impl/providers/better-t-stack/packed/backend.js";
|
|
586
|
+
export { DLER_TPL_BASE } from "./impl/providers/better-t-stack/packed/base.js";
|
|
587
|
+
export { DLER_TPL_DB } from "./impl/providers/better-t-stack/packed/db.js";
|
|
588
|
+
export { DLER_TPL_EXAMPLES } from "./impl/providers/better-t-stack/packed/examples.js";
|
|
589
|
+
export { DLER_TPL_EXTRAS } from "./impl/providers/better-t-stack/packed/extras.js";
|
|
590
|
+
export { DLER_TPL_FRONTEND } from "./impl/providers/better-t-stack/packed/frontend.js";
|
|
591
|
+
export { DLER_TPL_RUNTIME } from "./impl/providers/better-t-stack/packed/runtime.js";
|
|
592
|
+
export { getAddonsChoice } from "./impl/providers/better-t-stack/prompts/addons.js";
|
|
593
|
+
export { getApiChoice } from "./impl/providers/better-t-stack/prompts/api.js";
|
|
594
|
+
export { getAuthChoice } from "./impl/providers/better-t-stack/prompts/auth.js";
|
|
595
|
+
export { getBackendFrameworkChoice } from "./impl/providers/better-t-stack/prompts/backend.js";
|
|
596
|
+
export { gatherConfig } from "./impl/providers/better-t-stack/prompts/config-prompts.js";
|
|
597
|
+
export { getDatabaseChoice } from "./impl/providers/better-t-stack/prompts/database.js";
|
|
598
|
+
export { getDBSetupChoice } from "./impl/providers/better-t-stack/prompts/database-setup.js";
|
|
599
|
+
export { getExamplesChoice } from "./impl/providers/better-t-stack/prompts/examples.js";
|
|
600
|
+
export { getFrontendChoice } from "./impl/providers/better-t-stack/prompts/frontend.js";
|
|
601
|
+
export { getGitChoice } from "./impl/providers/better-t-stack/prompts/git.js";
|
|
602
|
+
export { getinstallChoice } from "./impl/providers/better-t-stack/prompts/install.js";
|
|
603
|
+
export { getORMChoice } from "./impl/providers/better-t-stack/prompts/orm.js";
|
|
604
|
+
export { getPackageManagerChoice } from "./impl/providers/better-t-stack/prompts/package-manager.js";
|
|
605
|
+
export { getProjectName } from "./impl/providers/better-t-stack/prompts/project-name.js";
|
|
606
|
+
export { getRuntimeChoice } from "./impl/providers/better-t-stack/prompts/runtime.js";
|
|
567
607
|
export {
|
|
568
608
|
AddonsSchema,
|
|
569
609
|
APISchema,
|
|
@@ -576,81 +616,117 @@ export {
|
|
|
576
616
|
PackageManagerSchema,
|
|
577
617
|
ProjectNameSchema,
|
|
578
618
|
RuntimeSchema
|
|
579
|
-
} from "./
|
|
580
|
-
export { addPackageDependency } from "./
|
|
581
|
-
export { trackProjectCreation } from "./
|
|
582
|
-
export { commandExists } from "./
|
|
583
|
-
export { displayConfig } from "./
|
|
584
|
-
export { generateReproducibleCommand } from "./
|
|
585
|
-
export { getLatestCLIVersion } from "./
|
|
586
|
-
export { getPackageExecutionCommand } from "./
|
|
587
|
-
export { openUrl } from "./
|
|
588
|
-
export { renderTitle, TITLE_TEXT } from "./
|
|
619
|
+
} from "./impl/providers/better-t-stack/types.js";
|
|
620
|
+
export { addPackageDependency } from "./impl/providers/better-t-stack/utils/add-package-deps.js";
|
|
621
|
+
export { trackProjectCreation } from "./impl/providers/better-t-stack/utils/analytics.js";
|
|
622
|
+
export { commandExists } from "./impl/providers/better-t-stack/utils/command-exists.js";
|
|
623
|
+
export { displayConfig } from "./impl/providers/better-t-stack/utils/display-config.js";
|
|
624
|
+
export { generateReproducibleCommand } from "./impl/providers/better-t-stack/utils/generate-reproducible-command.js";
|
|
625
|
+
export { getLatestCLIVersion } from "./impl/providers/better-t-stack/utils/get-latest-cli-version.js";
|
|
626
|
+
export { getPackageExecutionCommand } from "./impl/providers/better-t-stack/utils/get-package-execution-command.js";
|
|
627
|
+
export { openUrl } from "./impl/providers/better-t-stack/utils/open-url.js";
|
|
628
|
+
export { renderTitle, TITLE_TEXT } from "./impl/providers/better-t-stack/utils/render-title.js";
|
|
589
629
|
export {
|
|
590
630
|
displaySponsors,
|
|
591
631
|
fetchSponsors,
|
|
592
632
|
SPONSORS_JSON_URL
|
|
593
|
-
} from "./
|
|
594
|
-
export { processTemplate } from "./
|
|
633
|
+
} from "./impl/providers/better-t-stack/utils/sponsors.js";
|
|
634
|
+
export { processTemplate } from "./impl/providers/better-t-stack/utils/template-processor.js";
|
|
595
635
|
export {
|
|
596
636
|
getProvidedFlags,
|
|
597
637
|
processAndValidateFlags,
|
|
598
638
|
validateConfigCompatibility
|
|
599
|
-
} from "./
|
|
639
|
+
} from "./impl/providers/better-t-stack/validation.js";
|
|
600
640
|
export {
|
|
601
641
|
showNewProjectMenu,
|
|
602
642
|
showOpenProjectMenu
|
|
603
|
-
} from "./
|
|
643
|
+
} from "./impl/providers/reliverse-stack/reliverse-stack-mod.js";
|
|
604
644
|
export {
|
|
605
645
|
configureBrowserExtension,
|
|
606
646
|
configureVSCodeExtension,
|
|
607
647
|
optionCreateBrowserExtension,
|
|
608
648
|
optionCreateVSCodeExtension,
|
|
609
649
|
optionCreateWebProject
|
|
610
|
-
} from "./
|
|
611
|
-
export { dlerPub } from "./
|
|
612
|
-
export { library_publishLibrary } from "./
|
|
613
|
-
export { regular_pubToJsr, regular_pubToNpm } from "./
|
|
614
|
-
export {
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
650
|
+
} from "./impl/providers/reliverse-stack/rs-impl.js";
|
|
651
|
+
export { dlerPub } from "./impl/pub/impl.js";
|
|
652
|
+
export { library_publishLibrary } from "./impl/pub/pub-library.js";
|
|
653
|
+
export { regular_pubToJsr, regular_pubToNpm } from "./impl/pub/pub-regular.js";
|
|
654
|
+
export {
|
|
655
|
+
buildHtml,
|
|
656
|
+
buildMarkdown,
|
|
657
|
+
buildTableHeader,
|
|
658
|
+
buildTableRow,
|
|
659
|
+
createDefaultConfig,
|
|
660
|
+
DEFAULT_CONFIG_PATH,
|
|
661
|
+
ensureConfigPath,
|
|
662
|
+
ensureOutputPath,
|
|
663
|
+
evaluateTsConfig,
|
|
664
|
+
expandDistLibs,
|
|
665
|
+
findMissingFiles,
|
|
666
|
+
generateAnchor,
|
|
667
|
+
getCanonicalFilename,
|
|
668
|
+
getExpectedFilenames,
|
|
669
|
+
getFormatFromExtension,
|
|
670
|
+
isDistLibsPath,
|
|
671
|
+
mapDistLibsFolderToLibs,
|
|
672
|
+
normalizePath,
|
|
673
|
+
readConfig,
|
|
674
|
+
resolvePath,
|
|
675
|
+
scanDir,
|
|
676
|
+
scanDirectories,
|
|
677
|
+
shouldInclude,
|
|
678
|
+
validateConfigPath,
|
|
679
|
+
validateFilters,
|
|
680
|
+
validateOutputPath
|
|
681
|
+
} from "./impl/remdn/mod.js";
|
|
682
|
+
export {
|
|
683
|
+
ensureCliFile,
|
|
684
|
+
extractArgsFromContent,
|
|
685
|
+
findCommandDirs,
|
|
686
|
+
generateCommandArgsMap,
|
|
687
|
+
generateCommandTemplate,
|
|
688
|
+
generateExports,
|
|
689
|
+
handleReliverseConfig
|
|
690
|
+
} from "./impl/rempts/cmd.js";
|
|
691
|
+
export { checkReliverseConfigHealth } from "./impl/rules/reliverse/dler-config-health/dler-config-health.js";
|
|
692
|
+
export { checkFileExtensions } from "./impl/rules/reliverse/file-extensions/file-extensions.js";
|
|
693
|
+
export { analyzeDependencies } from "./impl/rules/reliverse/missing-deps/analyzer.js";
|
|
694
|
+
export { checkMissingDependencies } from "./impl/rules/reliverse/missing-deps/deps-mod.js";
|
|
619
695
|
export {
|
|
620
696
|
findSourceFiles,
|
|
621
697
|
readFile,
|
|
622
698
|
readPackageJson
|
|
623
|
-
} from "./
|
|
624
|
-
export { formatOutput } from "./
|
|
699
|
+
} from "./impl/rules/reliverse/missing-deps/filesystem.js";
|
|
700
|
+
export { formatOutput } from "./impl/rules/reliverse/missing-deps/formatter.js";
|
|
625
701
|
export {
|
|
626
702
|
extractPackageNames,
|
|
627
703
|
getBuiltinModules,
|
|
628
704
|
getListedDependencies,
|
|
629
705
|
normalizePackageName
|
|
630
|
-
} from "./
|
|
631
|
-
export { checkNoDynamicImports } from "./
|
|
632
|
-
export { checkNoIndexFiles } from "./
|
|
633
|
-
export { checkPackageJsonHealth } from "./
|
|
634
|
-
export { checkPathExtensions } from "./
|
|
635
|
-
export { checkSelfInclude } from "./
|
|
636
|
-
export { checkTsConfigHealth } from "./
|
|
706
|
+
} from "./impl/rules/reliverse/missing-deps/parser.js";
|
|
707
|
+
export { checkNoDynamicImports } from "./impl/rules/reliverse/no-dynamic-imports/no-dynamic-imports.js";
|
|
708
|
+
export { checkNoIndexFiles } from "./impl/rules/reliverse/no-index-files/no-index-files.js";
|
|
709
|
+
export { checkPackageJsonHealth } from "./impl/rules/reliverse/package-json-health/package-json-health.js";
|
|
710
|
+
export { checkPathExtensions } from "./impl/rules/reliverse/path-extensions/path-extensions.js";
|
|
711
|
+
export { checkSelfInclude } from "./impl/rules/reliverse/self-include/self-include.js";
|
|
712
|
+
export { checkTsConfigHealth } from "./impl/rules/reliverse/tsconfig-health/tsconfig-health.js";
|
|
637
713
|
export {
|
|
638
714
|
ALLOWED_FILE_EXTENSIONS,
|
|
639
715
|
ALLOWED_IMPORT_EXTENSIONS,
|
|
640
716
|
STRICT_FILE_EXTENSIONS,
|
|
641
717
|
STRICT_IMPORT_EXTENSIONS
|
|
642
|
-
} from "./
|
|
643
|
-
export { displayCheckResults } from "./
|
|
644
|
-
export { getAllFiles, getLineNumber, shouldIgnoreFile } from "./
|
|
645
|
-
export { generateReltypesContent } from "./
|
|
646
|
-
export { DEFAULT_CONFIG_RELIVERSE, defineConfig } from "./
|
|
647
|
-
export { checkIfRegenerationNeeded, ensureReltypesFile } from "./
|
|
648
|
-
export { getAllSourceFiles, splitLargeFileByLines, splitLargeFunctions } from "./
|
|
718
|
+
} from "./impl/rules/rules-consts.js";
|
|
719
|
+
export { displayCheckResults } from "./impl/rules/rules-mod.js";
|
|
720
|
+
export { getAllFiles, getLineNumber, shouldIgnoreFile } from "./impl/rules/rules-utils.js";
|
|
721
|
+
export { generateReltypesContent } from "./impl/schema/gen.js";
|
|
722
|
+
export { DEFAULT_CONFIG_RELIVERSE, defineConfig } from "./impl/schema/mod.js";
|
|
723
|
+
export { checkIfRegenerationNeeded, ensureReltypesFile } from "./impl/schema/utils.js";
|
|
724
|
+
export { getAllSourceFiles, splitLargeFileByLines, splitLargeFunctions } from "./impl/split/impl.js";
|
|
649
725
|
export {
|
|
650
726
|
downloadRepoOption,
|
|
651
727
|
rmTestsRuntime
|
|
652
|
-
} from "./
|
|
653
|
-
export { openVercelTools } from "./
|
|
728
|
+
} from "./impl/toolbox/toolbox-impl.js";
|
|
729
|
+
export { openVercelTools } from "./impl/toolbox/toolbox-vercel.js";
|
|
654
730
|
export {
|
|
655
731
|
append,
|
|
656
732
|
compose,
|
|
@@ -673,7 +749,7 @@ export {
|
|
|
673
749
|
trim,
|
|
674
750
|
update,
|
|
675
751
|
wrapWith
|
|
676
|
-
} from "./
|
|
752
|
+
} from "./impl/transform/transform-impl-mod.js";
|
|
677
753
|
export {
|
|
678
754
|
checkPackageUpdates,
|
|
679
755
|
displayUpdateSummary,
|
|
@@ -688,7 +764,7 @@ export {
|
|
|
688
764
|
updateRootPackageJson,
|
|
689
765
|
validatePackageJson,
|
|
690
766
|
validateUpdateArgs
|
|
691
|
-
} from "./
|
|
767
|
+
} from "./impl/update/impl.js";
|
|
692
768
|
export {
|
|
693
769
|
applyVersionUpdate,
|
|
694
770
|
CACHE_TTL,
|
|
@@ -723,16 +799,16 @@ export {
|
|
|
723
799
|
upgradePnpm,
|
|
724
800
|
upgradeYarn,
|
|
725
801
|
versionCache
|
|
726
|
-
} from "./
|
|
802
|
+
} from "./impl/update/utils.js";
|
|
727
803
|
export {
|
|
728
804
|
readFilesFromPaths,
|
|
729
805
|
uploadToProvider
|
|
730
|
-
} from "./
|
|
731
|
-
export { uploadToUploadcare } from "./
|
|
732
|
-
export { uploadToUploadthing } from "./
|
|
733
|
-
export { formatBytes } from "./
|
|
734
|
-
export { promptAggCommand } from "./
|
|
735
|
-
export { useAggregator } from "./
|
|
806
|
+
} from "./impl/upload/providers/providers-mod.js";
|
|
807
|
+
export { uploadToUploadcare } from "./impl/upload/providers/uploadcare.js";
|
|
808
|
+
export { uploadToUploadthing } from "./impl/upload/providers/uploadthing.js";
|
|
809
|
+
export { formatBytes } from "./impl/upload/upload-utils.js";
|
|
810
|
+
export { promptAggCommand } from "./impl/utils/agg/agg-1.js";
|
|
811
|
+
export { useAggregator } from "./impl/utils/agg/agg-2.js";
|
|
736
812
|
export {
|
|
737
813
|
buildPathRelative,
|
|
738
814
|
collectFiles,
|
|
@@ -740,70 +816,70 @@ export {
|
|
|
740
816
|
getNamedExports,
|
|
741
817
|
guessStarImportIdentifier,
|
|
742
818
|
printUsage
|
|
743
|
-
} from "./
|
|
744
|
-
export { fileExists, findMainEntryFile } from "./
|
|
745
|
-
export { isAggregationDisabled } from "./
|
|
746
|
-
export { BINARY_EXTS, BINARY_SET } from "./
|
|
747
|
-
export { experimental, recommended } from "./
|
|
748
|
-
export { isBinaryExt } from "./
|
|
749
|
-
export { convertCjsToEsm } from "./
|
|
819
|
+
} from "./impl/utils/agg/agg-3.js";
|
|
820
|
+
export { fileExists, findMainEntryFile } from "./impl/utils/agg/agg-4.js";
|
|
821
|
+
export { isAggregationDisabled } from "./impl/utils/agg/agg-5.js";
|
|
822
|
+
export { BINARY_EXTS, BINARY_SET } from "./impl/utils/b-exts.js";
|
|
823
|
+
export { experimental, recommended } from "./impl/utils/badgeNotifiers.js";
|
|
824
|
+
export { isBinaryExt } from "./impl/utils/binary.js";
|
|
825
|
+
export { convertCjsToEsm } from "./impl/utils/codemods/convertCjsToEsm.js";
|
|
750
826
|
export {
|
|
751
827
|
convertDatabaseProvider,
|
|
752
828
|
convertPrismaToDrizzle
|
|
753
|
-
} from "./
|
|
754
|
-
export { convertTypeDefinitions } from "./
|
|
755
|
-
export { convertImportStyle } from "./
|
|
756
|
-
export { convertJsToTs } from "./
|
|
757
|
-
export { convertQuoteStyle } from "./
|
|
758
|
-
export { convertRuntime } from "./
|
|
759
|
-
export { convertToMonorepo } from "./
|
|
760
|
-
export { removeComments } from "./
|
|
761
|
-
export { getUnusedDependencies } from "./
|
|
762
|
-
export { replaceImportSymbol } from "./
|
|
763
|
-
export { replaceWithModern } from "./
|
|
764
|
-
export { COMMENT_MAP, DEFAULT_COMMENT, getCommentPrefix } from "./
|
|
765
|
-
export { commonEndActions, commonStartActions } from "./
|
|
766
|
-
export { createPackageJSON } from "./
|
|
767
|
-
export { decide } from "./
|
|
829
|
+
} from "./impl/utils/codemods/convertDatabase.js";
|
|
830
|
+
export { convertTypeDefinitions } from "./impl/utils/codemods/convertDefinitions.js";
|
|
831
|
+
export { convertImportStyle } from "./impl/utils/codemods/convertImportStyle.js";
|
|
832
|
+
export { convertJsToTs } from "./impl/utils/codemods/convertJsToTs.js";
|
|
833
|
+
export { convertQuoteStyle } from "./impl/utils/codemods/convertQuoteStyle.js";
|
|
834
|
+
export { convertRuntime } from "./impl/utils/codemods/convertRuntime.js";
|
|
835
|
+
export { convertToMonorepo } from "./impl/utils/codemods/convertToMonorepo.js";
|
|
836
|
+
export { removeComments } from "./impl/utils/codemods/removeComments.js";
|
|
837
|
+
export { getUnusedDependencies } from "./impl/utils/codemods/removeUnusedDeps.js";
|
|
838
|
+
export { replaceImportSymbol } from "./impl/utils/codemods/replaceImportSymbol.js";
|
|
839
|
+
export { replaceWithModern } from "./impl/utils/codemods/replaceWithModern.js";
|
|
840
|
+
export { COMMENT_MAP, DEFAULT_COMMENT, getCommentPrefix } from "./impl/utils/comments.js";
|
|
841
|
+
export { commonEndActions, commonStartActions } from "./impl/utils/common.js";
|
|
842
|
+
export { createPackageJSON } from "./impl/utils/createPackageJSON.js";
|
|
843
|
+
export { decide } from "./impl/utils/decideHelper.js";
|
|
768
844
|
export {
|
|
769
845
|
getAllPkgManagers,
|
|
770
846
|
getUserPkgManager
|
|
771
|
-
} from "./
|
|
772
|
-
export { setupI18nFiles } from "./
|
|
773
|
-
export { downloadRepo } from "./
|
|
774
|
-
export { handleDownload } from "./
|
|
847
|
+
} from "./impl/utils/dependencies/getUserPkgManager.js";
|
|
848
|
+
export { setupI18nFiles } from "./impl/utils/downloading/downloadI18nFiles.js";
|
|
849
|
+
export { downloadRepo } from "./impl/utils/downloading/downloadRepo.js";
|
|
850
|
+
export { handleDownload } from "./impl/utils/downloading/handleDownload.js";
|
|
775
851
|
export {
|
|
776
852
|
hookChildProcess,
|
|
777
853
|
notFoundError,
|
|
778
854
|
verifyENOENT,
|
|
779
855
|
verifyENOENTSync
|
|
780
|
-
} from "./
|
|
781
|
-
export { computeEnv } from "./
|
|
782
|
-
export { NonZeroExitError } from "./
|
|
783
|
-
export { escapeArgument, escapeCommand } from "./
|
|
784
|
-
export { ExecProcess, exec, x } from "./
|
|
785
|
-
export { parse } from "./
|
|
786
|
-
export { resolveCommand } from "./
|
|
787
|
-
export { readShebang } from "./
|
|
788
|
-
export { spawn, spawnSync } from "./
|
|
789
|
-
export { combineStreams, waitForEvent } from "./
|
|
790
|
-
export { _parse } from "./
|
|
856
|
+
} from "./impl/utils/exec/exec-enoent.js";
|
|
857
|
+
export { computeEnv } from "./impl/utils/exec/exec-env.js";
|
|
858
|
+
export { NonZeroExitError } from "./impl/utils/exec/exec-error.js";
|
|
859
|
+
export { escapeArgument, escapeCommand } from "./impl/utils/exec/exec-escape.js";
|
|
860
|
+
export { ExecProcess, exec, x } from "./impl/utils/exec/exec-mod.js";
|
|
861
|
+
export { parse } from "./impl/utils/exec/exec-parse.js";
|
|
862
|
+
export { resolveCommand } from "./impl/utils/exec/exec-resolve.js";
|
|
863
|
+
export { readShebang } from "./impl/utils/exec/exec-shebang.js";
|
|
864
|
+
export { spawn, spawnSync } from "./impl/utils/exec/exec-spawn.js";
|
|
865
|
+
export { combineStreams, waitForEvent } from "./impl/utils/exec/exec-stream.js";
|
|
866
|
+
export { _parse } from "./impl/utils/exec/exec-types.js";
|
|
791
867
|
export {
|
|
792
868
|
detectBufferType,
|
|
793
869
|
detectFileType,
|
|
794
870
|
detectStreamType,
|
|
795
871
|
getMimeType,
|
|
796
872
|
isBinary
|
|
797
|
-
} from "./
|
|
798
|
-
export { finalizeBuild, finalizePub } from "./
|
|
799
|
-
export { prepareCLIFiles, safeRename } from "./
|
|
800
|
-
export { getEffectiveDir } from "./
|
|
801
|
-
export { pm, pmx } from "./
|
|
802
|
-
export { uninstallDependencies } from "./
|
|
803
|
-
export { handleCleanup } from "./
|
|
804
|
-
export { handleCodemods } from "./
|
|
805
|
-
export { isVSCodeInstalled } from "./
|
|
806
|
-
export { promptPackageJsonScripts } from "./
|
|
873
|
+
} from "./impl/utils/file-type.js";
|
|
874
|
+
export { finalizeBuild, finalizePub } from "./impl/utils/finalize.js";
|
|
875
|
+
export { prepareCLIFiles, safeRename } from "./impl/utils/fs-rename.js";
|
|
876
|
+
export { getEffectiveDir } from "./impl/utils/getEffectiveDir.js";
|
|
877
|
+
export { pm, pmx } from "./impl/utils/getPackageManager.js";
|
|
878
|
+
export { uninstallDependencies } from "./impl/utils/handlers/dependencies.js";
|
|
879
|
+
export { handleCleanup } from "./impl/utils/handlers/handleCleanup.js";
|
|
880
|
+
export { handleCodemods } from "./impl/utils/handlers/handleCodemods.js";
|
|
881
|
+
export { isVSCodeInstalled } from "./impl/utils/handlers/isAppInstalled.js";
|
|
882
|
+
export { promptPackageJsonScripts } from "./impl/utils/handlers/promptPackageJsonScripts.js";
|
|
807
883
|
export {
|
|
808
884
|
AVAILABLE_COMPONENTS,
|
|
809
885
|
applyTheme,
|
|
@@ -815,31 +891,31 @@ export {
|
|
|
815
891
|
selectSidebarPrompt,
|
|
816
892
|
THEMES,
|
|
817
893
|
updateComponent
|
|
818
|
-
} from "./
|
|
819
|
-
export { hasOnlyRse } from "./
|
|
894
|
+
} from "./impl/utils/handlers/shadcn.js";
|
|
895
|
+
export { hasOnlyRse } from "./impl/utils/hasOnlyReliverseConfig.js";
|
|
820
896
|
export {
|
|
821
897
|
CONTENT_CREATE_MODES,
|
|
822
898
|
DEST_FILE_EXISTS_BEHAVIOURS,
|
|
823
899
|
FILE_TYPES,
|
|
824
900
|
INIT_BEHAVIOURS
|
|
825
|
-
} from "./
|
|
901
|
+
} from "./impl/utils/init/init-const.js";
|
|
826
902
|
export {
|
|
827
903
|
createFileFromScratch,
|
|
828
904
|
escapeMarkdownCodeBlocks,
|
|
829
905
|
initFile,
|
|
830
906
|
initFiles
|
|
831
|
-
} from "./
|
|
832
|
-
export { gitignoreTemplate, licenseTemplate, readmeTemplate } from "./
|
|
907
|
+
} from "./impl/utils/init/init-impl.js";
|
|
908
|
+
export { gitignoreTemplate, licenseTemplate, readmeTemplate } from "./impl/utils/init/init-tmpl.js";
|
|
833
909
|
export {
|
|
834
910
|
ensureGithubToken,
|
|
835
911
|
initGithubSDK,
|
|
836
912
|
OctokitWithRest,
|
|
837
913
|
octokitUserAgent
|
|
838
|
-
} from "./
|
|
839
|
-
export { askVercelToken, initVercelSDK } from "./
|
|
840
|
-
export { getMaxHeightSize, sleep } from "./
|
|
841
|
-
export { hasConfigFiles, isMrseProject } from "./
|
|
842
|
-
export { checkScriptExists } from "./
|
|
914
|
+
} from "./impl/utils/instanceGithub.js";
|
|
915
|
+
export { askVercelToken, initVercelSDK } from "./impl/utils/instanceVercel.js";
|
|
916
|
+
export { getMaxHeightSize, sleep } from "./impl/utils/microHelpers.js";
|
|
917
|
+
export { hasConfigFiles, isMrseProject } from "./impl/utils/mrseHelpers.js";
|
|
918
|
+
export { checkScriptExists } from "./impl/utils/pkgJsonHelpers.js";
|
|
843
919
|
export {
|
|
844
920
|
addDependency,
|
|
845
921
|
addDevDependency,
|
|
@@ -849,7 +925,7 @@ export {
|
|
|
849
925
|
removeDependency,
|
|
850
926
|
runScript,
|
|
851
927
|
updateDependencies
|
|
852
|
-
} from "./
|
|
928
|
+
} from "./impl/utils/pm/pm-api.js";
|
|
853
929
|
export {
|
|
854
930
|
addToCatalog,
|
|
855
931
|
getCatalogReference,
|
|
@@ -858,22 +934,22 @@ export {
|
|
|
858
934
|
listCatalogs,
|
|
859
935
|
removeFromCatalog,
|
|
860
936
|
updateCatalogs
|
|
861
|
-
} from "./
|
|
862
|
-
export { detectPackageManager, packageManagers } from "./
|
|
937
|
+
} from "./impl/utils/pm/pm-catalog.js";
|
|
938
|
+
export { detectPackageManager, packageManagers } from "./impl/utils/pm/pm-detect.js";
|
|
863
939
|
export {
|
|
864
940
|
latestVersion,
|
|
865
941
|
PackageNotFoundError,
|
|
866
942
|
pmPackageJson,
|
|
867
943
|
VersionNotFoundError
|
|
868
|
-
} from "./
|
|
869
|
-
export { findup, parsePackageManagerField } from "./
|
|
944
|
+
} from "./impl/utils/pm/pm-meta.js";
|
|
945
|
+
export { findup, parsePackageManagerField } from "./impl/utils/pm/pm-parse.js";
|
|
870
946
|
export {
|
|
871
947
|
doesDependencyExist,
|
|
872
948
|
executeCommand,
|
|
873
949
|
getWorkspaceArgs,
|
|
874
950
|
NO_PACKAGE_MANAGER_DETECTED_ERROR_MSG,
|
|
875
951
|
resolveOperationOptions
|
|
876
|
-
} from "./
|
|
952
|
+
} from "./impl/utils/pm/pm-utils.js";
|
|
877
953
|
export {
|
|
878
954
|
getRepoInfo,
|
|
879
955
|
REPO_TEMPLATES,
|
|
@@ -882,63 +958,63 @@ export {
|
|
|
882
958
|
TEMP_FULLSTACK_WEBSITE_TEMPLATE_OPTIONS,
|
|
883
959
|
TEMP_SEPARATED_WEBSITE_TEMPLATE_OPTIONS,
|
|
884
960
|
TEMP_VSCODE_TEMPLATE_OPTIONS
|
|
885
|
-
} from "./
|
|
886
|
-
export { askAppOrLib } from "./
|
|
887
|
-
export { askInstallDeps } from "./
|
|
888
|
-
export { askOpenInIDE } from "./
|
|
889
|
-
export { askProjectName } from "./
|
|
890
|
-
export { askUsernameFrontend } from "./
|
|
891
|
-
export { askUsernameGithub } from "./
|
|
892
|
-
export { shouldInitGit } from "./
|
|
893
|
-
export { getOrCreateReliverseMemory, updateReliverseMemory } from "./
|
|
894
|
-
export { extractRepoInfo, replaceStringsInFiles } from "./
|
|
961
|
+
} from "./impl/utils/projectRepository.js";
|
|
962
|
+
export { askAppOrLib } from "./impl/utils/prompts/askAppOrLib.js";
|
|
963
|
+
export { askInstallDeps } from "./impl/utils/prompts/askInstallDeps.js";
|
|
964
|
+
export { askOpenInIDE } from "./impl/utils/prompts/askOpenInIDE.js";
|
|
965
|
+
export { askProjectName } from "./impl/utils/prompts/askProjectName.js";
|
|
966
|
+
export { askUsernameFrontend } from "./impl/utils/prompts/askUsernameFrontend.js";
|
|
967
|
+
export { askUsernameGithub } from "./impl/utils/prompts/askUsernameGithub.js";
|
|
968
|
+
export { shouldInitGit } from "./impl/utils/prompts/shouldInitGit.js";
|
|
969
|
+
export { getOrCreateReliverseMemory, updateReliverseMemory } from "./impl/utils/reliverseMemory.js";
|
|
970
|
+
export { extractRepoInfo, replaceStringsInFiles } from "./impl/utils/replacements/reps-impl.js";
|
|
895
971
|
export {
|
|
896
972
|
CommonPatterns,
|
|
897
973
|
HardcodedStrings,
|
|
898
974
|
hardcodedSchema,
|
|
899
975
|
urlPatternsSchema
|
|
900
|
-
} from "./
|
|
901
|
-
export { handleReplacements } from "./
|
|
902
|
-
export { resolveAllCrossLibs } from "./
|
|
903
|
-
export { memorySchema } from "./
|
|
976
|
+
} from "./impl/utils/replacements/reps-keys.js";
|
|
977
|
+
export { handleReplacements } from "./impl/utils/replacements/reps-mod.js";
|
|
978
|
+
export { resolveAllCrossLibs } from "./impl/utils/resolve-cross-libs.js";
|
|
979
|
+
export { memorySchema } from "./impl/utils/schemaMemory.js";
|
|
904
980
|
export {
|
|
905
981
|
DEFAULT_REPOS_CONFIG,
|
|
906
982
|
generateReposJsonSchema,
|
|
907
983
|
repoInfoSchema,
|
|
908
984
|
reposSchema,
|
|
909
985
|
shouldRegenerateSchema
|
|
910
|
-
} from "./
|
|
911
|
-
export { createSpinner, SimpleSpinner } from "./
|
|
986
|
+
} from "./impl/utils/schemaTemplate.js";
|
|
987
|
+
export { createSpinner, SimpleSpinner } from "./impl/utils/spinner.js";
|
|
912
988
|
export {
|
|
913
989
|
getPkgName,
|
|
914
990
|
getPkgVersion,
|
|
915
991
|
readPackageJSON,
|
|
916
992
|
showEndPrompt,
|
|
917
993
|
showStartPrompt
|
|
918
|
-
} from "./
|
|
994
|
+
} from "./impl/utils/startEndPrompts.js";
|
|
919
995
|
export {
|
|
920
996
|
cd,
|
|
921
997
|
getCurrentWorkingDirectory,
|
|
922
998
|
handleError,
|
|
923
999
|
pwd,
|
|
924
1000
|
rm
|
|
925
|
-
} from "./
|
|
926
|
-
export { setupDevModeIfNeeded } from "./
|
|
927
|
-
export { findTsconfigUp } from "./
|
|
1001
|
+
} from "./impl/utils/terminalHelpers.js";
|
|
1002
|
+
export { setupDevModeIfNeeded } from "./impl/utils/testsRuntime.js";
|
|
1003
|
+
export { findTsconfigUp } from "./impl/utils/tsconfigHelpers.js";
|
|
928
1004
|
export {
|
|
929
1005
|
getBunSourcemapOption,
|
|
930
1006
|
getUnifiedSourcemapOption,
|
|
931
1007
|
renameEntryFile
|
|
932
|
-
} from "./
|
|
933
|
-
export { removeDistFolders, removeLogInternalCalls } from "./
|
|
934
|
-
export { filterDeps } from "./
|
|
935
|
-
export { determineDistName } from "./
|
|
1008
|
+
} from "./impl/utils/utils-build.js";
|
|
1009
|
+
export { removeDistFolders, removeLogInternalCalls } from "./impl/utils/utils-clean.js";
|
|
1010
|
+
export { filterDeps } from "./impl/utils/utils-deps.js";
|
|
1011
|
+
export { determineDistName } from "./impl/utils/utils-determine.js";
|
|
936
1012
|
export {
|
|
937
1013
|
formatError,
|
|
938
1014
|
handleDlerError,
|
|
939
1015
|
validateDevCwd,
|
|
940
1016
|
withWorkingDirectory
|
|
941
|
-
} from "./
|
|
1017
|
+
} from "./impl/utils/utils-error-cwd.js";
|
|
942
1018
|
export {
|
|
943
1019
|
copyRootFile,
|
|
944
1020
|
deleteSpecificFiles,
|
|
@@ -947,20 +1023,20 @@ export {
|
|
|
947
1023
|
readFileSafe,
|
|
948
1024
|
validateDirectory,
|
|
949
1025
|
writeFileSafe
|
|
950
|
-
} from "./
|
|
951
|
-
export { createJsrJSON, renameTsxFiles } from "./
|
|
952
|
-
export { extractPackageName } from "./
|
|
1026
|
+
} from "./impl/utils/utils-fs.js";
|
|
1027
|
+
export { createJsrJSON, renameTsxFiles } from "./impl/utils/utils-jsr-json.js";
|
|
1028
|
+
export { extractPackageName } from "./impl/utils/utils-misc.js";
|
|
953
1029
|
export {
|
|
954
1030
|
library_createJsrConfig,
|
|
955
1031
|
library_createPackageJSON
|
|
956
|
-
} from "./
|
|
957
|
-
export { regular_createPackageJSON } from "./
|
|
1032
|
+
} from "./impl/utils/utils-package-json-libraries.js";
|
|
1033
|
+
export { regular_createPackageJSON } from "./impl/utils/utils-package-json-regular.js";
|
|
958
1034
|
export {
|
|
959
1035
|
createPerfTimer,
|
|
960
1036
|
getElapsedPerfTime,
|
|
961
1037
|
pausePerfTimer,
|
|
962
1038
|
resumePerfTimer
|
|
963
|
-
} from "./
|
|
1039
|
+
} from "./impl/utils/utils-perf.js";
|
|
964
1040
|
export {
|
|
965
1041
|
ALLOWED_FILE_TYPES,
|
|
966
1042
|
checkFileSize,
|
|
@@ -974,5 +1050,5 @@ export {
|
|
|
974
1050
|
validateMergeOperation,
|
|
975
1051
|
validatePath,
|
|
976
1052
|
validateTemplate
|
|
977
|
-
} from "./
|
|
978
|
-
export { createProjectTSConfig, createTSConfig } from "./
|
|
1053
|
+
} from "./impl/utils/utils-security.js";
|
|
1054
|
+
export { createProjectTSConfig, createTSConfig } from "./impl/utils/utils-tsconfig.js";
|