0.2.3 • Published 7 years ago

teststeve2 v0.2.3

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

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!');
0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago