revel / cmd

Command line tools for Revel.
MIT License
62 stars 101 forks source link

`revel new` app name new file path #141

Closed brendensoares closed 6 years ago

brendensoares commented 6 years ago

Due to the many ways to define the app name and location, it can end in an unexpected result.

For example: revel new $GOPATH/myapp would end up in $GOPATH/src/myapp.

To avoid confusion, we SHOULD either:

PS - we'll also need to document the rules how values are handled