HiDeoo / starlight-package-managers

Quickly display npm related commands for multiple package managers in your Starlight documentation site
https://starlight-package-managers.vercel.app
MIT License
22 stars 3 forks source link

feat: adds the `dlx` command type #15

Closed jits closed 2 weeks ago

jits commented 2 weeks ago

Describe the pull request

From the discussion in #11, this adds support for the dlx command.

Why

See #11

How

By mirroring the implementation of the exec command.

Screenshots

N/A


Note: for pnpm, whilst there is an alias — pnpx — I've chosen to use pnpm dlx, as the alias was only introduced in pnpm v9 (Apr 2024).

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
starlight-package-managers ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 1:30pm
jits commented 2 weeks ago

@HiDeoo — please could you take a look when you have a sec? (I wasn't sure if you received notifications for this repo or not. Apologies if this results in double notifications!)

jits commented 2 weeks ago

@HiDeoo – it's my pleasure! Thank you for the plugin — it's been very handy.