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!
- Host: GitHub
- URL: https://github.com/ladjs/chalkline
- Owner: ladjs
- License: mit
- Created: 2015-10-20T15:08:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T03:44:12.000Z (over 3 years ago)
- Last Synced: 2024-10-17T03:38:00.450Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 35
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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!
## 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