1.0.15 • Published 6 years ago

pon-task-dev v1.0.15

Weekly downloads
293
License
Apache-2.0
Repository
github
Last release
6 years ago

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

ParamtypeDescription
optionsObjectOptional settings

eslint(options) -> function

ESLint task

ParamtypeDescription
optionsObject

License

This software is released under the Apache-2.0 License.

Links

1.0.15

6 years ago

1.0.14

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago