Stupid simple presenter or static site creator written in Go.
Install godazo
$ go get github.com/rutaihwa/godazo
Run godazo example with default settings
$ godazo
On your browser visit localhost:8080
to see your presentation.
On your terminal run godazo [-port="PortNumber"] [-media="path-to-presentation-mediafiles"] [-presentation="path-to-json-presentation.json"
]
Example $ godazo -port="8081" -presentation="./home/user/devcon/keynote.json"
That tells godazo to run on port 8081
and do presentation keynote.json
in user defined path.
On your browser visit localhost:8081
to see your presentation.
The project is written in Go, and make heavy dependence on Gin and webslides.
-
Don't be evil test your code - Writing tests
-
Future Features?
- GUI slide creator.
- Import and export to simple popular formats.