Popularity
0.4
Declining
Activity
0.0
Stable
1
2
0

Programming language: Go
Tags: HTML     Utility     Text Processing     Productivity     Command Line     CLI     Keynote     Presentation     Slideshow    

godazo alternatives and similar packages

Based on the "Utility" category.
Alternatively, view godazo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of godazo or a related project?

Add another 'Utility' Package

README

godazo

Stupid simple presenter or static site creator written in Go.

Quick start

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.

Useful use

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.

Thanks

The project is written in Go, and make heavy dependence on Gin and webslides.

Todo

  • Don't be evil test your code - Writing tests

  • Future Features?

  • GUI slide creator.

  • Import and export to simple popular formats.