12 lines
217 B
Markdown
12 lines
217 B
Markdown
![]() |
# 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
|
||
|
------------
|
||
|
```bash
|
||
|
go get github.com/revel/cmd/revel
|
||
|
```
|