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

Package detail

@simonhlee97/mynpm

simonhlee974MIT1.0.2

My first try at publishing a module NPM

tutorial

readme

I am finally learning how to create and publish an NPM package

Installation/Getting Started

npm install @simonhlee97/mynpm

How to use (example)

const log = require('mynpm');
log('Hello World', { loudness: 'shout' });
// other options for loudness: 'whisper'