A library for opening URLs or files in the default application
Go to file
2019-05-23 15:53:30 +02:00
test fix(core): switch from typings-global to @types/node 2018-05-22 13:29:49 +02:00
ts fix(core): update 2019-04-16 08:26:16 +02:00
.gitignore fix(core): update 2019-05-23 15:52:30 +02:00
.gitlab-ci.yml fix(core): update 2019-05-23 15:52:30 +02:00
npmextra.json fix(core): update 2019-04-16 08:26:16 +02:00
package-lock.json 1.0.14 2019-05-23 15:52:30 +02:00
package.json fix(core): remove obsolete @types/open 2019-05-23 15:53:30 +02:00
README.md fix(core): update 2019-04-16 08:28:49 +02:00
tslint.json fix(core): update 2019-04-16 08:26:16 +02:00

@pushrocks/smartopen

open things

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

import * as smartopen from '@pushrocks/smartopen';
const run = async () => {
  await smartopen.openUrl('https://lossless.com');
};
run();

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer