Skip to content

supasate/hello-by-supasate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

A silly repo for demonstrating how to publish a node package to npmjs.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published