meta

package
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Name

func Name(s string) inflect.Name

Name is deprecated, please use github.com/markbates/inflect.Name instead.

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

func New

func New(root string) App

New App based on the details found at the provided root path

func (App) String

func (a App) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL