Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Aug 28, 2024
1 parent 8ad395e commit c3e83d7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/color-namer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ It uses the color centers from Heer-Stone and the color names from the XKCD colo

## Installation

You can install it with

```bash
npm install color-buddy-color-namer
```
Expand Down
8 changes: 8 additions & 0 deletions packages/palette-lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Have you ever looked closely at a color palette and wondered if it was a good pa

It is design solely for use with the color-buddy-palette package and programmatically. There is not a CLI interface, but it can be used through the color-buddy GUI.

## Installation

You can install it with

```bash
npm install color-buddy-palette-lint
```

## Contents

This library contains the following functions:
Expand Down
8 changes: 8 additions & 0 deletions packages/palette/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This package is a collection of tools for working with color palettes. It is built on top of the [Color](https://colorjs.io) library. Palette lint's usage is centered around Color library, that, in turn wraps the extremely powerful [colorjs.io](https://colorjs.io/).

## Installation

You can install it with

```bash
npm install color-buddy-palette
```

## Contents

This library contains the following functions:
Expand Down

0 comments on commit c3e83d7

Please sign in to comment.