My premium module
This is pre-alpha code - not ready for any practical use yet.
$ npm install --save tap-emitter
const tapEmitter = require('tap-emitter');
tapEmitter('unicorns');
//=> 'unicorns & rainbows'Type: string
Lorem ipsum.
Type: boolean
Default: false
Lorem ipsum.
npm run tap- Runsnode-tapwith some simple fixtures. Useful for checking how it's done innode-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- Runsnode index.jsand pipes it to thespecreporter fromtap-mocha-reporter
MIT © James Talmage