# simple-hello-world-example

> a simple hello world example

Latest version **1.0.6** (published 2019-09-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install simple-hello-world-example
pnpm add simple-hello-world-example
yarn add simple-hello-world-example
bun add simple-hello-world-example
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2019-09-01 |
| First published | 2019-08-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >4.0 |
| Dependencies | 0 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Manav shrivastava |
| Maintainers | manavshrivastava |
| Keywords | hello world |

## Links

- npm: https://www.npmjs.com/package/simple-hello-world-example
- Repository: https://github.com/manavshrivastavagit/simple-hello-world-example-npm
- Homepage: http://github.com/manavshrivastavagit/simple-hello-world-example-npm
- Issues: https://github.com/manavshrivastavagit/simple-hello-world-example-npm/issues
- npm.io page: https://npm.io/package/simple-hello-world-example

## Recent versions

- 1.0.6 (latest) — 2019-09-01
- 1.0.5 — 2019-09-01
- 1.0.4 — 2019-08-28

## README

# simple-hello-world-example
A Simple Hello World Example Package

## Installation
Install via NPM:

```bash
npm install simple-hello-world-example

```

## Usage

#### javascript

```javascript

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

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

```

#### TypeScript

```typescript

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

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


```

## License

This project is licensed under the terms of the
[MIT license](/LICENSE).

---
_Source: https://npm.io/package/simple-hello-world-example · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
