https://github.com/paulcoding810/gen-ext
react-js template from https://github.com/guocaoyi/create-chrome-ext with firefox supported
https://github.com/paulcoding810/gen-ext
Last synced: 3 days ago
JSON representation
react-js template from https://github.com/guocaoyi/create-chrome-ext with firefox supported
- Host: GitHub
- URL: https://github.com/paulcoding810/gen-ext
- Owner: paulcoding810
- License: mit
- Created: 2025-02-12T03:37:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T03:20:15.000Z (about 1 year ago)
- Last Synced: 2025-02-16T04:18:47.282Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gen-ext
[](https://www.npmjs.com/package/gen-ext)
[](https://react.dev/)
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[](https://vitejs.dev/)
[](https://www.mozilla.org/firefox/)
[](https://www.google.com/chrome/)
A **React-Javascript** instance of [create-chrome-ext](https://github.com/guocaoyi/create-chrome-ext), optimized for **Firefox** extension development.
## Installation
```sh
npm install -g gen-ext
# Run the generator
gen-ext
```
### Update logo
```sh
cd your_extension_folder
gen-ext logo path/to/your/new/logo.svg
```
## License
[MIT](LICENSE)