Skip to content
/ hold Public

a tool to download pic from placeholder.com

Notifications You must be signed in to change notification settings

AIluffy/hold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hold-pic

996.icu LICENSE

a command line tool to download picture from placeholder.com.

Installation

You'll first need to install hold-pic:

# with npm
$ npm i -g hold-pic
# or with yarn
$ yarn global add hold-pic

Usage

hold [options] <width> [height]

see help

hold -h

hold help

basic use

hold 100 110

basic use

set image gif extension

hold -g 100 / hold --gif 100

hold gif

set image jpg extension

hold -j 100 / hold --jpg 100

hold jpg

set image jpeg extension

hold -J 100 / hold --jpeg 100

hold jpeg

set image png extension

hold -p 100 / hold --png 100

hold png

set background color

hold -b ff0000 100 / hold --bg-color ff0000 100

hold background red

set text color

hold -c ff0000 100 / hold -- color ff0000 100

hold text red

set image custom text

hold 100 200 -t hello+world / hold 100 200 --text hello+world

hold custom text

upload to nos

hold -u 100

nos pic

About

a tool to download pic from placeholder.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published