rtk-ai/rtk

Handle supported commands through the bunx / bun x / pnpx / pnpm dlx / npx

Open

#197 geöffnet am 18. Feb. 2026

Auf GitHub ansehen
 (1 Kommentar) (5 Reaktionen) (0 zugewiesene Personen)Rust (2.914 Forks)batch import
P3-nice-to-havearea:clieffort-mediumenhancementfilter-qualityhelp wantedpriority:medium

Repository-Metriken

Stars
 (48.085 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 1h) (45 gemergte PRs in 30 T)

Beschreibung

It's relatively common for AI models to run some linting or formatting using tools that aren't available in the current project directly through commands like bunx, npx, etc.

I think it would be logical to support the commands that are already supported by RTK when they are called through these package managers.

I guess something like that could also exist for Python or Rust packages as well.

E.g.,:

TOP UNHANDLED COMMANDS -- open an issue?
----------------------------------------------------
bunx tsc                   107    bunx tsc --noEmit --strict scripts/lib..

Contributor Guide