# hankey

> A friendly log function

Latest version **0.0.3** (published 2017-10-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install hankey
pnpm add hankey
yarn add hankey
bun add hankey
```

## 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.3 |
| Published | 2017-10-23 |
| First published | 2017-10-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jason Laster |
| Maintainers | jasonlaster11 |

## Links

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

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^2.2.0
- [node-emoji](https://npm.io/package/node-emoji.md) ^1.8.1

## Recent versions

- 0.0.3 (latest) — 2017-10-23
- 0.0.2 — 2017-10-23

## README

### Hankey :hankey:


*A friendly library for adding color to your logs :smiley:*

```js
const { info, log } = require("./index");

info(":wave: hey there!")
error(":bomb: Oh noes!")
action(":dizzy: doing something big!")

const yo = "oy";
log("a shorter console.log", { yo });
```

![ex]

> [example.js](./example.js).


[ex]:https://shipusercontent.com/11f6e692a73e3b7e43c6e5e4c2852e67/Screen%20Shot%202017-10-18%20at%203.57.38%20PM.png

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