JSPM

create-react-crx

1.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q30384F
  • License MIT

Setup a modern Chrome extension with one command

Package Exports

  • create-react-crx

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-react-crx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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 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.

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

TypeScript Boilerplate

@extend-chrome/ts-react-boilerplate