12 lines
217 B
Markdown
Executable File
12 lines
217 B
Markdown
Executable File
# 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
|
|
```
|