create-unplugin
Initialize a new unplugin package.
Usage
Make sure you are in an empty directory, then run the following with your package manager.
With NPM:
$ npm create unplugin@latest
With Yarn:
$ yarn create unplugin
With PNPM:
$ 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.