Socket
Book a DemoInstallSign in
Socket

sparkly-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparkly-cli

Generate sparklines `▁▂▃▅▂▇`

latest
Source
npmnpm
Version
3.0.0
Version published
Maintainers
1
Created
Source

sparkly-cli

Generate sparklines ▁▂▃▅▂▇

Some cool use-cases.

Install

npm install --global sparkly-cli

Usage

$ sparkly --help

  Usage
    $ sparkly <number> […]
    $ echo <number> […] | sparkly

  Options
    --min    Minimum range
    --max    Maximum range
    --style  Style for the sparklines [Values: fire]

  Examples
    $ sparkly 0 3 5 8 4 3 4 10
    ▁▃▄▅▃▃▃▆
    $ sparkly --min=0 --max=10 1 2 3 4 5
    ▁▂▃▄▄
    $ sparkly --style=fire 1 2 3 4 5 6 7 8
    ▁▂▂▃▃▄▄▅
    $ echo 0 3 5 8 4 3 | sparkly
    ▁▂▃▅▃▂
  • sparkly - API for this module

Keywords

cli-app

FAQs

Package last updated on 21 Nov 2021

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