Sha256: 23851725fd4fdc2a67e644920836947b30b34fea34abdc80bb311447f3bdd6f5
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
#!/usr/bin/env ruby require 'massimo' case ARGV.shift when 'b', 'build' Massimo::Commands::Build when 'g', 'generate' Massimo::Commands::Generate when nil, '-h', '--help', 'help' Massimo::Commands::Help when 's', 'server' Massimo::Commands::Server when '-v', '--version', 'version' Massimo::Commands::Version when 'w', 'watch' Massimo::Commands::Watch else Massimo::Commands::Help end.run
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
massimo-0.7.0 | bin/massimo |