# chalklog

> chalk logger

Latest version **1.1.3** (published 2024-12-25) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2024-12-25 |
| First published | 2017-01-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Cody Chan |
| Maintainers | int64ago |
| Keywords | chalk, logger |

## Links

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

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^1.1.3
- [time-stamp](https://npm.io/package/time-stamp.md) ^1.0.1

## 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.1.3 (latest) — 2024-12-25
- 1.1.2 — 2017-01-21
- 1.0.2 — 2017-01-21

## README

# chalklog
A logger based on [chalk](https://github.com/chalk/chalk)

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

### Usage

 `npm i chalklog`

```javascript
var Logger = require('chalklog');
var log = new Logger('scope');

log.red('red');
log.bgGreen('bgGreen');
log.blue.bgRed.bold('blue+bgRed+bold');
```

![](https://cdn.int64ago.org/slhbiuutwwbn5i6raoflxr.png)

### License
[![license][license-image]][license-url]

 [npm-url]: https://npmjs.org/package/chalklog
 [npm-image]: https://img.shields.io/npm/v/chalklog.svg

 [travis-url]: https://travis-ci.org/int64ago/chalklog
 [travis-image]: https://img.shields.io/travis/int64ago/chalklog.svg

 [license-url]: https://github.com/int64ago/chalklog/blob/master/LICENSE
 [license-image]: https://img.shields.io/github/license/int64ago/chalklog.svg

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