An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# gen-ext

[![npm version](https://img.shields.io/npm/v/gen-ext/latest.svg)](https://www.npmjs.com/package/gen-ext)
[![React](https://img.shields.io/badge/React-%2320232a.svg?logo=react&logoColor=%2361DAFB)](https://react.dev/)
[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=000)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[![Vite](https://badges.aleen42.com/src/vitejs.svg)](https://vitejs.dev/)
[![Firefox](https://img.shields.io/badge/Firefox-FF7139?logo=Firefox&logoColor=white)](https://www.mozilla.org/firefox/)
[![Google Chrome](https://img.shields.io/badge/Google%20Chrome-4285F4?logo=GoogleChrome&logoColor=white)](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)