TestSteve
Just testing creating and versioning in npm
Latest version...
This package doesn't really do anything. I'm just testing how to upload node packages and update their versions. This should be an exercise in one of our courses.
There is one function in the module called msg. It requires a string to be passed in.
Usage
const {msg} = require('msg');
msg('hello there');
Alternate Usage
const steve = require('msg');
steve.msg('you rock!');