Skip to content

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

License

Notifications You must be signed in to change notification settings

ladjs/chalkline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License Unicorn Approved

Draw a big chalkline in your terminal!

chalkline screenshot

Install

npm install --save chalkline

Usage

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

var cl = require('chalkline');

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

Colors and Background colors

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

License

MIT

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages