Skip to content
Pon tasks for dev
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
.travis.yml
LICENSE
README.md
package.json

README.md

pon-task-dev

Build Status npm Version JS Standard

Pon tasks for dev

Installation

$ npm install pon-task-dev --save

Usage

'use strict'

const pon = require('pon')
const {mocha} = require('pon-task-dev')

;(async () => {
  const run = pon({
    'test:mocha': mocha('test/*_test.js')
  })

  run('myTask01')
}).catch((err) => console.error(err))

Signatures

define(options) -> function

Define task

Param type Description
options Object Optional settings

eslint(options) -> function

ESLint task

Param type Description
options Object

License

This software is released under the Apache-2.0 License.

Links

You can’t perform that action at this time.