Sha256: 23453103db275138b53db52fa301a87f4dd4377332f247f5c044d31f69aabe91
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 Build < Base register BuildPresentation, 'presentation', 'presentation', 'Build presentation' default_command :presentation end end end end
Version data entries
13 entries across 13 versions & 1 rubygems