colors-mini
A mini colors tools
Last updated 11 years ago by noyobo .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install colors-mini 
SYNC missed versions from official npm registry.

colors

Build Status npm version npm download

NPM

A mini colors tools

var colors = require('colors-mini')
// api
console.log(colors.white(37))
console.log(colors.grey(90))
console.log(colors.black(30))
console.log(colors.blue(34))
console.log(colors.cyan(36))
console.log(colors.green(32))
console.log(colors.magenta(35))
console.log(colors.red(31))
console.log(colors.yellow(33))

Current Tags

  • 1.0.2                                ...           latest (11 years ago)

3 Versions

  • 1.0.2                                ...           11 years ago
  • 1.0.1                                ...           11 years ago
  • 1.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |