jaem3l/cli-note
Composer 安装命令:
composer require jaem3l/cli-note
包简介
Tool to build CLI based presentation slide decks
README 文档
README
CLI Note is an experiment to use a console application as a slide deck.
Usage
Use jaem3l/cli-note-presentation as skeleton for your presentation.
Example
To execute a simple example you can just clone this repository:
$ git clone git@github.com:jaem3l/cli-note.git
$ cd cli-note
$ composer install
$ ./cli-note
Controls
Start at specific slide
$ ./cli-note --start-at=10 $ ./cli-note -s 10
While presentation
p,prevorprevious: render previous slidecorcurrent: render current slide againnornext: render next slideforfirst: render first slidelorlast: render last slide
Slides
CLI Note ships with seven different built-in slides
- CanvasSlide - an abstract slide to render various canvas elements based on chr-hertel/console-canvas
- CodeSlide - to print highlighted code snippets
- ImageSlide - to print images
- ListSlide - to print a list with a headline
- ProcessSlide - to print the output of a child process
- TextSlide - to print a text file with formatting possible
- TitleSlide - to print a title and an optional subtitle
Disclaimer
This is just a project to demonstrate the capabilities of Symfony Console Component for SymfonyWorld 2020. Use this on your own risk and do not expect this to be actively maintained.
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-01