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 `remove` command type #8

Closed lorenzolewis closed 5 months ago

lorenzolewis commented 5 months ago

Describe the pull request

Add a remove command.

Why

Can be useful for giving instructions for migrating from one package to another.

How

Following these docs:

Screenshots

Screenshot 2024-05-22 at 21 36 07 Screenshot 2024-05-22 at 21 36 10

Note

Some commands call this uninstall, others call it remove. I went with uninstall since that's what npm calls it. Another option could be to also include a remove command and have it return the same results. Changed to remove

vercel[bot] commented 5 months 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 May 22, 2024 7:37pm
lorenzolewis commented 5 months ago

Sure thing! That's switched and should be ready now.