Sherd::Config
Inherits Struct < Value < Object
Constructors
new(package : Package, authors : Hash(String, String) | Nil, dependencies : Hash(String, DependencyMetadata) | Nil, dev_dependencies : Hash(String, DependencyMetadata) | Nil, scripts : Hash(String, String) | Nil)
Sourcenew(directory : Path)
Sourcenew(data : IO | String)
SourceClass methods
file(directory : Path)
SourceInstance methods
authors
Sourcebuild(io : IO)
Sourcebuild
Sourcedependencies
Sourcedev_dependencies
Sourcepackage
Sourcescripts
Source