Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 482 Bytes

Slydes

A handy little tool to make slideshow presentations using a textual format.

Eventually this will display in a native client or allow exports to HTML, PDF, and (hopefully) PPT.

Prerequisites

  • make
  • go

Usage

  • Clone this repo
  • Run make build
  • chmod +x ./slydes
  • slydes -h

We provide an example .sly file here. You can find other examples in the examples/ directory.

Documentation for Sly can be found here.