pon-task-dev
v1.0.15
Published
Pon tasks for dev
Readme
pon-task-dev
Pon tasks for dev
Installation
$ npm install pon-task-dev --saveUsage
'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.
