Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveSymlinks ¶ added in v0.12.0
ResolveSymlinks takes a path and gets the pointed path if the original one is a symlink.
Types ¶
type App ¶
type App struct { Pwd string `json:"pwd"` Root string `json:"root"` GoPath string `json:"go_path"` Name inflect.Name `json:"name"` Bin string `json:"bin"` PackagePkg string `json:"package_path"` ActionsPkg string `json:"actions_path"` ModelsPkg string `json:"models_path"` GriftsPkg string `json:"grifts_path"` VCS string `json:"vcs"` WithPop bool `json:"with_pop"` WithSQLite bool `json:"with_sqlite"` WithDep bool `json:"with_dep"` WithWebpack bool `json:"with_webpack"` WithYarn bool `json:"with_yarn"` WithDocker bool `json:"with_docker"` WithGrifts bool `json:"with_grifts"` }
App represents meta data for a Buffalo application on disk
Click to show internal directories.
Click to hide internal directories.