1.0.5 • Published 6 years ago

opn-pkg v1.0.5

Weekly downloads
14
License
ISC
Repository
-
Last release
6 years ago

Open a webbrowser cross platform (with pkg)

Just a simple tool based on issue from pkg WORKAROUND made by: -> axe312ger

Install

npm install pkg-open

Tested on

:heavy_check_mark: Arch Linux

:heavy_check_mark: Windows 10

:question: Os X

Example

const pkgOpen = require('opn-pkg');

pkgOpen('https://hackaday.io');