Sha256: 8864666ff82c7baaa78b7ef423b80be574f877a1e45d8c8fcf32fde65680c241

Contents?: true

Size: 168 Bytes

Versions: 2

Compression:

Stored size: 168 Bytes

Contents

# encoding: utf-8

GLI.desc '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.1 lib/glyph/commands/init.rb
glyph-0.5.0 lib/glyph/commands/init.rb