# @zetaraku/hello-npm

> A test npm package :)

Latest version **0.2.0** (published 2022-12-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @zetaraku/hello-npm
pnpm add @zetaraku/hello-npm
yarn add @zetaraku/hello-npm
bun add @zetaraku/hello-npm
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2022-12-28 |
| First published | 2022-10-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Raku Zeta |
| Maintainers | zetaraku |

## Links

- npm: https://www.npmjs.com/package/@zetaraku/hello-npm
- Repository: https://github.com/zetaraku/hello-npm
- Homepage: https://github.com/zetaraku/hello-npm#readme
- Issues: https://github.com/zetaraku/hello-npm/issues
- npm.io page: https://npm.io/package/@zetaraku/hello-npm

## Recent versions

- 0.2.0 (latest) — 2022-12-28
- 0.1.0 — 2022-12-28
- 0.0.1 — 2022-10-12
- 0.0.0 — 2022-10-12

## README

# @zetaraku/hello-npm

[![npm (scoped)](https://img.shields.io/npm/v/@zetaraku/hello-npm?logo=npm)](https://www.npmjs.com/package/@zetaraku/hello-npm)

A test npm package :)

You can create one for yourself by following **[this instruction](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry)** on npm. It's easy!

## Installation

```sh
$ npm install @zetaraku/hello-npm
```

## API

CommonJS

```js
const { hello } = require('@zetaraku/hello-npm');
```

ES Module

```js
import { hello } from '@zetaraku/hello-npm';
```

### hello()

Print out `Hello world!` to the console.

## Usage

```js
hello();  // This prints the 'Hello world!' message to your console :D!
```

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