Skip to content

Command-line utility to create randomly generated media.

Notifications You must be signed in to change notification settings

harrymaynard/random-media-creator

Repository files navigation

Random Media Creator

Command-line utility to create randomly generated media. Currently support PNG images, animated GIF, and MP4 videos.

Installation

  1. Clone repository.
  2. cd into repository.
  3. Run:
npm install -g .
  1. Celebrate!

Usage

Create 1 animated GIF:

rmc gif 1

Create 1 MP4 video:

rmc mp4 1

Create 1 PNG image:

rmc png 1

Get the version:

rmc version

Get help:

rmc help

Explore command options:

rmc gif --help
rmc mp4 --help
rmc png --help