Skip to content

krrrr38/gpshow

Repository files navigation

gpshow

Go port of picture-show

Description

make slideshows with markdown text

  • Simplest handing to show slides
  • Syntax Highlight for any developpers
  • Enable to export static files

Usage

Basic Usage

Create slide project from template, and start slide show.

$ gpshow init myslide
$ cd myslide
$ gpshow
$ open http://localhost:3000

With Gist

If there are markdowns in gists...

$ gpshow gist https://gist.github.com/krrrr38/bf375a762497af9534e1

Generate static slides

Export static files

$ gpshow offline

Install

To install, use go get:

$ go get -d github.com/krrrr38/gpshow
$ make install
$ gpshow --help

Contribution

  1. Fork (https://github.com/krrrr38/gpshow/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the make test command and confirm that it passes
  6. Run gofmt -s
  7. Create new Pull Request

Author

krrrr38