pon-demo-task

3.0.7 • Public • Published

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

Param type Description
options Object Optional settings

License

This software is released under the Apache-2.0 License.

Links

Readme

Keywords

Package Sidebar

Install

npm i pon-demo-task

Weekly Downloads

1

Version

3.0.7

License

Apache-2.0

Last publish

Collaborators

  • realglobe