Go port of picture-show
make slideshows with markdown text
- Simplest handing to show slides
- Syntax Highlight for any developpers
- Enable to export static files
Create slide project from template, and start slide show.
$ gpshow init myslide
$ cd myslide
$ gpshow
$ open http://localhost:3000If there are markdowns in gists...
$ gpshow gist https://gist.github.com/krrrr38/bf375a762497af9534e1Export static files
$ gpshow offlineTo install, use go get:
$ go get -d github.com/krrrr38/gpshow
$ make install
$ gpshow --help- Fork (https://github.com/krrrr38/gpshow/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
make testcommand and confirm that it passes - Run
gofmt -s - Create new Pull Request
