sbt AutoPlugin for generating reveal.js presentations with Lightbend Paradox.
https://sfxcode.github.io/sbt-paradox-reveal
Used directives are slide, notes, quote, code and fragments.
Combine the power of Paradox with the HTML presentation framework reveal.js.
With Paradox for
and Reveal.js for
it is easy to create a presentation with code examples in short time.
g8 https://github.com/sfxcode/paradox-reveal-template.g8
Choose projectName ...
cd projectName
sbt
previewAuto
This plugin requires sbt 1.0.0+
Install plugin in project/plugins.sbt:
addSbtPlugin("com.sfxcode.paradox" % "sbt-paradox-reveal" % 1.1.0)
Enable Plugin in your build.sbt file:
enablePlugins(ParadoxRevealPlugin)
Run test
for regular unit tests.
Run scripted
for sbt script tests.
Same Idea, less configuration options: