tmcw / big
- среда, 2 мая 2018 г. в 00:19:31
JavaScript
presentations for busy messy hackers
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-presentationCreate a new presentation.
$ big-presentation-init all-about-catsServe it so you can view it in a web browser.
$ cd all-about-cats
$ big-presentation-serveConvert a presentation composed in Markdown into serve-able HTML.
$ cd all-about-cats
$ big-presentation-composeThis will convert an index.md file in that presentation directory into an index.html.