Package Exports
- browser-extension-builder
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (browser-extension-builder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
browser-extension-builder
A simple tool to get you started on building a browser extension.
🎉
react
template is here!Yes, you heard it right. Now you can create browser extensions with
react
and yes, withreact-typescript
too.
Getting Started
Installation:
npm install browser-extension-builder -g
Usage:
Run:
build-ext
...And answer the questions, And your project will be created in the current directory.
After you created your project read its
README
file, all the instructions will be there.
Github:
This project is opensource, you can find it here.
Todo:
- Make
svelte
template. - Make
react
template. - Make
vue
template.