pon-task-coz
v2.0.3
Published
Pon task to run coz
Downloads
8
Readme
pon-task-coz
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
| Param | type | Description | | ---- | --- | ----------- | | patterns | string|string[] | Pattern to render | | options | Object | Optional settings |
License
This software is released under the Apache-2.0 License.