rtk-ai/rtk

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

Open

#197 opened on Feb 18, 2026

View on GitHub
 (1 comment) (5 reactions) (0 assignees)Rust (2,914 forks)batch import
P3-nice-to-havearea:clieffort-mediumenhancementfilter-qualityhelp wantedpriority:medium

Repository metrics

Stars
 (48,085 stars)
PR merge metrics
 (Avg merge 11d 1h) (45 merged PRs in 30d)

Description

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