godazo alternatives and similar packages
Based on the "Utility" category.
Alternatively, view godazo alternatives based on common mentions on social networks and blogs.
-
Koazee
A StreamLike, Immutable, Lazy Loading and smart Golang Library to deal with slices. -
strutil-go
Golang metrics for calculating string similarity and other string utility functions -
regroup
Match regex group into go struct using struct tags and automatic parsing -
frontmatter
Go library for detecting and decoding various content front matter formats -
html2data
Library and cli for extracting data from HTML via CSS selectors -
Tagify
Tagify produces a set of tags from a given source. Source can be either an HTML page, a Markdown document or a plain text. Supports English, Russian, Chinese, Hindi, Spanish, Arabic, Japanese, German, Hebrew, French and Korean languages. -
TySug
A project around helping to prevent typing typos. TySug (Typo Suggestions) suggests alternative words with respect to keyboard layouts -
parseargs-go
A string argument parser that understands quotes and backslashes
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of godazo or a related project?
Popular Comparisons
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.