An open API service indexing awesome lists of open source software.

https://github.com/ladjs/chalkline

:lipstick: Draw a big chalkline in your terminal! Great for debugging and reading your log output locally!
https://github.com/ladjs/chalkline

Last synced: 9 months ago
JSON representation

:lipstick: Draw a big chalkline in your terminal! Great for debugging and reading your log output locally!

Awesome Lists containing this project

README

          

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

> Draw a big chalkline in your terminal!



chalkline screenshot

## 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