cleaver

the simple way to generate static HTML slideshows

What is Cleaver?

Cleaver is the simplest way to generate interactive HTML presentations from simple JSON.

Get it from npm: npm install -g cleaver

One command turns a few lines of JSON into a beautiful slideshow. No coding necessary.

cleaver --file=path/to/something.json

Example

{
"name": "Example",
"author": {
"name": "Aaron Patterson",
"twitter": "@tenderlove",
"url": "http://tenderlovemaking.com"
},
"slides": [
{
"type": "main",
"title": "Cleaver 101",
"subtitle": "A first look at quick HTML presentations"
}
]
}

Slide Types

Code

The source code to cleaver is freely available on GitHub.

If you're curious to see the code used to generate these slides, here's a gist.

Also available as examples/helloworld.json.

Cleaver is MIT Licensed.

Jordan Scales

http://jordanscales.com




use the keyboard arrows to navigate