aklinker1 / vite-plugin-web-extension

Vite plugin for developing Chrome/Web Extensions
https://vite-plugin-web-extension.aklinker1.io/
MIT License
553 stars 48 forks source link

Publish a `create-vite-plugin-web-extension` package to bootstrap projects. #46

Closed aklinker1 closed 1 year ago

aklinker1 commented 1 year ago

I'd like to be able to have a one-liner for configuring a new project:

npm  create vite-plugin-web-extension [template]
yarn create vite-plugin-web-extension [template]
pnpm create vite-plugin-web-extension [template]

There can be a couple of different templates to get started with:

Javascript Typescript
vanilla vanilla-ts
vue vue-ts
react react-ts
fhefh2015 commented 1 year ago

Need it and look forward to using it sooner

aklinker1 commented 1 year ago

Code is merged, working on deploying and fixing issues with the first version.