@thanhnn/create-chrome-extension
A CLI tool to easily bootstrap a new Chrome extension project with modern web technologies like React, TypeScript, ShadCN and Tailwind CSS.
Features
- Quick Setup: Initialize your Chrome extension project in minutes.
- React & TypeScript: Leverage the power of React for building UI and TypeScript for type safety.
- Tailwind CSS: Use Tailwind for a utility-first approach to styling.
- ShadCN: Built-in support for ShadCN for customizable components.
Installation
To install the package, run:
npm i -g @thanhnn/create-chrome-extension
Usage
Create a new Chrome extension by running:
create-chrome-extension my-extension
Replace my-extension
with your desired project name.
Scripts
The following scripts are included in the project:
build
: Builds the project for production.test
: Runs the test suite.
License
ISC
Repository
For more information, check the GitHub.
Keywords
chrome, extension, frontend, cli, template, create, boilerplate, react, typescript, tailwind, shadCN, init