struct Sherd::Project

Defined in:

project.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(directory : Path) #

[View source]

Instance Method Detail

def bin_directory : Path #

[View source]
def config : Config #

[View source]
def directory : Path #

[View source]
def exec_postinstall? #

Executes the postinstall script, if any.


[View source]
def exec_script(name : String, extra : String | Nil = nil) #

Executes the a script, else raise.


[View source]
def lib_directory : Path #

[View source]
def lock? : Lock | Nil #

[View source]
def verbose : Bool #

[View source]
def verbose=(verbose : Bool) #

[View source]