I have tried to install SBT on my macbook. When I run it, it doesn\'t ask me for any project definitions (e.g. title) and simply says
[info] Set current pro
As described in the np plugin readme, the required steps would be :
mkdir -p src/{main,test}/scala touch build.sbt && vi build.sbt # fill in the basics (name, organization, version) touch README.md && vi README.md sbt
... start coding