# yulelog

> Bring some Christmas Emoji to your logging!

Latest version **1.0.1** (published 2020-12-17) · MIT license · 0 weekly downloads

## Install

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

## 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.1 |
| Published | 2020-12-17 |
| First published | 2020-12-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Elliot Iddon |
| Maintainers | sleepypikachu |
| Keywords | christmas, log, yule, emoji |

## Links

- npm: https://www.npmjs.com/package/yulelog
- Repository: https://github.com/sleepypikachu/yulelog
- Homepage: https://github.com/sleepypikachu/yulelog#readme
- Issues: https://github.com/sleepypikachu/yulelog/issues
- npm.io page: https://npm.io/package/yulelog

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2020-12-17
- 1.0.0 — 2020-12-16

## README

# yulelog
Inspired by [@ChloeCondon's Tweet](https://twitter.com/ChloeCondon/status/1338870823004749825). Bring some Christmas Emoji to your logging!

## Functionality

If the current month is December and the date is on or before the 25th a festive emoji will be added to your `console.log` messages.
```
> new Date()
2020-12-17T15:43:49.638Z
> console.log("Merry, Christmas!");
Merry, Christmas!
undefined
> require('yulelog')
{ log: [Function: yuleLog] }
> console.log("Merry, Christmas!");
🌟: Merry, Christmas!
undefined
> 
```

You can get year round cheer by using the `log` function exported from this package.

```
const yuleLog = require('yulelog');

yuleLog.log('Hello')

// 🍪: hello
```

## Should I use this in production?

Emphatically, yes.

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