# Revel command line tools [![Build Status](https://secure.travis-ci.org/revel/cmd.svg?branch=master)](http://travis-ci.org/revel/cmd) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/revel/cmd)](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 ```