Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clydedz/create-chrome-extension-npm
An npx command to create a Chrome extension
https://github.com/clydedz/create-chrome-extension-npm
boilerplate chrome-extension chrome-extension-builder chrome-extension-javascript chrome-extension-template generator javascript npm npmjs npx
Last synced: 2 days ago
JSON representation
An npx command to create a Chrome extension
- Host: GitHub
- URL: https://github.com/clydedz/create-chrome-extension-npm
- Owner: ClydeDz
- License: mit
- Created: 2024-01-10T04:50:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T09:25:07.000Z (10 months ago)
- Last Synced: 2024-11-07T12:07:01.438Z (13 days ago)
- Topics: boilerplate, chrome-extension, chrome-extension-builder, chrome-extension-javascript, chrome-extension-template, generator, javascript, npm, npmjs, npx
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@clydedsouza/create-chrome-extension
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @clydedsouza/create-chrome-extension
An npx command to create a Chrome extension. This project generator supports two templates:
1. [Comprehensive Chrome extension](https://github.com/ClydeDz/chrome-extension-template)
2. [Simple Chrome extension](https://github.com/ClydeDz/simple-chrome-extension-template)When run in the CLI, you'll be presented with an option to choose one of the two templates to install. Clicking on either option will download the Chrome extension template files into the folder in which this command was run.
## Installing and running
### First time
You can use the `npx` command to run this project generator. The first time it might prompt you to confirm installing, as shown below. Selecting `y` will install and continue executing the command.
```zsh
> npx @clydedsouza/create-chrome-extensionNeed to install the following packages:
@clydedsouza/create-chrome-extension@version
Ok to proceed? (y) y
```### Subsequent times
For the subsequent times, you can run the `npx` command directly as shown below.
```zsh
> npx @clydedsouza/create-chrome-extension? What extension template would you like to generate? (Use arrow keys)
❯ Comprehensive Chrome Extension (approx. 496 KB)
Simple Chrome Extension (approx. 12.0 KB)
```