class

Meld::Project

Inherits Reference < Object

Constants

PROJECT_FILE = "shard.yml"

Class methods

add(shard_name : String, selector : AddSelector, dev_dependency : Bool = false)
Source
binstubs(shard_name)
Source
exec(cmd)
Source
init
Source
install
Source
remove(shard_name : String)

remove a shard from shard.yml and delete lib/<shard> directory

Source
search(query)
Source
set_metadata(name : String | Nil = nil, version : String | Nil = nil, author : String | Nil = nil, description : String | Nil = nil, crystal_version : String | Nil = nil, license : String | Nil = nil)
Source
update(shard_name = nil)
Source

Nested types