This is an example project for Jmm.
jmm get github.com/jminusminus/jmmexample
The following jmm commands will setup up a Jmm workspace, pull down the code for this project, test it, install it and then run it.
mkdir ./jmmtest
cd ./jmmtest
jmm here .
jmm get github.com/jminusminus/simplebdd
jmm get github.com/jminusminus/jmmexample
jmm test ./src/github/com/jminusminus/jmmexample
jmm install ./src/github/com/jminusminus/jmmexample
jmmexample
import github.com.jminusminus.jmmexample.Helloworld;
Return a congratulations message.