Method: VMC::Cli::Framework.detect_framework_from_zip
- Defined in:
- lib/cli/frameworks.rb
.detect_framework_from_zip(zip_file, available_frameworks) ⇒ Object
161 162 163 164 |
# File 'lib/cli/frameworks.rb', line 161 def detect_framework_from_zip(zip_file, available_frameworks) contents = ZipUtil.entry_lines(zip_file) detect_framework_from_zip_contents(contents, available_frameworks) end |