rtk-ai/rtk

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

Open

#197 aperta il 18 feb 2026

Vedi su GitHub
 (1 commento) (5 reazioni) (0 assegnatari)Rust (2914 fork)batch import
P3-nice-to-havearea:clieffort-mediumenhancementfilter-qualityhelp wantedpriority:medium

Metriche repository

Star
 (48.085 star)
Metriche merge PR
 (Merge medio 11g 1h) (45 PR mergiate in 30 g)

Descrizione

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..

Guida contributor