Generate a Google Chrome extension starter kit in :
- JavaScript
- TypeScript
- ReactJS
- VueJS
Why "z" at the end? Because all decent names were already taken :-)
Currently available :
- React 19 TypeScript : repo
- React 18 TypeScript : repo
- Vue 3 JavaScript : repo
- Vue 3 TypeScript : repo
- Vanilla JavaScript : repo
- Vanilla TypeScript : repo
npm install -g create-chrome-extensionz
npx create-chrome-extensionz
Just answer the questions, navigate to the created folder and install dependencies with the package manager of your choice.
cd your_project_name
npm install