pk-hello-world
v1.0.0
Published
Sample "hello world" npm module
Downloads
1
Readme
pk-hello-world
Sample hello world npm module
Usage
First, install the package using npm:
npm install pk-hello-world --save
Then, require the package and use it like so:
var pkHelloWorld = require('pk-hello-world');
pkHelloWorld.helloWorld();