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
- Host: GitHub
- URL: https://github.com/extend-chrome/create-react-crx
- Owner: extend-chrome
- License: mit
- Created: 2020-12-22T20:42:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T20:23:49.000Z (about 5 years ago)
- Last Synced: 2025-04-15T06:05:14.425Z (over 1 year ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)