https://github.com/jwr1/create-unplugin
Initialize a new unplugin package.
https://github.com/jwr1/create-unplugin
unplugin
Last synced: 6 months ago
JSON representation
Initialize a new unplugin package.
- Host: GitHub
- URL: https://github.com/jwr1/create-unplugin
- Owner: jwr1
- License: mit
- Created: 2022-09-09T19:34:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T14:13:47.000Z (over 2 years ago)
- Last Synced: 2025-04-11T19:58:41.846Z (9 months ago)
- Topics: unplugin
- Language: JavaScript
- Homepage: https://npm.im/create-unplugin
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-unplugin [](https://npm.im/create-unplugin)
Initialize a new [unplugin](https://github.com/unjs/unplugin) package.
## Usage
Make sure you are in an empty directory, then run the following with your package manager.
With NPM:
```bash
$ npm create unplugin@latest
```
With Yarn:
```bash
$ yarn create unplugin
```
With PNPM:
```bash
$ pnpm create unplugin
```
Then follow the prompts!
The plugin name automatically infers the recommended package and export names. After specifying the names, you can choose the language for your project (JavaScript or TypeScript) and then pick what bundlers you want your plugin to support.
After you complete the prompts, your project files will be generated, and the dependencies will be installed.