0.0.1 • Published 1 year ago

create-extension-js v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.0.1

1 year ago

0.0.1-beta.13

1 year ago

0.0.1-beta.12

1 year ago

0.0.1-beta.11

1 year ago

0.0.1-beta.10

1 year ago

0.0.1-beta.9

1 year ago

0.0.1-beta.8

1 year ago

0.0.1-beta.7

1 year ago

0.0.1-beta.6

1 year ago