2.0.0 • Published 5 years ago

mod-hello v2.0.0

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

mod-welcome

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 mod-hello --save

Usage

// create an app.js file in your project with the below code
const hello = require('mod-hello');
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

2.0.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago