1.0.0 • Published 5 years ago

ravi-hello-mod v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

ravi-hello-mod

This is a test hello module.

Summary

This package contains a user hello method only for testing.

Additional Details

  • Dependencies: chalk
  • Global values: none

Installation

npm i ravi-hello-mod --save

Usage

// create an app.js file in your project with the below code
const hello = require('ravi-hello-mod');
console.log(`Case One: ` + hello());
console.log(`Case Two: ` + hello('Ravi Kumar Jangra'));

Documentation

none

Credits

The definition are written by: Ravi Kumar Jangra https://github.com/jangraravik.

License

ISC