Skip to content

tducret/md2gs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2gs

Docker Build Status License

md2gs allows you to use md2gslides (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

Installation

curl -fsSL https://raw.githubusercontent.com/tducret/md2gs/master/get-md2gs.sh | sh

Usage

md2gs path/to/my_presentation.md
md2gs --title "Greatest presentation ever" path/to/my_presentation.md

Checkout the example.md on the md2gslides repo.

Upgrade

To upgrade md2gs to the latest version :

md2gs --upgrade

Uninstall

To remove the Docker image and delete md2gs script :

md2gs --uninstall