I've recently known NuGet and MVCScaffolding ,
So I think it's really good to write a custom scaffolding package for my company to generate some template code,
Then I did it , and It works great,
But in some cases I need a code generator that generate my code Automatically (like custom tool that can generate some code automatically)
I mean I don't want to force users to run command when they change their class,
As I mentioned previously I can do that by a Custom Tool but I want do all of that generation via a single path
Do you think there is any solution to run nuget command from a custom tool or
I don't know any way to runs nuget commands automatically ...
or any other ideas ?? ...