https://github.com/tducret/md2gs
md2googleslides in a Docker container
https://github.com/tducret/md2gs
docker google-slides markdown powerpoint presentation slides
Last synced: 2 months ago
JSON representation
md2googleslides in a Docker container
- Host: GitHub
- URL: https://github.com/tducret/md2gs
- Owner: tducret
- License: mit
- Created: 2019-03-27T20:32:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T21:30:32.000Z (about 6 years ago)
- Last Synced: 2025-01-08T04:51:38.649Z (4 months ago)
- Topics: docker, google-slides, markdown, powerpoint, presentation, slides
- Language: Shell
- Size: 21.5 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# md2gs
[](https://hub.docker.com/r/thibdct/md2gs/)
[](https://microbadger.com/images/thibdct/md2gs "Get your own image badge on microbadger.com")
`md2gs` allows you to use [md2gslides](https://github.com/gsuitedevs/md2googleslides) *(a cool program to convert a Markdown file to Google slides)*.
**➡️ Without installing node on your computer**.
All you need is **bash and Docker 👍**
I wrote a French blog post about it [here](https://www.tducret.com/presentation/2019/05/12/creer-un-powerpoint-en-markdown.html)
## Installation
```bash
curl -fsSL https://raw.githubusercontent.com/tducret/md2gs/master/get-md2gs.sh | sh
```## Usage
```bash
md2gs path/to/my_presentation.md
md2gs --title "Greatest presentation ever" path/to/my_presentation.md
```Checkout the [example.md](https://raw.githubusercontent.com/gsuitedevs/md2googleslides/master/examples/example.md) on the **md2gslides** repo.
## Upgrade
To upgrade md2gs to the latest version :
```bash
md2gs --upgrade
```## Uninstall
To remove the Docker image and delete md2gs script :
```bash
md2gs --uninstall
```