Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T21:30:32.000Z (over 5 years ago)
- Last Synced: 2023-10-20T23:21:05.782Z (about 1 year 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
[![Docker Build Status](https://img.shields.io/docker/cloud/automated/thibdct/md2gs.svg)](https://hub.docker.com/r/thibdct/md2gs/)
[![](https://images.microbadger.com/badges/image/thibdct/md2gs.svg)](https://microbadger.com/images/thibdct/md2gs "Get your own image badge on microbadger.com")
![License](https://img.shields.io/github/license/tducret/md2gs.svg)`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
```