class Emeralds::Emfile
- Emeralds::Emfile
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
emeralds/emfile/Emfile.crConstructors
Class Method Summary
-
.cspec_dep_does_not_exist
Check if the cspec dependency is defined in the emfile
-
.cspec_exists
Check if cspec is installed
-
.install_deps(deps)
Install a list of dependencies and their own dependencies recursively
- .instance
-
.list(deps)
List a list of dependencies from the emfile.
Instance Method Summary
- #build : String
- #build=(build : String)
- #compile_flags : CompileFlags
- #compile_flags=(compile_flags : CompileFlags)
- #dependencies : Hash(String, String)
- #dependencies=(dependencies : Hash(String, String))
- #dev_dependencies : Hash(String, String)
- #dev_dependencies=(dev_dependencies : Hash(String, String))
- #license : String
- #license=(license : String)
- #name : String
- #name=(name : String)
- #version : String
- #version=(version : String)
Constructor Detail
Class Method Detail
def self.install_deps(deps)
#
Install a list of dependencies and their own dependencies recursively
deps -> The list of dependecies to install