0.7.0 • Published 10 months ago

starlight-package-managers v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

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

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

```bash
pnpm create astro --template starlight
```

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

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