JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1463
  • Score
    100M100P100Q117348F
  • License MIT

Write composer task start and end times to a stream.

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 NPM version Build Status

Write composer task start and end times to a stream.

Install with npm

$ npm i composer-runtimes --save

Usage

var composer = require('composer');
require('composer-runtimes')(composer);

API

runtimes

Listen to composer events and output runtime information.

Params

  • composer {Object}: An instance of a Composer object.
  • options {Object}: Options to specify color output and stream to write to.

Example

require('composer-runtimes')(composer);

composer: API-first task runner with three methods: task, run and watch. | 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 11, 2015.