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
- Host: GitHub
- URL: https://github.com/dgellow/neocolor
- Owner: dgellow
- Created: 2015-08-05T14:07:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T11:13:22.000Z (over 5 years ago)
- Last Synced: 2025-03-26T22:06:56.948Z (6 months ago)
- Topics: ansi, colors, colours, console, minimalist, terminal, typescript-library
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/dgellow/neocolor) [](https://badge.fury.io/js/neocolor)

# 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/)