morri-utils
v1.0.1
Published
Utility Snippets
Readme
morri-utils
A Node.js package that says hello to the String 'name' entered
Usage
First, install the package using npm:
npm install morri-utils --save
Then, require the package and use it like so:
const { hello } = require('morri-utils');
console.log(hello('Arif')); // hello Arif