pon-task-open

1.0.2 • Public • Published

pon-task-open

Build Status npm Version JS Standard

pon task to open files

Installation

$ npm install pon-task-open --save

Usage

'use strict'

const pon = require('pon')
const open = require('pon-task-open')

;(async () => {
  let run = pon({
    'open:local': open('http://localhost:300', {wait: false})
  })

  run('open:local')
}).catch((err) => console.error(err))

Signatures

define(target, options) -> function

Define task

Param type Description
target string Target to open
options Object Optional settings

License

This software is released under the Apache-2.0 License.

Links

Readme

Keywords

Package Sidebar

Install

npm i pon-task-open

Weekly Downloads

1

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • realglobe