# README
Revel command line tools
Provides the revel
command, used to create and run Revel apps.
- More info at http://revel.github.io/manual/tool.html
Install
go get -u github.com/revel/cmd/revel
New Application
Create a new application
revel new my/app
# Packages
Package harness for a Revel Framework.
Package logger contains filters and handles for the logging utilities in Revel.
This package will be shared between Revel and Revel CLI eventually.
No description provided by the author
No description provided by the author
The command line tool for running Revel apps.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
BuildDate latest commit/release date.
MinimumGoVersion minimum required Go version for Revel.
Version current Revel Command version.