placeholder-craft-cli

1.0.2 • Public • Published

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)

Package Sidebar

Install

npm i placeholder-craft-cli

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

5.99 kB

Total Files

6

Last publish

Collaborators

  • macaroni10y