Skip to content

daimaou92/greetworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greetworld

A node.js module that just greets the world. Small test package made to investigate creating npm modules with in-built typescript support. Main goal of publishing this is as an example for the underlying structure.

Installation

npm install greetworld --save

Usage

Javascript

var _g = require("greetworld");
_g.Greet();
Output ---> 'HELLO WORLDDDDDDD!!'

Typescript

import {Greet} from 'greetworld';
Greet(); 
Output ---> 'HELLO WORLDDDDDDD!!'

Test

npm test

About

Simple hello world program. Built to test npm packaging.

Resources

License

Stars

Watchers

Forks

Packages

No packages published