Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surinderlohat/chrome-extension-builder
a simple cli tool to generate chrome extension repo with react js support for building chrome extensions
https://github.com/surinderlohat/chrome-extension-builder
Last synced: about 2 months ago
JSON representation
a simple cli tool to generate chrome extension repo with react js support for building chrome extensions
- Host: GitHub
- URL: https://github.com/surinderlohat/chrome-extension-builder
- Owner: surinderlohat
- Created: 2022-08-08T10:50:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T13:54:50.000Z (over 2 years ago)
- Last Synced: 2024-10-14T01:45:57.654Z (3 months ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extension Builder
## A simple cli tool to create your chrome extensionChrome Extension Builder is a tool created by Surinder Singh which helps you to create your chrome extensions.
No need to spent time on configuration just run `chrome-extension-builder create-app` and you are ready to work on your next chrome extension.
## Features
- Create your next chrome extension in seconds.
- Super easy to use CLI.
- New temples are coming in future releases.## Templates
We provide number of templates to start in seconds..
- [Simple JS] - Start with simple js based extension to get started with chrome extensions!And of course chrome-extension-builder is open source with a public repository
on GitHub always free to use.#### Please show some love by giving Start to this repo.
## Installation
We need [Node.js](https://nodejs.org/) v12+ to run.
Install the this npm package as global.```sh
npm install chrome-extension-builder -g
```And then run...
```sh
chrome-extension-builder create-app
```
it will ask you few questions i.e name of your project and description## Development
Want to contribute? Great!
Just implement your changes and create pull request## About me
[https://github.com/surinderlohat](https://github.com/surinderlohat)