https://github.com/flowdev/present-go
https://github.com/flowdev/present-go
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flowdev/present-go
- Owner: flowdev
- License: mit
- Created: 2018-05-14T14:30:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-16T12:29:42.000Z (about 1 month ago)
- Last Synced: 2025-11-16T14:25:36.200Z (about 1 month ago)
- Language: HTML
- Size: 94.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Presentations created with the Go present tool
The present tool can be found here: `go get golang.org/flowdev/present-tool`
Start presentation in this directory:
```sh
./bin/present -content 2025/comb -notes
```
Get rendered HTML of presentation:
```sh
curl http://127.0.0.1:3999/present.slide > present.html
```