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

https://github.com/extend-chrome/create-react-crx

Setup a modern Chrome extension with one command
https://github.com/extend-chrome/create-react-crx

Last synced: about 1 year ago
JSON representation

Setup a modern Chrome extension with one command

Awesome Lists containing this project

README

          

# create-react-crx

Setup a modern Chrome extension with one command.

This CLI will clone a boilerplate for a Chrome extension that uses [Rollup](https://rollupjs.org/guide/en/) and [rollup-plugin-chrome-extension](https://www.extend-chrome.dev/rollup-plugin) for a modern development experience.

Features include **React/JSX**, **ES modules**, and **automatic reloading** out of the box. You can choose either **JavaScript** or **TypeScript**.

## Instructions

```
npx create-react-crx
```

Just follow the prompts and it will set the name in your project `package.json` and your Chrome extension manifest.

## Development

Check out the individual boilerplate instructions for more details.

### JavaScript Boilerplate

[@extend-chrome/js-react-boilerplate](https://github.com/extend-chrome/js-react-boilerplate)

### TypeScript Boilerplate

[@extend-chrome/ts-react-boilerplate](https://github.com/extend-chrome/ts-react-boilerplate)