Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ngot/consolex

console extension with some color methodes
https://github.com/ngot/consolex

Last synced: about 2 months ago
JSON representation

console extension with some color methodes

Awesome Lists containing this project

README

        

[![NPM](https://nodei.co/npm/consolex.png)](https://nodei.co/npm/consolex/)

###Consolex
#####*console extension with some color methodes*

###Installation

Install with [npm](http://npmjs.org):

```bash
npm install consolex --save
```

###Usage
```js
require('consolex');
console.yellow("yellow");
console.red("red");
```

For more usage ,please see `examples/examples.js`.

###LICENSE
#####MIT