0.0.7 • Published 2 years ago

chrome-extensions-cli v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

chrome-extensions-cli

Google Extension Development Scaffolding

Feature

  • Independent development environment based on puppeteer
  • Typescript support and auto-reload extension

Usage

install

npm install chrome-extensions-cli -D
# or
yarn add chrome-extensions-cli -D

create a extension

create-chrome-extension <project-name>

run or build

# run extension
npm start

# build extension
npm run build
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago