hello-by-supasate

1.0.1 • Public • Published

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'

Readme

Keywords

Package Sidebar

Install

npm i hello-by-supasate

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • supasate