Sha256: 4176776765b3e66faef12afdeac397ec67f0a9f24de69a6ec02069bd62d0520a
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
#!/usr/bin/env ruby require 'flok' require 'thor' class FlokCLI < Thor desc "new <path>", "Create a new flok project and/or module, you may supply an absolute path or relative, the last entry in the path will be the module name and folder name of the project" def new path Dir.mkdir path end end FlokCLI.start(ARGV)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flok-0.0.1 | bin/flok |