rtk-ai/rtk

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

Open

#197 ouverte le 18 févr. 2026

Voir sur GitHub
 (1 commentaire) (5 réactions) (0 assignés)Rust (2 914 forks)batch import
P3-nice-to-havearea:clieffort-mediumenhancementfilter-qualityhelp wantedpriority:medium

Métriques du dépôt

Stars
 (48 085 stars)
Métriques de merge PR
 (Merge moyen 11j 1h) (45 PRs mergées en 30 j)

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

Guide contributeur