Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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"`
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.