Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilslice/cli-talk
CLI Gotchas - What I learned building the Ponzu CLI
https://github.com/nilslice/cli-talk
cli go golang presentation talk
Last synced: about 2 months ago
JSON representation
CLI Gotchas - What I learned building the Ponzu CLI
- Host: GitHub
- URL: https://github.com/nilslice/cli-talk
- Owner: nilslice
- License: bsd-3-clause
- Created: 2017-05-24T21:01:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T21:02:18.000Z (over 7 years ago)
- Last Synced: 2024-11-30T18:16:41.935Z (about 2 months ago)
- Topics: cli, go, golang, presentation, talk
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI Gotchas
What I learned building the Ponzu CLIThis is a quick talk for the LA Golang - Santa Monica Gopher's meetup about
some learnings while building and maintaining the CLI for Ponzu, a headless CMS
and JSON API server framework.[Get Ponzu](https://ponzu-cms.org)
## Starting the Presentation
1. Get golang.org/x/tools/present
```bash
$ go get -u golang.org/x/tools/cmd/present
```2. Enter the presentation directory and run `present`
```bash
$ cd $SLIDES
$ present
```3. Open a browser to [0.0.0.0:3999/index.slide](http://0.0.0.0:3999/index.slide)
### Questions? Corrections?
- Open an issue here or a PR
- Tweet at me [@nilslice](https://twitter.com/nilslice)