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

https://github.com/dgellow/neocolor

🖍 Tiny, no dependency node/typescript library for colored console output
https://github.com/dgellow/neocolor

ansi colors colours console minimalist terminal typescript-library

Last synced: 6 months ago
JSON representation

🖍 Tiny, no dependency node/typescript library for colored console output

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/dgellow/neocolor.svg?branch=master)](https://travis-ci.org/dgellow/neocolor) [![npm version](https://badge.fury.io/js/neocolor.svg)](https://badge.fury.io/js/neocolor)

![neocolor logo](http://i.imgur.com/9kpA4C9.png)

# neocolor

A simple library for colored output in your console.

## Usage

```typescript
import c from "neocolor"

console.log(c.yellow('hello you'))
console.error(c.red('alert!'))
```

## Thanks ❤

Logo: [Michele Oliosi](http://michaloe.deviantart.com/)