Package Exports
- composer-runtimes
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (composer-runtimes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
composer-runtimes

Write composer task start and end times to a stream.
HEADS UP Api changes in 0.4.0
Install with npm
$ npm i composer-runtimes --save
Usage
var composer = require('composer');
var runtimes = require('composer-runtimes');
API
runtimes
Listen to composer events and output runtime information.
Params
options
{Object}: Options to specify color output and stream to write to.options.colors
{Boolean}: Show ansi colors or not.true
by defaultoptions.stream
{Stream}: Output stream to write to.process.stderr
by default.
Example
runtimes({colors: false})(composer);
Related projects
- composer: API-first task runner with three methods: task, run and watch. | homepage
- composer-errors: Listen for and output Composer errors. | homepage
Running tests
Install dev dependencies:
$ npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Author
Brian Woodward
License
Copyright © 2015 Brian Woodward Released under the MIT license.
This file was generated by verb-cli on September 23, 2015.