aster-runner

Task runner for aster.

MIT 4 个版本
安装
npm install aster-runner
yarn add aster-runner
pnpm add aster-runner
bun add aster-runner
README

aster-runner

NPM version Build Status

Task observer for aster.

Usage

This module is part of aster and is available via aster.runner.

You use it in build scripts whenever you want build pipeline (which is lazy by default) to be executed:

var aster = require('aster');

aster.src('src/**/*.js')
.map(plugin1(optionsForPlugin1))
.map(plugin2(optionsForPlugin2))
// ...
.subscribe(aster.runner);

API

runner

Type: Rx.Observer

License

MIT License

版本列表
0.1.1 2014-09-27
0.1.0 2014-09-27
0.0.2 2014-07-03
0.0.1 2014-06-03