1.0.15 • Published 5 years ago

pon-task-dev v1.0.15

Weekly downloads
293
License
Apache-2.0
Repository
github
Last release
5 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

5 years ago

1.0.14

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago