Skip to content

Latest commit

 

History

History
83 lines (68 loc) · 8.29 KB

File metadata and controls

83 lines (68 loc) · 8.29 KB
Using my app is also a way to support me:
Scap: Screenshot & Markup Edit Screen Test Deskmark Keyzer Vidwall Hub VidCrop Vidwall Mousio Hint Mousio Musicer Audioer FileSentinel FocusCursor Videoer KeyClicker DayBar Iconed Menuist Quick RSS Quick RSS Web Serve Copybook Generator DevTutor for SwiftUI RegexMate Time Passage Iconize Folder Textsound Saver Create Custom Symbols DevHub Resume Revise Palette Genius Symbol Scribe

Open Browsers

Buy me a coffee Follow On X CI npm version NPM Downloads

Attempts to open the browser with a given URL. On Mac OS X, attempts to reuse an existing Chrome tab via AppleScript. Otherwise, falls back to open behavior. open-browsers form react-dev-utils.

Install

npm install open-browsers --save-dev

Usage

openBrowsers(url: string): boolean

var openBrowsers = require('open-browsers');
if (openBrowsers('http://localhost:3000')) {
  console.log('The browser tab has been opened!');
}

Contributors

As always, thanks to our amazing contributors!

小弟调调 Tom Lynch kyriiherman

Made with contributors.

License

open-browsers is open source software licensed as MIT.