badges / shielded

Deprecated. Please use https://github.com/badges/shields instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shielded

deprecated

try to solve https://github.com/olivierlacan/shields/issues/15?source=c

Usage: shielded --label=[string] --value=[string] --file=[filepath] --color=[green/yellowgreen/yellow/red/lightgray/] --scale=[num]

Options:
  --label  [required]
  --value  [required]
  --file   [required]
  --color  [default: "green"]
  --scale  [default: 1]

##example output: light gray

scale X 2

lots of text

installation:

git clone git@github.com:cainus/shielded.git  # clone this repo
cd shielded                                   # go into the newly created directory
npm install                                   # install the dependencies
./shielded --label=worked --value=yep --file=file.png --color=green --scale=1  # create a png named file.png

Notes:

About

Deprecated. Please use https://github.com/badges/shields instead.

License:Other


Languages

Language:JavaScript 100.0%