smartopen/README.md
2019-04-16 08:28:49 +02:00

1.8 KiB

@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