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
17 stars 2 forks source link
astro-component manager npm package starlight withastro

starlight-package-managers 🗃

Quickly display npm related commands for multiple package managers in your Starlight documentation site.

Demo of starlight-package-managers

Integration Status License

Getting Started

Want to get started immediately? Check out the getting started guide or check out the demo to see the plugin in action.

Description

Replace the following MDX code:

<Tabs>
<TabItem label="npm">

```sh
npm create astro@latest -- --template starlight

```sh pnpm create astro --template starlight ``` ```sh yarn create astro --template starlight ```


By this one:

```mdx
<PackageManagers type="create" pkg="astro@latest" args="--template starlight" />

Features

Related Projects

License

Licensed under the MIT License, Copyright © HiDeoo.

See LICENSE for more information.