Skip to content
Generate document for pon
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ci
doc
example
lib
misc/mocks
test
.LICENSE.bud
.README.md.bud
.gitignore
.npmignore
.travis.yml
LICENSE
README.md
package-lock.json
package.json

README.md

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

License

This software is released under the Apache-2.0 License.

Links

You can’t perform that action at this time.