0.3.0 • Published 1 year ago

create-unplugin v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

create-unplugin npm

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.

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago