starlight-package-managers

0.7.0 • Public • Published

starlight-package-managers 🗃

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

Demo of starlight-package-managers

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

</TabItem>
<TabItem label="pnpm">

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

</TabItem>
<TabItem label="Yarn">

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

</TabItem>
</Tabs>

By this one:

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

Package Sidebar

Install

npm i starlight-package-managers

Weekly Downloads

860

Version

0.7.0

License

MIT

Unpacked Size

9.9 kB

Total Files

7

Last publish

Collaborators

  • hideoo