https://github.com/gernest/vectypresent
https://github.com/gernest/vectypresent
golang gopherjs present presentation vector
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gernest/vectypresent
- Owner: gernest
- License: mit
- Created: 2018-03-31T16:12:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T16:19:55.000Z (about 8 years ago)
- Last Synced: 2025-04-08T19:47:40.419Z (about 1 year ago)
- Topics: golang, gopherjs, present, presentation, vector
- Language: Go
- Size: 2.71 MB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vectypresent
Go presentation tool with vecty frontend
Please check this [demo](https://vectypresent.bq.co.tz) of the tool rendering
the go/talks repo.
This is a fork of [go present tool](https://github.com/golang/tools/tree/master/cmd/present) that uses vecty as the frontend.
# Installation
```
go get github.com/gernest/vectypresent
```
# Usage
```
vectypresent serve /path/to/directory/with/*.slides
```
A quick way to test is to clone the go talks repo
```
git clone https://github.com/golang/talks.git
vectypresent serve talks/
```
Open your browser on localhost:8080 to browse for the slides presentation
## TODO
- [x] render slides
- [x] render articles
- [x] render directories
- [x] render raw files
- [ ] render notes