JSPM

simple-open-url

2.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 230
  • Score
    100M100P100Q75722F
  • License MIT

A simple cli for open a url from a command line.

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 use start <URL>.
If you are using a Mac, open <URL> is perfect for you.

Usage

Install:

npm install --global simple-open-url

or

npm install --dev simple-open-url

Run 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.