Skip to content

v1.0.0

Compare
Choose a tag to compare
@Codertocat Codertocat released this 09 May 23:27
· 5 commits to master since this release
6c62fb4

hello-world-npm

This is a simple npm package that demonstrates the Github Package Registry.

Installation

$ npm install

Usage

const myPackage = require('hello-world-node-package');
myPackage.helloWorld();