pon-task-coz

2.0.3 • Public • Published

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

Param type Description
patterns string|string[] Pattern to render
options Object Optional settings

License

This software is released under the Apache-2.0 License.

Links

/pon-task-coz/

    Package Sidebar

    Install

    npm i pon-task-coz

    Weekly Downloads

    3

    Version

    2.0.3

    License

    Apache-2.0

    Unpacked Size

    26.2 kB

    Total Files

    30

    Last publish

    Collaborators

    • realglobe