big-presentation

a presentation system for busy messy hackers


Keywords
big, presentation, system, slides, javascript, slideshow
License
ISC
Install
npm install big-presentation@3.6.0

Documentation

Big. The antidote to your presentation procrastination.

A presentation system that works great for creative, hurried people making focused presentations. Stop tweaking fonts and filling slides with text. Big is a configuration-free system that naturally encourages good presentation design.

Quickstart

Install big-presentation.

$ npm install -g big-presentation

Create a new presentation.

$ big-presentation-init all-about-cats

Serve it so you can view it in a web browser.

$ cd all-about-cats
$ big-presentation-serve

Convert a presentation composed in Markdown into serve-able HTML.

$ cd all-about-cats
$ big-presentation-compose

This will convert an index.md file in that presentation directory into an index.html.

🎉 🎉 🎉 🎉 🎉


Circle CI Greenkeeper badge