0.1.2 • Published 6 years ago

helloworldnode v0.1.2

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Number Formatter

A small library that write hello world to you

Installation

npm install helloworldnode

Usage

var helloInx = require('../index');

var hello = helloInx("#WRITE YOUR NAME HERE");

Output should be Hello world, Nice to meet you #YOUR NAME :D

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.