Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 524 Bytes

README.md

File metadata and controls

44 lines (37 loc) · 524 Bytes

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