0.1.0 • Published 8 years ago

color-cod v0.1.0

Weekly downloads
68
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago