struct Sherd::Shards::Config

Included Modules

Defined in:

shards/config.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(directory : Path) #

[View source]

Class Method Detail

def self.file(directory : Path) #

[View source]

Instance Method Detail

def authors : Array(String) | Nil #

[View source]
def dependencies : Hash(String, Hash(String, String)) | Nil #

[View source]
def description : String | Nil #

[View source]
def development_dependencies : Hash(String, Hash(String, String)) | Nil #

[View source]
def license : String | Nil #

[View source]
def name : String #

[View source]
def scripts : Hash(String, String) | Nil #

[View source]
def targets : Hash(String, Hash(String, String)) | Nil #

[View source]
def to_sherd : Sherd::Config #

[View source]
def version : String #

[View source]