0.1.0 • Published 8 years ago

tap-emitter v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

tap-emitter Build Status

My premium module

This is pre-alpha code - not ready for any practical use yet.

Build Commands

  • npm run tap - Runs node-tap with some simple fixtures. Useful for checking how it's done in node-tap.
  • node index.js - Spits out some fake tap data using this library. Useful for checking how this libraries output is displayed in multiple reporters.
  • npm run spec - Runs node index.js and pipes it to the spec reporter from tap-mocha-reporter

Install

$ npm install --save tap-emitter

Usage

const tapEmitter = require('tap-emitter');

tapEmitter('unicorns');
//=> 'unicorns & rainbows'

API

tapEmitter(input, options)

input

Type: string

Lorem ipsum.

options

foo

Type: boolean
Default: false

Lorem ipsum.

License

MIT © James Talmage