Sha256: 1f1439861e5133dceaaef7ca79afbb8c57376aefc5b85768bf21f6a174859712

Contents?: true

Size: 266 Bytes

Versions: 3

Compression:

Stored size: 266 Bytes

Contents

# = New Project Wizzard
#
# Creates the directory structure for a new project.
#
#--
# code:
# George Moschovitis  <gm@navel.gr>
#
# (c) 2004 Navel, all rights reserved.
# $Id: new_app.rb 112 2004-10-27 10:59:55Z gmosx $
#++

base_dir = ARGV[0]

%x{
	mkdir root;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nitro-0.3.0 bin/new_app.rb
nitro-0.4.1 bin/new_app.rb
nitro-0.5.0 bin/new_app.rb