Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

teststeve2

prof3ssorst3v315MIT0.2.3

just a test

readme

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