SliceCraft

SliceCraft commands for generating, previewing and delivering a project.

Download the latest gemfile in the downloads section, then run gem install /.[gemfile name] in your console to install the gem.

Commands

slicecraft new [projectname]

Creates a new project folder with middleman template in your current folder.

slicecraft preview

Run this in your project folder to create a preview and upload it to the server.

slicecraft deliver

Run this in your project folder to deliver the project, a zip of the build and source is uploaded to the server.