struct Sherd::Config

Defined in:

config.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(package : Package, authors : Hash(String, String) | Nil, dependencies : Hash(String, DependencyMetadata) | Nil, dev_dependencies : Hash(String, DependencyMetadata) | Nil, scripts : Hash(String, String) | Nil) #

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

[View source]
def self.new(data : IO | String) #

[View source]

Class Method Detail

def self.file(directory : Path) #

[View source]

Instance Method Detail

def authors : Hash(String, String) | Nil #

[View source]
def build(io : IO) #

[View source]
def build : String #

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

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

[View source]
def package : Package #

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

[View source]