ughimire / hello-umesh

Simple Hello World Node Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-umesh

Simple Hello World Node Package

Installation

Install via NPM:

npm install hello-umesh

Usage

javascript

var myApp = require("hello-umesh");

myApp.printMsg(); // print and return " Hello Umesh! " 

TypeScript

import * as myApp from 'hello-umesh';

myApp.printMsg(); // print and return " Hello Umesh! " 

License

This project is licensed under the terms of the MIT license.

About

Simple Hello World Node Package


Languages

Language:JavaScript 100.0%