Setup a modern Chrome extension with one command.
This CLI will clone a boilerplate for a Chrome extension that uses Rollup and rollup-plugin-chrome-extension 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.
npx create-react-crx
Just follow the prompts and it will set the name in your project package.json
and your Chrome extension manifest.
Check out the individual boilerplate instructions for more details.