Sha256: b0d8a8ef753e0def99eb47e3911f7d86a3a00049f7dd10c2dd76deffc695f4f3

Contents?: true

Size: 161 Bytes

Versions: 2

Compression:

Stored size: 161 Bytes

Contents

# encoding: utf-8

d 'Create a new Glyph project'
command :init do |c|
	c.action do |global_options,options,args|
		Glyph.run 'project:create', Dir.pwd
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
glyph-0.5.3.1 lib/glyph/commands/init.rb
glyph-0.5.2 lib/glyph/commands/init.rb