UNPKG

quiver2html

Version:

A utility to convert a Quiver notebook or note to HTML.

24 lines (15 loc) 327 B
quiver2html =========== A utility to convert a Quiver notebook or note to HTML. ## Installation Install quiver2html using npm: ```bash $ [sudo] npm install -g quiver2html ``` ## Usage ```bash quiver2html test.qvnotebook -o output_dir quiver2html test.qvnote -o output_dir ``` ## License Released under the MIT license.