Skip to content

docs: add deno dx examples - #494

Merged
junhoyeo merged 1 commit into
junhoyeo:mainfrom
Ardakilic:main
May 3, 2026
Merged

docs: add deno dx examples#494
junhoyeo merged 1 commit into
junhoyeo:mainfrom
Ardakilic:main

Conversation

@Ardakilic

@Ardakilic Ardakilic commented May 3, 2026

Copy link
Copy Markdown
Contributor

Hello,

This PR introduces Deno DX running method that's got introduced in Deno v2.6

https://deno.com/blog/v2.6

Can confirm it works nicely, so I simply wanted to add a tiny note about this on README.


Summary by cubic

Add Deno v2.6 DX run option to the docs, showing dx tokscale@latest as an alternative to npx and bunx across README files (EN, JA, KO, ZH-CN).

Written for commit f4779eb. Summary will update on new commits.

@vercel

vercel Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
tokscale Ignored Ignored Preview May 3, 2026 0:22am

Request Review

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 issues found across 4 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="README.ko.md">

<violation number="1" location="README.ko.md:165">
P3: Added Deno `dx` quick-start without updating prerequisites to mention Deno.</violation>
</file>

<file name="README.md">

<violation number="1" location="README.md:166">
P3: The new `dx` quick-start path depends on Deno, but the prerequisites section doesn't mention Deno or the alias/version requirement.</violation>
</file>

<file name="README.ja.md">

<violation number="1" location="README.ja.md:165">
P3: Quickstart now advertises Deno `dx`, but prerequisites still omit Deno, so the setup guidance is inconsistent.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread README.ko.md
@@ -161,6 +161,9 @@ npx tokscale@latest
# 또는 bunx 사용

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Added Deno dx quick-start without updating prerequisites to mention Deno.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.ko.md, line 165:

<comment>Added Deno `dx` quick-start without updating prerequisites to mention Deno.</comment>

<file context>
@@ -161,6 +161,9 @@ npx tokscale@latest
 bunx tokscale@latest
 
+# 또는 deno dx 사용
+dx tokscale@latest
+
 # 라이트 모드 (테이블 렌더링만)
</file context>

Comment thread README.md
@@ -162,6 +162,9 @@ npx tokscale@latest
# Or use bunx

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: The new dx quick-start path depends on Deno, but the prerequisites section doesn't mention Deno or the alias/version requirement.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 166:

<comment>The new `dx` quick-start path depends on Deno, but the prerequisites section doesn't mention Deno or the alias/version requirement.</comment>

<file context>
@@ -162,6 +162,9 @@ npx tokscale@latest
 bunx tokscale@latest
 
+# Or use deno dx
+dx tokscale@latest
+
 # Light mode (table rendering only)
</file context>

Comment thread README.ja.md
@@ -161,6 +161,9 @@ npx tokscale@latest
# またはbunxを使用

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Quickstart now advertises Deno dx, but prerequisites still omit Deno, so the setup guidance is inconsistent.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.ja.md, line 165:

<comment>Quickstart now advertises Deno `dx`, but prerequisites still omit Deno, so the setup guidance is inconsistent.</comment>

<file context>
@@ -161,6 +161,9 @@ npx tokscale@latest
 bunx tokscale@latest
 
+# たはdeno dxを使用
+dx tokscale@latest
+
 # ライトモード(テーブルレンダリングのみ)
</file context>

@junhoyeo junhoyeo left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦕

@junhoyeo
junhoyeo merged commit 4a20152 into junhoyeo:main May 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants