# @raunakjodhawat/lazy-node

> Making hidden features of NodeJS accessible to the developer community

Latest version **0.0.4** (published 2021-10-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install @raunakjodhawat/lazy-node
pnpm add @raunakjodhawat/lazy-node
yarn add @raunakjodhawat/lazy-node
bun add @raunakjodhawat/lazy-node
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2021-10-10 |
| First published | 2021-10-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 15.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Raunak Jodhawat |
| Maintainers | raunakjodhawat |
| Keywords | nodejs, queues, buffers, console, debug, diagnostic |

## Links

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

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2021-10-10
- 0.0.3 — 2021-10-09
- 0.0.2 — 2021-10-09
- 0.0.1 — 2021-10-09

## README

## Lazy-Node
Bunch of light weight functional components for your node application. No extra package, goal is to build something beautiful straight from what nodejs provides.

## Getting Started
```
npm i @raunakjodhawat/lazy-node

or

yarn add @raunakjodhawat/lazy-node
```
## Console
Light weight addition to traditional console, without any extra overhead. 
Adds time of console message, type of console function call, a prefix to console message and obviously the orignal message.

All these functionalities are 100% configurable, as described (here)[./console/example.js]
```
import Logger from "./index.js";

const logger = new Logger("homepage:leftNav");

logger.log('Hello, world');
// [log](homepage:leftNav):[2021-10-09T04:11:49.823Z]	: Hello, world

logger.warn('Hello, world');
// [warn](homepage:leftNav):[2021-10-09T04:11:50.823Z]	: Hello, world
```

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