Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I rename a Play project?

See this pastebin for commands in Play! help, project, and tasks displays.

Is there no other way to rename a project other than creating a new project and copying files over?

like image 221
Meredith Avatar asked Jun 27 '13 19:06

Meredith


2 Answers

You can always edit the project/Build.scala file and change the appName that way. It won't change the directory name for you, but you can do that yourself.

like image 121
damian Avatar answered Nov 06 '22 20:11

damian


For Play Framework 2.2.x you'll be able to specify the project name in the build.sbt file located in the project's root folder.

like image 24
ivavid Avatar answered Nov 06 '22 20:11

ivavid