Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bvwells/go-present
Illustration of go tool present usage https://godoc.org/golang.org/x/tools/present
https://github.com/bvwells/go-present
Last synced: 7 days ago
JSON representation
Illustration of go tool present usage https://godoc.org/golang.org/x/tools/present
- Host: GitHub
- URL: https://github.com/bvwells/go-present
- Owner: bvwells
- License: mit
- Created: 2019-02-05T20:22:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T00:47:58.000Z (over 1 year ago)
- Last Synced: 2024-06-20T17:35:52.170Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 48.8 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-present
The repository illustrates how to use the go [present](https://godoc.org/golang.org/x/tools/present) tool. To install the present tool run:
```
go get golang.org/x/tools/cmd/present
```To run the present tool run:
```
present
```By default the present tool serves up the slides on the ```http://127.0.0.1:3999```.
To get more information on present command line options run:
```
present --help
```