Skip to content

feat(discover): handle more npm/npx/pnpm/pnpx patterns#355

Open
KuSh wants to merge 3 commits intortk-ai:developfrom
KuSh:pnpx+dlx
Open

feat(discover): handle more npm/npx/pnpm/pnpx patterns#355
KuSh wants to merge 3 commits intortk-ai:developfrom
KuSh:pnpx+dlx

Conversation

@KuSh
Copy link

@KuSh KuSh commented Mar 6, 2026

  • handle npm exec|run and their aliases
  • handle pnpm exec|run and their aliases like npm
  • handle pnpx and its alias like npx
  • handle all forms of js script/package execution

@pszymkowiak
Copy link
Collaborator

LGTM — solid coverage of npm/npx/pnpm/pnpx patterns with thorough tests (622 pass, fmt + clippy clean).

One thing needed before merge: rebase on master — there's a conflict (master has moved since v0.25.0).

git fetch origin master && git rebase origin/master

Once rebased, this is ready to merge.

@KuSh
Copy link
Author

KuSh commented Mar 6, 2026

@pszymkowiak done!

@navidemad
Copy link

Could you add bun and bunx format as well ?

@KuSh
Copy link
Author

KuSh commented Mar 6, 2026

@navidemad could that be done in another PR? I'm not giving up and will try to propose something but I don't know bun nor use it, I'll have to read the doc a little bit before having something ready

@KuSh KuSh changed the base branch from master to develop March 12, 2026 22:59
@KuSh
Copy link
Author

KuSh commented Mar 13, 2026

@pszymkowiak rebased on develop, should be ready to merge

@CLAassistant
Copy link

CLAassistant commented Mar 20, 2026

CLA assistant check
All committers have signed the CLA.

KuSh added 3 commits March 23, 2026 22:08
- handle npm exec|run and their aliases
- handle pnpm exec|run and their aliases like npm
- handle pnpx and its alias like npx
- handle all forms of js script/package execution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants