jaem3l / cli-note-presentation
您的 CLI note 演示原型
0.1
2020-12-03 10:53 UTC
Requires
- php: ^7.4
- jaem3l/cli-note: ^0.1
- symfony/finder: ^5.2
README
这是由 jaem3l/cli-note 驱动的基于 CLI 的幻灯片演示。
创建您自己的幻灯片演示
$ composer create-project jaem3l/cli-note-presentation your-presentation
$ cd your-presentation
$ git submodule init
$ git submodule update
$ vendor/bin/cli-note
通过编辑 slides.yaml
来自定义您的幻灯片演示,并在 sections/*
中创建您的部分
在 chr-hertel/better-console-applications 找到完整的幻灯片演示示例