minimal-crux-mock-package

0.0.8 • Public • Published

simple-hello-world-example

A Simple Hello World Example Package

Installation

Install via NPM:

npm install simple-hello-world-example

Usage

javascript

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

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

TypeScript

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

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

License

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

Readme

Keywords

Package Sidebar

Install

npm i minimal-crux-mock-package

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

628 kB

Total Files

8

Last publish

Collaborators

  • quixote911