⚠️ Warning: The project is in the planning stage.
Scaffolding Your First Browser Extension based on Extension.js
With NPM:
$ npm create extension-js@latest
Then follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a React + NewTab + Tailwind project, run:
# npm 7+, extra double-dash is needed:
npm create extension-js@latest my-react-ext -- --template react-newtab-tailwind
npm create extension-js@latest my-react-ext -- --template react,newtab,tailwind
Currently supported template presets include: