3.4.18 • Published 4 years ago

pon-runner v3.4.18

Weekly downloads
383
License
Apache-2.0
Repository
github
Last release
4 years ago

Build Status npm Version JS Standard

Runner for pon

Table of Contents

Installation

$ npm install pon-runner --save

Usage

Create runner with tasks and pass task names to run

'use strict'

const ponRunner = require('pon-runner')

const css = require('pon-task-css')
const browser = require('pon-task-browser')

async function tryExample () {
  let runner = ponRunner({
    'ui:style': css('ui/stylesheets', 'public'),
    'ui:browser': browser('shim/entrypoints', 'public/js')
  })

  // Execute task by names
  await runner.run('ui:style', 'ui:bundle')
}

tryExample()

License

This software is released under the Apache-2.0 License.

Links

3.4.18

4 years ago

3.4.17

5 years ago

3.4.15

5 years ago

3.4.14

6 years ago

3.4.12

6 years ago

3.4.11

6 years ago

3.4.10

6 years ago

3.4.9

6 years ago

3.4.8

6 years ago

3.4.7

6 years ago

3.4.6

6 years ago

3.4.5

6 years ago

3.4.4

6 years ago

3.4.3

6 years ago

3.4.2

6 years ago

3.4.1

6 years ago

3.3.5

6 years ago

3.3.4

6 years ago

3.3.3

6 years ago

3.3.2

6 years ago

3.3.1

7 years ago

3.2.2

7 years ago

3.2.1

7 years ago

3.1.0

7 years ago

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago