File-> New Project -> Lift - what would it take? Follow
Hi,
I use the scala plugin with my Lift development and it works great. The one feature I miss is being able to start a new Lift project from the File menu. What I currently do is git clone a starter project I have, rename it and using the idea-sbt plugin I generate a new intelliJ .idea folder with all the correct settings.
Would anyone be able to point me/guide me to how much work it would take to add this feature to the plugin? What I would need besides the normal Scala blank project is the folder src/main/scala/bootstrap/liftweb and the Boot.scala file (This Boot.scala file would need to be some kind of template users could modify to fit their needs.
It would also create the common Lift folders like snippet and comet inside the package name.
Thanks
Diego
Please sign in to leave a comment.