add deno to the cli starters

This commit is contained in:
dswbx
2025-10-25 10:18:43 +02:00
parent 1fc6e810ae
commit b787837dd2
7 changed files with 48 additions and 16 deletions

View File

@@ -20,6 +20,7 @@ const config = {
node: "Node.js",
bun: "Bun",
cloudflare: "Cloudflare",
deno: "Deno",
aws: "AWS Lambda",
},
framework: {
@@ -269,7 +270,7 @@ async function action(options: {
);
$p.log.success(`Updated package name to ${color.cyan(ctx.name)}`);
{
if (template.installDeps !== false) {
const install =
options.yes ??
(await $p.confirm({