Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivodolenc committed Nov 2, 2024
1 parent f975b1b commit 29fe71b
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# @hypernym/colors
<h1 align="center">Hypernym Colors</h1>

Ultra lightweight color utilities for console.
<p align="center">Ultra lightweight color utilities for console.</p>

<sub><a href="https://github.com/hypernym-studio/colors">Repository</a> | <a href="https://www.npmjs.com/package/@hypernym/colors">Package</a> | <a href="https://github.com/hypernym-studio/colors/releases">Releases</a> | <a href="https://github.com/hypernym-studio/colors/discussions">Discussions</a></sub>
<p align="center">
<a href="https://github.com/hypernym-studio/colors">Repository</a>
<span>✦</span>
<a href="https://www.npmjs.com/package/@hypernym/colors">Package</a>
<span>✦</span>
<a href="https://github.com/hypernym-studio/colors/releases">Releases</a>
<span>✦</span>
<a href="https://github.com/hypernym-studio/colors/discussions">Discussions</a>
</p>

```sh
npm i @hypernym/colors
```
<br>

<pre align="center">
pnpm add @hypernym/colors
</pre>

<br>

## Features

Expand All @@ -24,12 +36,12 @@ console.log(bold(green('hypernym')), cyan('colors'))

## Community

Feel free to use the official [discussions](https://github.com/hypernym-studio/colors/discussions) for any additional questions.
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
Developed in 🇭🇷 Croatia, © Hypernym Studio.

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

© Hypernym Studio

0 comments on commit 29fe71b

Please sign in to comment.