Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hypernym-studio/colors
- Owner: hypernym-studio
- License: mit
- Created: 2023-09-21T12:56:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T12:06:41.000Z (13 days ago)
- Last Synced: 2024-11-07T15:48:43.418Z (7 days ago)
- Topics: ansi, cli, color, colors, console, esm, log, node, terminal, utils
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: .github/codeowners
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.