2.0.1 • Published 4 years ago

hexterm v2.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

hexterm

Get the xterm closest color to a hexadecimal color

Build Status npm version

Usage

Programatically

Install locally

npm install hexterm

Require hexterm and pass a string to it

import hexterm from 'hexterm'

hexterm('005fd7') // 26
hexterm('#005fd7') // 26
hexterm('005ED9') // 26
hexterm('ff0') // 11
hexterm('#ff0') // 11

CLI

npx

npx hexterm 005fd7

Install globally

npm install -g hexterm

Call from your shell: hexterm <color>

hexterm 005fd7

Remember to wrap the color code between quotes if has numeral prefix (#)

hexterm '#ff0'

Test

Install dev-dependencies and run tests

npm install && npm tst

© 2016-2020 Jacobo Tabernero - Released under MIT License

2.0.1

4 years ago

2.0.0

4 years ago

1.3.0

4 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago