https://github.com/mmcloughlin/podium
Convert Golang present talks to PDF
https://github.com/mmcloughlin/podium
Last synced: 6 months ago
JSON representation
Convert Golang present talks to PDF
- Host: GitHub
- URL: https://github.com/mmcloughlin/podium
- Owner: mmcloughlin
- License: mit
- Created: 2018-09-03T09:09:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T17:49:48.000Z (over 3 years ago)
- Last Synced: 2025-04-05T14:47:28.321Z (6 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# podium
Goldbergian tool for converting Golang
[present](https://godoc.org/golang.org/x/tools/cmd/present) talks to PDF.## Install
```
go install github.com/mmcloughlin/podium@latest
```Depends on [Chrome](https://www.google.com/chrome/) and
[chromedriver](http://chromedriver.chromium.org/).## Example
```
podium https://talks.golang.org/2014/names.slide
```