0.1.0 • Published 9 years ago

color-cod v0.1.0

Weekly downloads
68
License
MIT
Repository
github
Last release
9 years ago

Color code identical strings with the same color.

Install

npm i -S color-cod

Usage

const colorCod = require('color-cod')()

console.log(colorCod('foo'))
console.log(colorCod('bar'))
console.log(colorCod('foo'))
E.g.

foo <- blue
bar <- yellow
foo <- blue

Global color coding.

import colorCod from 'color-cod'
console.log(colorCod('foo'))

License

MIT

0.1.0

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago