0.0.1 • Published 8 years ago

biggie v0.0.1

Weekly downloads
3
License
BSD
Repository
github
Last release
8 years ago

biggie

npm.io

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.html

Pipe it into browser or bcat to just view it in a browser immediately.

develop

git@github.com:tmcw/biggie.git

Then dependencies

npm install

To start a server, run

npm start

To bake js/site.js for static serving, run

npm run-script make

See Also

license

Public Domain or equivalent (CC0 internationally)