Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 359 Bytes

File metadata and controls

13 lines (9 loc) · 359 Bytes

ramdom-hello

Randomly greets any given string.

Features

  • Created to learn how to publish packages in npm
  • Very simple
  • Supports both ECMAscript and CommonsJS modules

This repository contains two packages:

  • lib contains radom-hello npm package source code
  • app contains a simple client application of the package for local testing purposes