0.2.2 • Published 11 years ago
quiver2playground v0.2.2
quiver2playground
A utility to convert a Quiver notebook or notes to Xcode 6 playground files.
Installation
Install quiver2playground using npm:
$ [sudo] npm install -g quiver2playgroundUsage
quiver2playground test.qvnotebook -o output_dir -p ios
quiver2playground test.qvnote -o output_dir -p osxYou can specify which platform's frameworks can be imported in the playground files with the --platform or -p option. Choices are ios and osx.
License
Released under the MIT license.