npm.io
1.4.240 • Published 3 years agoCLI

chrome-dev

Licence
MIT
Version
1.4.240
Deps
3
Size
45 kB
Vulns
0
Weekly
0
Stars
3

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.