I am using sbt console to debug some web application, written with Lift Framework.
Every time running it, I run some commands to initialize framework.
import bootstrap.liftweb.Boot
(new Boot).boot
import ...some frequently used models from my app...
I want sbt to do this boilerplate every time I start it.
How to do this?