Demo of pon task
$ npm install pon-demo-task --save
'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))
Define task
Param | type | Description |
---|---|---|
options | Object | Optional settings |
This software is released under the Apache-2.0 License.