This package has been deprecated

Author message:

biggie's CLI functionality is now in the big-presentation module - try it out instead

biggie

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i biggie

Weekly Downloads

3

Version

0.0.1

License

BSD

Last publish

Collaborators

  • tmcw