0.0.5 • Published 8 years ago
mw-module-test v0.0.5
Just a Stupid Logger
A test library (npm module) that logs out argument string
Installation
npm install mw-module-test
Usage
var logger = require('mw-module-test`');
var str = logger('Test string');
Output should be Test string
Tests
npm test
Contributing
Feel free to contribute if you like )
P.S.
"How to Create and Publish Your First Node.js Module" tutorial can be found here: https://medium.com/@jdaudier/how-to-create-and-publish-your-first-node-js-module-444e7585b738