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:3000
If there are markdowns in gists...
$ gpshow gist https://gist.github.com/krrrr38/bf375a762497af9534e1
Export static files
$ gpshow offline
To 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 test
command and confirm that it passes - Run
gofmt -s
- Create new Pull Request