0.0.1 • Published 9 years ago

revealjs-sync-git v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

revealjs-sync-git

A module that keeps a specified git repository in sync with a reveal.js presentation, when your presentation uses server-side speaker notes.

Installation

npm install -g revealjs-sync-git

Usage

Put git:<git-ref> in your reveal.js speaker notes, where <git-ref> is replaced with the git reference (tag, branch, commit hash) that contains the code you want to be checked out when that slide is active.

From your revealjs presentation:

# Starts notes server
node plugin/notes-server/index.js
# Starts sync-git listener.
revealjs-sync-git --repo /path/to/repository