Command-line utility to create randomly generated media. Currently support PNG images, animated GIF, and MP4 videos.
- Clone repository.
cd
into repository.- Run:
npm install -g .
- Celebrate!
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