Sha256: 27f401958ea0d81a06667d585b403e83344485427dadeddb6bce0c5a0f00da18
Contents?: true
Size: 280 Bytes
Versions: 13
Compression:
Stored size: 280 Bytes
Contents
# encoding: utf-8 module Middleman module Presentation module Cli # Build presentation class Serve < Base register ServePresentation, 'presentation', 'presentation', 'Serve presentation' default_command :presentation end end end end
Version data entries
13 entries across 13 versions & 1 rubygems