tap-emitter

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i tap-emitter

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • jamestalmage