Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 995 Bytes

README.md

File metadata and controls

53 lines (32 loc) · 995 Bytes

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.