Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ngot/consolex
- Owner: ngot
- Created: 2014-03-16T01:56:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T09:54:40.000Z (almost 11 years ago)
- Last Synced: 2024-10-16T21:26:53.779Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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