Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/node-rainbow-console

colorize your console for NodeJS
https://github.com/yorkie/node-rainbow-console

Last synced: 5 days ago
JSON representation

colorize your console for NodeJS

Awesome Lists containing this project

README

        

rainboxw-console [![Build Status](https://travis-ci.org/yorkie/node-envm.png)](https://travis-ci.org/yorkie/node-rainbow-console)
==================
colorize your console for NodeJS

## Installation

```bash
$ npm install rainbow-console
```

## Usage

```js
require('rainbow-console');

console.log('log message');
console.info('info message');
console.warn('warn message');
console.error('error message');
```

## Appearance

![demo](/demo.png)

## License

MIT