jaem3l / cli-note-presentation
Prototype for your CLI note presentation
0.1
2020-12-03 10:53 UTC
Requires
- php: ^7.4
- jaem3l/cli-note: ^0.1
- symfony/finder: ^5.2
README
This is the cli based slide deck powered by jaem3l/cli-note.
Create your own slide deck
$ composer create-project jaem3l/cli-note-presentation your-presentation
$ cd your-presentation
$ git submodule init
$ git submodule update
$ vendor/bin/cli-note
Customize your slide deck by editing slides.yaml
and create your sections in sections/*
Find a full slide deck example at chr-hertel/better-console-applications