1.0.6 • Published 1 year ago

react-chrome-extension-quickstart v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.