hello-world-example-package

a simple hello world example

Usage no npm install needed!

<script type="module">
  import helloWorldExamplePackage from 'https://cdn.skypack.dev/hello-world-example-package';
</script>

README

hello-world-example-package

A Simple Hello World Example Package

Installation

Install via NPM:

npm install hello-world-example-package

Usage

javascript


var myApp = require("hello-world-example-package");

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

TypeScript


import * as myApp from 'hello-world-example-package';

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


License

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