Manos and MonoDevelop
How to develop web applications with Manos and MonoDevelop, in 10 easy steps:
manos --init MyProjectcd MyProject/mkdir lib/ src/ doc/- start MonoDevelop
- create solution “MyProject” in src/
mv *.cs src/MyProject/MyProject- add Manos .dll files as dependencies
- set project to .NET 4.0
- Now you can compile/edit/do whatever you want to do with the project.
manos --server -a=src/MyProject/MyProject/bin/Debug/MyProject.dll
That’s all. Easy, wasn’t it?
I am currently using Manos to implement a REST API for the MyMediaLite recommender system library, and will report about it as soon as there is something significant to report about.