Sha256: 68d1577a5a259d7d3aa2b34dd9aa0324107d5e330aef38d0da70f8fab7b06c99
Contents?: true
Size: 331 Bytes
Versions: 5
Compression:
Stored size: 331 Bytes
Contents
#!/usr/bin/env ruby # # Created <%= "by #{author} " if author %>on <%= (now = Time.now).year %>-<%= now.month %>-<%= now.day %>. # Copyright (c) <%= now.year %>. All rights reserved. require File.expand_path(File.dirname(__FILE__) + "/../lib/<%= project_name %>") require "<%= bin_name %>/cli" <%= module_name %>::CLI.execute
Version data entries
5 entries across 5 versions & 1 rubygems