Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```