0.0.1 • Published 7 years ago

@mr3umar/hello-world v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Hello World

A silly library that return a hello-world message

Installation

npm install @mr3umar/hello-world

Usage

var greeter = require('@mr3umar/hello-world');

var msg = greeter();

Output should be Hello World

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.