Repository URL to install this package:
|
Version:
1.16.0 ▾
|
| .. |
| lib |
| vendor |
| LICENSE |
| README.md |
| package.json |
Open a file or url in the user's preferred application.
var open = require("open"); open("http://www.google.com");
open taks an optional argument specifying the program to be used to open the
file or URL.
open("http://www.google.com", "firefox");
npm install open
win32 uses startdarwin uses openxdg-open script from freedesktop.orgThe same care should be taken when calling open as if you were calling child_process.exec directly. If it is an executable it will run in a new shell.