Package Exports
- simple-open-url
- simple-open-url/src/open
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simple-open-url) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
simple-open-url
A simple cli for open a url from a command line.
This is helpful to open urls in npm scripts.
Note: This tool is used for a limited cross platform env usage,
if you run command only on one platform, use the native
open commands instead.
E.g, if you are using Windows 10, maybe you usestart <URL>.
If you are using a Mac,open <URL>is perfect for you.
Usage
Install:
npm install --global simple-open-urlor
npm install --dev simple-open-urlRun the following command in npm script to open a url:
simple-open-url <URL>or try in command line:
npx simple-open-url <URL>LICENSE
© 2019 Richard Libre.
The MIT License.