# menhera-message

> ```js import Mhr from "menhera"; import Message from "menhera-message";

Latest version **0.0.1** (published 2018-04-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install menhera-message
pnpm add menhera-message
yarn add menhera-message
bun add menhera-message
```

## 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 | 2018-04-25 |
| First published | 2018-04-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | vaiii |

## Links

- npm: https://www.npmjs.com/package/menhera-message
- npm.io page: https://npm.io/package/menhera-message

## Dependencies (1)

- [menhera-cli](https://npm.io/package/menhera-cli.md) ^0.3.1-rc4

## Recent versions

- 0.0.1 (latest) — 2018-04-25

## README

## Example

```js
import Mhr from "menhera";
import Message from "menhera-message";

Mhr.$use({
  _mount: {
    Message
  },
  messages: {
    test: {
      success() {
        console.log("success");
      },
      fail() {
        console.log("fail");
      }
    },
    hello: {
      _: ({ _val }) => console.log(`${_val} world`)
    }
  }
}).$use({
  Message: {
    test: {
      success: ""
    },
    hello: "hello"
  }
});
```

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