# @rpidanny/unquill-core

> Unquill Core is a critical component of the Unquill project. It provides the core functionality for parsing JSON logs produced by services using the [Quill](https://github.com/rpidanny/quill) logging library. This component serves as the backbone of the U

Latest version **1.0.2** (published 2023-11-02) · 0 weekly downloads

## Install

```sh
npm install @rpidanny/unquill-core
pnpm add @rpidanny/unquill-core
yarn add @rpidanny/unquill-core
bun add @rpidanny/unquill-core
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2023-11-02 |
| First published | 2023-10-30 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 8.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | mabhishek |
| Keywords | quill, unquill, logging, dx, local-development |

## Links

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

## Dependencies (6)

- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [tslib](https://npm.io/package/tslib.md) ^2.3.0
- [moment](https://npm.io/package/moment.md) ^2.29.4
- [node-jq](https://npm.io/package/node-jq.md) ^4.2.2
- [@rpidanny/quill](https://npm.io/package/@rpidanny/quill.md) ^1.4.0
- [@rpidanny/streamline.js](https://npm.io/package/@rpidanny/streamline.js.md) ^1.0.3

## 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.2 (latest) — 2023-11-02
- 1.0.1 — 2023-10-30
- 1.0.0 — 2023-10-30

## README

# Unquill Core - The Heart of Log Parsing

Unquill Core is a critical component of the Unquill project. It provides the core functionality for parsing JSON logs produced by services using the [Quill](https://github.com/rpidanny/quill) logging library. This component serves as the backbone of the Unquill CLI, making JSON logs more human-readable for a better Developer Experience (DX).

## Installation

Install Unquill Core using npm:

```bash
npm i --save @rpidanny/unquill-core
```

## Usage

Unquill Core is primarily designed to be used within the Unquill CLI. For developers interested in extending or customizing log parsing features, refer to the [Unquill CLI](https://github.com/rpidanny/unquill/packages/unquill-cli) component.

## Contributing

If you would like to contribute to `Unquill`, please check out the [GitHub repository](https://github.com/rpidanny/unquill) and feel free to submit issues, pull requests, or provide feedback.

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