JSPM

react-chrome-extension-quickstart

1.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q15944F
  • License ISC

A npm package to generate a quickstart template for creating Chrome extensions.

Package Exports

    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 (react-chrome-extension-quickstart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    React Chrome Extension Quickstart

    React Chrome Extension Quickstart is a npm package to generate a quickstart boilerplate for creating Chrome extensions with React.

    Extension Example

    How to Use

    Using this package is very simple. Just run the following command in your terminal:

    npx react-chrome-extension-quickstart create <PROJECT_NAME>

    ** Replace <PROJECT_NAME> with the name of your project.

    This command will create a new folder containing the boilerplate files in your current directory.