Skip to content

A small command line app which outputs complementary color to given hexadecimal color.

License

Notifications You must be signed in to change notification settings

sidtr0/complem8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

complem8

A small command line app which outputs complementary color to given hexadecimal color written in Node.js.

Working example of the code

How to install this to my system?

complem8 is an NPM (Node Package Manager) package. You may install this globally on your machine by running:

npm install -g complem8

You would then be able to run the command like below:

complem8 "#123456"

If you want to work on this project, do the following:

git clone https://github.com/DracTheDino/complem8.git

If you want to test the development version of this package on your machine, you would have to run:

npm install -g . # make sure you are in the complem8 folder!

About

A small command line app which outputs complementary color to given hexadecimal color.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published