# colsole

> Yet another colored console

Latest version **0.0.2** (published 2014-06-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install colsole
pnpm add colsole
yarn add colsole
bun add colsole
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2014-06-06 |
| First published | 2014-05-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+5 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Ruslan Bredikhin |
| Maintainers | bredikhin |
| Keywords | console, log, warn, info, error, color, colour, colors, colours |

## Links

- npm: https://www.npmjs.com/package/colsole
- Repository: git@github.com:bredikhin/colsole
- Homepage: https://github.com/bredikhin/colsole
- Issues: https://github.com/bredikhin/colsole/issues
- npm.io page: https://npm.io/package/colsole

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^0.4.0
- [lodash](https://npm.io/package/lodash.md) ^2.4.1

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 0.0.2 (latest) — 2014-06-06
- 0.0.1 — 2014-05-28

## README

# Yet another colored console

[![Build Status](https://travis-ci.org/bredikhin/colsole.png?branch=master)](https://travis-ci.org/bredikhin/colsole)
[![NPM version](https://badge.fury.io/js/colsole.png)](http://badge.fury.io/js/colsole)

## Installation

`sudo npm install --save colsole`

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

## Usage

```javascript
var console = require('colsole')();

console.log('I will be in white.');
console.info('And I will be in green.');
console.warn('Yellow is good enough for me...');
console.error('And for me it is red-only!');
```

## Configuration

```javascript
var console = require('colsole')({
  log: 'blue'
});

console.log('Now I will be in blue.');
```

## Dependencies

- [chalk](https://www.npmjs.org/package/chalk),
- [lodash](https://www.npmjs.org/package/lodash).

## Contributions

* are welcome;
* should be tested;
* should follow the same coding style.

## License

[The MIT License](http://opensource.org/licenses/MIT)

Copyright (c) 2014 [Ruslan Bredikhin](http://www.ruslanbredikhin.com/)

---
_Source: https://npm.io/package/colsole · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
