# chalkline

> chalkline draws a horizontal line in your console to help you easily debug and see what you're looking for

Latest version **0.0.5** (published 2016-06-16) · MIT license · 0 weekly downloads

## Install

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

## 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.5 |
| Published | 2016-06-16 |
| First published | 2015-10-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 34 |
| Author | Nick Baugh |
| Maintainers | niftylettuce |
| Keywords | chalk, line, chalkline, horizontal, bar, console, logger, logging, debug, utility, easy |

## Links

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

## Dependencies (3)

- [chalk](https://npm.io/package/chalk.md) ^1.1.1
- [ansi-styles](https://npm.io/package/ansi-styles.md) ^2.1.0
- [escape-string-regexp](https://npm.io/package/escape-string-regexp.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

- 0.0.5 (latest) — 2016-06-16
- 0.0.4 — 2015-10-22
- 0.0.3 — 2015-10-20
- 0.0.2 — 2015-10-20
- 0.0.1 — 2015-10-20

## README

[![MIT License][license-image]][license-url]
[![Unicorn Approved][unicorn-approved]][unicorn-url]

> Draw a big chalkline in your terminal!

<h1 align="center">
  <img width="500" src="https://cdn.rawgit.com/niftylettuce/chalkline/master/media/logo.svg" />
  <img alt="chalkline screenshot" src="https://cdn.rawgit.com/niftylettuce/chalkline/master/media/screenshot.png" />
</h1>


## Install

```bash
npm install --save chalkline
```


## Usage

Chalkline extends the [chalk][chalk] package, so you can log any color line to the console.

```js
var cl = require('chalkline');

cl.green();
cl.blue.bgMagenta();
cl.white();
cl.bgYellow.red();
```


## Colors and Background colors

Please see [chalk's colors][chalks-colors] for a list of supported colors and background colors for your chalklines.


## License

[MIT][license-url]


[chalk]: https://github.com/chalk/chalk
[chalks-colors]: https://github.com/chalk/chalk#colors
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE
[unicorn-approved]: http://img.shields.io/badge/unicorn-approved-ff69b4.svg
[unicorn-url]: https://www.youtube.com/watch?v=9auOCbH5Ns4

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