Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.
454
stars
61
forks
source link
Improvements to manostool #100
Closed
toptensoftware closed 13 years ago
I've made some improvements to manostool.... mostly to support my Mvc framework, but I think generally useful:
Ability to specify a layout name for the init command eg:
manostool --init MyProject --layout mvc
Improved server command with ability to set document root: (useful when launching from Visual Studio)
manostool --server --docroot c:/myfolder
Improved server command with ability to launch browser after starting server
manostool --server --browse:/Home/Index
Improved build command to allow specifying additional referenced assemblies in the manos.config file
[manos] ReferencedAssemblies=System.Core.dll Microsoft.CSharp.dll Manos.Mvc.dll
https://github.com/toptensoftware/manos/commit/b3a481b2dbdfc8b23ef076e8ca1c60d702434786