create-extension-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

create-extension-js

npm version npm downloads bundle JSDocs License

⚠️ 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:

Discuss how to support template composition?

License

MIT License © 2023-PRESENT OSpoon

/create-extension-js/

    Package Sidebar

    Install

    npm i create-extension-js

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    4.39 MB

    Total Files

    263

    Last publish

    Collaborators

    • zhangxin_n22