1.0.8 • Published 5 months ago
create-chrome-extensionz v1.0.8
CREATE CHROME EXTENSIONz
Generate a Google Chrome extension starter kit in JavaScript, TypeScript or ReactJS. 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
Install
npm install -g create-chrome-extensionz
Usage
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