Skip to content

ughimire/hello-umesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published