0.0.1 • Published 9 years ago
biggie v0.0.1
biggie

biggie is the last mile of big. It turns Markdown into slides, and slides into a website, and even posts it online for you with the magic of bl.ocks.org and Gist.
cli
You can use biggie basically from the command line as an npm module:
npm install -g biggie
echo "# hi" | biggie > index.htmlPipe it into browser or bcat to just view it in a browser immediately.
develop
git@github.com:tmcw/biggie.gitThen dependencies
npm installTo start a server, run
npm startTo bake js/site.js for static serving, run
npm run-script makeSee Also
- killercup's fork (src) adds localStorage backup, code highlighting, and style tweaks.
license
Public Domain or equivalent (CC0 internationally)