pon-task-pondoc

1.0.14 • Public • Published

pon-task-pondoc

Build Status npm Version JS Standard

Generate document for pon

Installation

$ npm install pon-task-pondoc --save

Usage

'use strict'
 
const pon = require('pon')
const pondoc = require('pon-task-pondoc')
 
;(async () => {
  const run = pon({
    'doc:pon': pondoc()
  })
 
  run('myTask01')
}).catch((err) => console.error(err))
 

Signatures

define(src, dest, options) -> function

Define task

Param type Description
src string Source pon file
dest string Destination
options Object Optional settings
options.tasksNamepath string = Namepath of tasks

License

This software is released under the Apache-2.0 License.

Links

Readme

Keywords

Package Sidebar

Install

npm i pon-task-pondoc

Weekly Downloads

7

Version

1.0.14

License

Apache-2.0

Unpacked Size

51.8 kB

Total Files

30

Last publish

Collaborators

  • realglobe