2.0.3 • Published 5 years ago

pon-task-coz v2.0.3

Weekly downloads
442
License
Apache-2.0
Repository
github
Last release
5 years ago

pon-task-coz

Build Status npm Version JS Standard

Pon task to run coz

Installation

$ npm install pon-task-coz --save

Usage

'use strict'

const pon = require('pon')
const coz = require('pon-task-coz')

async function tryExample () {
  let run = pon({
    coz: coz('**/.*.bud')
  })

  run('coz')
}

tryExample()

Signatures

define(patterns, options) -> function

Define task

ParamtypeDescription
patternsstring|string[]Pattern to render
optionsObjectOptional settings

License

This software is released under the Apache-2.0 License.

Links

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.0.3

7 years ago

1.0.2

7 years ago