Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Revel command-line tool


May 15, 2021 Revel


Table of contents


Build and Run

In order to use Revel, you must build the Revel command line tool:

$ go get github.com/revel/revel/revel

Now run it:

$ bin/revel
~
~ revel! http://revel.github.com/revel
~
usage: revel command [arguments]

The commands are:

    new         create a skeleton Revel application
    run         run a Revel application
    build       build a Revel application (e.g. for deployment)
    package     package a Revel application (e.g. for deployment)
    clean       clean a Revel application's temp files
    test        run all tests from the command-line

Use "revel help [command]" for more information.

For the meaning of each command, see the tool's built-in help features.