gpshow轻松创建静态幻灯片展示
gpshow 是一个简洁的工具,用于通过 Markdown 制作幻灯片,并支持静态文件导出。以下是基本的使用步骤:
- 创建幻灯片项目:
```bash
$ gpshow init myslide
$ cd myslide
$ gpshow
$ open http://localhost:3000
```
- 使用 Gist 导入幻灯片:
```bash
$ gpshow gist https://gist.github.com/krrrr38/bf375a762497af9534e1
```
- 导出为静态幻灯片:
```bash
$ gpshow offline
```
- 安装方法:
```bash
$ go get -d github.com/krrrr38/gpshow
$ make install
$ gpshow --help
```
贡献:
-
Fork 仓库。
-
创建功能分支。
-
提交您的更改。
下载地址
用户评论