survos/ciine-bundle
最新稳定版本:2.2.2
Composer 安装命令:
composer require survos/ciine-bundle
包简介
Symfony tools for asciinema.org
README 文档
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.2.0/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.
rec() { asciinema rec "casts/${PWD##*/}/$(date +%s).cast" --title="$1"; }
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
统计信息
- 总下载量: 94
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-06