Versions in this module Expand all Collapse all v1 v1.3.1 Aug 18, 2019 v1.3.0 Aug 18, 2019 Changes in this version + type Directory struct + Path string + func Make(path string) (Directory, error) + func (dir Directory) Exists() bool + func (dir Directory) IsFresh() bool + func (dir Directory) IsProject() bool + func (dir Directory) IsTemplate() bool + func (dir Directory) ProjectPath() string + func (dir Directory) ReadFile(file string) ([]byte, error) + func (dir Directory) ReadTemplateManifest() ([]byte, error) + func (dir Directory) TemplatePath() string