3.0.7 • Published 8 years ago
pon-demo-task v3.0.7
pon-demo-task
Demo of pon task
Installation
$ npm install pon-demo-task --saveUsage
'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
| Param | type | Description |
|---|---|---|
| options | Object | Optional settings |
License
This software is released under the Apache-2.0 License.