react-chrome-extension-quickstart
v1.0.6
Published
A npm package to generate a quickstart template for creating Chrome extensions.
Downloads
5
Maintainers
Readme
React Chrome Extension Quickstart
React Chrome Extension Quickstart is a npm package to generate a quickstart boilerplate for creating Chrome extensions with React.
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.