Sha256: 5455462328d983a1f14b8b88c62df4a5a32cf761aa317d7feafdddc1c9d1705a
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
project_name = $*[1] target_dir = File.join(Dir.pwd, project_name) raise "file or directory #{project_name} already exists" if File.exists?(target_dir) Dir.mkdir project_name
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alfa-0.0.4.pre | lib/alfa/commands/new.rb |
alfa-0.0.2.pre | lib/alfa/commands/new.rb |