Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yorkie/node-rainbow-console
- Owner: yorkie
- Created: 2014-02-17T07:50:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T07:42:13.000Z (over 10 years ago)
- Last Synced: 2024-10-31T19:37:58.309Z (12 days ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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