New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

colour-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colour-cli

Get information about colors and convert them in the command line

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

colour-cli

Get information about colors and convert them in the command line.

Installation

Enter one of the following commands in a terminal:

# Using npm
npm install -g colour-cli
# Using yarn
yarn global add colour-cli

Usage

See the command-line help:

   USAGE

     colour <command> [options]

   COMMANDS

     info <color>                     Display a color in various formats 
     negate <color>                   Invert and display a color         
     lighten <color> <amount>         Lighten and display a color        
     darken <color> <amount>          Darken and display a color         
     saturate <color> <amount>        Saturate and display a color       
     desaturate <color> <amount>      Desaturate and display a color     
     rotate <color> <degrees>         Rotate the hue and display a color 
     help <command>                   Display help for a specific command

   GLOBAL OPTIONS

     -h, --help         Display help                                      
     -V, --version      Display version                                   
     --no-color         Disable colors                                    
     --quiet            Quiet mode - only displays warn and error messages
     -v, --verbose      Verbose mode - will also output debug messages

License

Copyright © 2018 Hugo Locurcio and contributors

Unless otherwise specified, files in this repository are licensed under the MIT license; see LICENSE.md for more information.

Keywords

color

FAQs

Package last updated on 19 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts