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
curl -fsSL https://raw.githubusercontent.com/tducret/md2gs/master/get-md2gs.sh | sh
md2gs path/to/my_presentation.md
md2gs --title "Greatest presentation ever" path/to/my_presentation.md
Checkout the example.md on the md2gslides repo.
To upgrade md2gs to the latest version :
md2gs --upgrade
To remove the Docker image and delete md2gs script :
md2gs --uninstall