3.0.0 • Published 8 years ago

emtee v3.0.0

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

emtee Build Status

A super-small echo module → returning values like nobody's business.

Useful for testing npm installation functionality, or echoing values like a champ.

Install

$ npm install --save emtee

The Entire Module

38 bytes of glory:

module.exports=function(o){return o};

API

emtee(input)

Simply returns whatever input it receives.

Note

This module has 3 deliberate releases so you can test npm versions:

npm install emtee@1.0.0
npm install emtee@2.0.0
npm install emtee@3.0.0

License

MIT © Michael Wuergler