0.1.2 • Published 4 months ago

open-in-browser v0.1.2

Weekly downloads
74
License
ISC
Repository
github
Last release
4 months 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

4 months ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

3 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago