1.0.5 • Published 5 years ago

placeholder-cli v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

:rainbow: Placeholder Cli

oclif Version License

A friendly command line tool that replaces images with placeholders. Don't have a proper distribution license for those images? No worries, this tool will replace them with placeholders.

:movie_camera: How it works

The tool recursively replaces images that match the glob with placeholders that have the same exact width and height.

:computer: Usage

Install

npm install placeholder-cli -g

Run

placeholder ./**/*.jpeg

or change things up a bit...

placeholder ./**/*.jpeg --fontColor "black" --bgColor "white" --fontSize 100
  

@notmilobejda mbejda.com

Don't forget to star it on Github :trophy: