Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hypernym-studio/colors

Ultra lightweight color utilities for console.
https://github.com/hypernym-studio/colors

ansi cli color colors console esm log node terminal utils

Last synced: 2 days ago
JSON representation

Ultra lightweight color utilities for console.

Awesome Lists containing this project

README

        

Hypernym Colors

Ultra lightweight color utilities for console.


Repository

Package

Releases

Discussions



pnpm add @hypernym/colors


## Features

- TypeScript friendly
- Fully tree-shakeable
- No dependencies

## Usage

```ts
import { bold, green, cyan } from '@hypernym/colors'

console.log(bold(green('hypernym')), cyan('colors'))
```

## Community

Feel free to ask questions or share new ideas.

Use the official [discussions](https://github.com/hypernym-studio/colors/discussions) to get involved.

## License

Developed in 🇭🇷 Croatia, © Hypernym Studio.

Released under the [MIT](LICENSE.txt) license.