jacksonh / manos

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.
Other
455 stars 61 forks source link

Improvements to manostool #100

Closed toptensoftware closed 13 years ago

toptensoftware commented 13 years ago

I've made some improvements to manostool.... mostly to support my Mvc framework, but I think generally useful:

  1. Ability to specify a layout name for the init command eg:

    manostool --init MyProject --layout mvc

  2. Replace $APPNAME in cshtml, sln, csproj and .user files
  3. New replacement variable $MANOSDIR
  4. Improved server command with ability to set document root: (useful when launching from Visual Studio)

    manostool --server --docroot c:/myfolder

  5. Improved server command with ability to launch browser after starting server

    manostool --server --browse:/Home/Index

  6. 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

toptensoftware commented 13 years ago

Resent as a pull request, closing issue.