hello A Node.js module that prints 'Hello World!' Installation npm install hello-omair --save yarn add hello-omair Usage Javascript var hello = require('hello-omair'); var omair = hello.omair(); Output should be 'Hello World!' Test npm run test