pon-task-coz

Pon task to run coz

Usage no npm install needed!

<script type="module">
  import ponTaskCoz from 'https://cdn.skypack.dev/pon-task-coz';
</script>

README

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