/React-Chrome-Extension-Quickstart

npm package to generate a quickstart boilerplate for creating Chrome extensions.

Primary LanguageTypeScript

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.