A powerful CLI tool to quickly scaffold Chrome extensions with customizable templates and essential configurations. Perfect for developers who want to streamline their extension development process.
- Customizable Templates(WIP): Choose from a variety of templates to kickstart your project.
- Essential Configurations: Pre-configured settings to save you time.
- Easy to Use: Simple commands to get your project up and running in no time.
To install the CLI tool globally, use the following command:
npm install -g create-x10sionTo create a new Chrome extension project, run the following command:
create-x10sion <project-name>Replace <project-name> with the name of your project.
ISC