survos / ciine-bundle
Symfony tools for asciinema.org
Fund package maintenance!
kbond
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.4
- survos/workflow-helper-bundle: ^1.5
- symfony/config: ^7.1
- symfony/console: ^7.3
- symfony/dependency-injection: ^6.4 || ^7.1
- symfony/finder: ^7.3
- symfony/http-client: ^7.3
- symfony/http-kernel: ^6.4 || ^7.1
- symfony/options-resolver: ^6.4 || ^7.1
- twig/twig: ^3.4
Requires (Dev)
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12.0
- symfony/framework-bundle: ^6.4 || ^7.1
- symfony/routing: ^7.3
Conflicts
- survos/api-grid-bundle: <1.2.57
- survos/auth-bundle: <1.2.57
- survos/barcode-bundle: <1.2.57
- survos/bootstrap-bundle: <1.2.57
- survos/command-bundle: <1.2.57
- survos/core-bundle: <1.2.57
- survos/crawler-bundle: <1.2.57
- survos/faker-bundle: <1.2.57
- survos/grid-bundle: <1.2.57
- survos/grid-group-bundle: <1.2.57
- survos/html-prettify-bundle: <1.2.57
- survos/import-bridge: <1.2.57
- survos/inspection-bundle: <1.2.57
- survos/location-bundle: <1.2.57
- survos/maker-bundle: <1.2.57
- survos/providence-bundle: <1.2.57
- survos/ruler-bundle: <1.2.57
- survos/stripe-product: <1.2.57
- survos/tree-bundle: <1.2.57
- survos/wiki-bundle: <1.2.57
- survos/workflow-helper-bundle: <1.2.57
This package is auto-updated.
Last update: 2025-07-07 09:35:29 UTC
README
Symfony Bundle that provides some utilities for using asciinema 3.0 to create asciiCasts (aka ciineCasts)
Install asciinema
Install the bundle
wget "https://github.com/asciinema/asciinema/releases/download/v3.0.0-rc.5/asciinema-x86_64-unknown-linux-gnu" asciinema
Configure .bashrc
The 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.
Usage
Start the recorder.
rec "Create the User Entity"
bin/console make:user
end 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