Symfony Bundle that provides some utilities for using asciinema 3.0 to create asciiCasts (aka ciineCasts)
wget "https://github.com/asciinema/asciinema/releases/download/v3.0.0-rc.5/asciinema-x86_64-unknown-linux-gnu" asciinemaThe easiest way to use this bundle is to pre-configure a few commands. You can also run everything manually, but it's a bit of a pain to track the files.
rec() { asciinema rec "casts/${PWD##*/}/$(date +%s).cast" --title="$1"; }
Start the recorder.
rec "Create the User Entity"
bin/console make:userend with -D.
There are some special commands during the recording process.
composer req easyadmin
bin/console make:crud:dashboard
bin/console debug:route easyadmin
bin/console ciine:screenshot /admin
bin/console ciine:copy .env.local