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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    22
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    22
  • 1.0.1
    0

Package Sidebar

Install

npm i pon-task-open

Weekly Downloads

22

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • realglobe