hello-riamo
v1.0.1
Published
A simple Node.js module that prints Hello World!
Downloads
1
Readme
hello-riamo
A simple Node.js module that prints Hello World!
Installation
npm install hello-riamo --save
Usage
Javascript
var hello=require('hello-riamo')
var hw=hello.func()
Output should be 'Hello World!'
Test
npm run test