0.1.2 • Published 1 year ago

open-in-browser v0.1.2

Weekly downloads
74
License
ISC
Repository
github
Last release
1 year ago

open-in-browser

npm version Run Tests

Simple CLI tool using react-dev-tool's open in browser to open any URL in the computers default browser. If the page is already open, activate the tab instead of creating a new window.

install (optional, use with npx instead)

npm i -g open-in-browser

usage

open-in-browser http://yahoo.com

Works with npx too; npx open-in-browser http://yahoo.com

notes

This project is a wrapper around react-dev-utils/openBrowser. If writing a node app it may be more efficient to call require("react-dev-utils/openBrowser")(url) instead.

0.1.2

1 year ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago