mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-12 19:15:12 +00:00
24 lines
623 B
Markdown
24 lines
623 B
Markdown
# Revel command line tools
|
|
|
|
[](http://travis-ci.org/revel/cmd)
|
|
[](LICENSE)
|
|
[](https://goreportcard.com/report/github.com/revel/cmd)
|
|
|
|
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 -u github.com/revel/cmd/revel
|
|
```
|
|
|
|
New Application
|
|
-------------
|
|
|
|
Create a new application
|
|
```commandline
|
|
revel new my/app
|
|
```
|