mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-14 11:54:40 +00:00
17459d14e6d607f545a6eaad6a82eb64275e0b22
Added code to split the generated main file into two separate files. This allows other code to launch the web application inline.
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
Languages
Go
100%