jaem3l/cli-note-presentation

Prototype for your CLI note presentation

0.1 2020-12-03 10:53 UTC

This package is auto-updated.

Last update: 2024-04-29 04:21:23 UTC


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