revealgo
Yusuke Wada a.k.a. yusukebe
revealgo
is my first Golang GitHub public project
revealgo
??This slides are shown by revealgo!
revealgo
commandreveal.js
reveal.js
+Mini HTTP server
+Command Line Interface
=revealgo
index.html
reveal.js
revealgo
[options] SLIDE.md
$ revealgo -p 3001 --theme moon --transition zoom slide.md
## This is an H2 Title
Description...
* Item1
* Item2
* Item3
The horizontal slide separator characters are '---'
The vertical slide separator characters are '___'
The origin of these ideas is not revealgo
serve
/export
Plack::Runner
=> ServeHTTP
+ CLIGetopt::Long
=> github.com/jessevdk/go-flags
Text::MicroTemplate
=> text/template
go get
or using the binaryreealgo
is Markdown based presentation tool:
Just write markdown text but it will be cool slides!
$ go get github.com/yusukebe/revealgo/cmd/revealgo