Skip to content

christophe77/create-chrome-extensionz

Repository files navigation

CREATE CHROME EXTENSIONz

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

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

About

NodeJS CLI to create chrome extensions starter kit for ReactJS, VueJS, vanilla JS & TypeScript

Resources

Stars

Watchers

Forks

Packages

No packages published