1.0.0 • Published 7 years ago
pk-hello-world v1.0.0
pk-hello-world
Sample hello world npm module
Usage
First, install the package using npm:
npm install pk-hello-world --saveThen, require the package and use it like so:
var pkHelloWorld = require('pk-hello-world');
pkHelloWorld.helloWorld();1.0.0
7 years ago