chrome-dev
TypeScript icon, indicating that this package has built-in type declarations

1.4.240 • Public • Published

chrome-dev

Launch puppeteer and open your pages with devtools.

Usage

# install
npm i -g chrome-dev

# or without install
npx chrome-dev

# launch chrome with empty page
chrome-dev

# laucnh chrome with ./extension loaded as extension
chrome-dev -e ./extension

# same as above and open example.com in the first page
chrome-dev -e ./extension https://example.com

# launch chrome and open http://localhost:3000
chrome-dev -p 3000

# show version
chrome-dev -v

# show help
chrome-dev -h

About

License

GPLv3 - The GNU General Public License v3.0 - GNU Project - Free Software Foundation

Author

Author: snomiao snomiao@gmail.com Website: snomiao.com

Sponsors

  • None yet.

Claim your sponsorship by donating snomiao <Email: snomiao@gmail.com>

Contribute

The main repo is in here, any issue and PR's welcome.

Readme

Keywords

Package Sidebar

Install

npm i chrome-dev

Weekly Downloads

0

Version

1.4.240

License

MIT

Unpacked Size

45.7 kB

Total Files

20

Last publish

Collaborators

  • snomiao