1.0.1 • Published 7 years ago

checkmarks v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

checkmarks

ANSI checkmarks, useful for CLIs and such.

Usage

const checkmarks = require('checkmarks')

checkmarks.normal(true)
// => ✓
checkmarks.normal(false)
// => ×

checkmarks.heavy(true)
// => ✔
checkmarks.heavy(false)
// => ✖

checkmarks.ballot(true)
// => ☑
checkmarks.ballot(false)
// => ☒

Installation

$ npm install checkmarks

License

MIT