1.0.1 • Published 7 years ago
hello-by-pinyo v1.0.1
hello-by-supasate
A silly repo for demonstrating how to publish a node package to npmjs.com
Installation
npm
npm install --save hello-by-supasate
yarn
yarn add hello-by-supasate
Usage
Hello World
const hello = require('hello-by-supasate');
console.log(hello('World')); // will show 'Hello World'
1.0.1
7 years ago