Skip to content

mbejda/placeholder-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌈 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.

🎥 How it works

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


💻 Usage

Install

npm install placeholder-cli -g

Run

placeholder ./**/*.jpeg

or change things up a bit...

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

You can find me on Twitter 🐦. Send me a Tweet if you like this or need any help.

@notmilobejda
mbejda.com


Don't forget to star it on Github 🏆