Create slides with ruby (and usually in markdown)
a command line tool that helps you author reveal.js presentations.
It lets you focus on the content of your presentation by taking care of the details of building a reveal.js presentation.
You write your presentation in markdown, in a single file, and reveal-ck generates everything else.
Here's a quick example so you can see what using reveal-ck is like.
There are many, many things you can do to customize your slides!
Here's a long, but not exhaustive, list of things you can do:
:money_with_wings:
@mentions, such as, @jedcn.
rake(ie: create rake tasks that build slides)
reveal-ckis delivered as a RubyGem, and so, you need Ruby 2.0+ and then installing should be as easy as:
gem install reveal-ck
Verify that things are functional and you have the latest version of reveal-ck by typing:
reveal-ck --version
Not everything is documented, and nothing is perfect, so-- if you'd like to ask a question or log a bug please do so!
If you're a ruby developer and you want to get going with local development, please see .github/CONTRIBUTING.md.