1.0.2 • Published 1 year ago

placeholder-craft-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

placeholder-craft-cli

NPM Downloads GitHub License Author

A simple CLI tool to generate placeholder images for your projects.

example

placeholder

Installation

You can install the package globally by running the following command.

npm install -g placeholder-craft-cli

Usage

You can run the following command to generate a placeholder image.

phcraft --width 500 --height 500 --filename hoge.png

Options

  • --width (required): The width of the image.
  • --height (required): The height of the image.
  • --filename : The filename of the image. (default: placeholder.png)
  • --bgColor : The background color of the image. (default: grey)
  • --textColor : The text color of the image. (default: white)
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago