Skip to content
This repository was archived by the owner on Sep 16, 2026. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 886 Bytes

File metadata and controls

33 lines (23 loc) · 886 Bytes

Find By Color Logo

↤ Developer Overview

Developer Setup

Requirements

Install via npm install

Please note that this is a private NPM package, and you will need to have completed the steps covered in our Private NPM Access documentation.

npm install -g @findbycolor/color-library
color-library --help

Install via git clone

You can download this project using the code below ( this assumes you have SSH integrated with Github ):

git clone git@github.com:FindByColor/color-library.git
cd color-library
npm install -g
color-library --help