1.1.3 • Published 6 years ago

rajmoduletesting v1.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Introdction to rajmoduletesting

This is my very first npm module for testing purpose. Please ignore this.

Installation

$ npm install rajmoduletesting
Or
$ npm install rajmoduletesting --save

Usage

//create a variable (const, var or let) 
const greeting = require("rajmoduletesting");

//greeting is a method exposed by the rajmoduletesting as an export

//it can accept a parameter of your name or default name if not provided and print a message with Hello 

greeting() //output: Hello Anonymous

greeting("Raj") //output: Hello Raj
1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago