3.0.7 • Published 6 years ago

pon-demo-task v3.0.7

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

pon-demo-task

Build Status npm Version JS Standard

Demo of pon task

Installation

$ npm install pon-demo-task --save

Usage

'use strict'

const pon = require('pon')
const ponDemoTask = require('pon-demo-task')

;(async () => {
  let run = pon({
    myTask01: ponDemoTask()
  })

  run('myTask01')
}).catch((err) => console.error(err))

Signatures

define(options) -> function

Define task

ParamtypeDescription
optionsObjectOptional settings

License

This software is released under the Apache-2.0 License.

Links

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago