0.1.4 • Published 8 years ago

opaline-cli v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

opaline-cli Build Status Coverage Status

Gives you quick access to colors from popular palettes.

See also opaline.

Install

Ensure you have Node.js version 6+ installed. Then run the following:

$ npm install --global opaline-cli

Usage

Return the hex or rgb value and copy it to the clipboard.

Usage
  $ opaline [palette] [color] [hue] [option]

Palettes
  md        Material Design colors
  flat      Flat colors
  ios       iOS colors

Options
  -f, --format    format the ouput
  -r, --rgb       rgb output
      --help      show the help

Examples
  $ opaline ios red
  FF3B30 (copied)
  $ opaline ios red -f
  #FF3B30 (copied)
  $ opaline md red 500 -f -r
  rgb(244, 67, 54) (copied)

Contributing

Remarks, advices & contributions are welcome. Feel free to open an issue or submit a pull request.

License

MIT © Maxime Le Conte des Floris

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago