# sample-hello-world-example

> a sample hello world example

Latest version **0.0.1** (published 2020-08-17) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2020-08-17 |
| First published | 2020-08-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >4.0 |
| Dependencies | 0 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Rajashree Behera |
| Maintainers | rajashreebehera312 |
| Keywords | hello world |

## Links

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

## Recent versions

- 0.0.1 (latest) — 2020-08-17

## 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");

myApp.printMsg(); // print and return " Hello World! " 

```

#### TypeScript

```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](/LICENSE).

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