package
0.20.2
Repository: https://github.com/magoo/cmd.git
Documentation: pkg.go.dev

# Functions

Build the app: 1.
NewApp returns app instance with binary path in it.
NewAppCmd returns the AppCmd with parameters initialized for running app.
NewHarness method returns a reverse proxy that forwards requests to the given port.

# Constants

No description provided by the author
RevelRoutesTemplate template for app/conf/routes.
RevelMainTemplate template for app/tmp/main.go.

# Structs

App contains the configuration for running a Revel app.
AppCmd manages the running of a Revel app server.
Harness reverse proxies requests to the application server.

# Type aliases

No description provided by the author