I have a project consisting of few projects (one MVC Application and 3 class libraries for business logic and data access). I am new to building scaffolding extension and was wondering if I can create a Custom Scaffolder which can generate
- Controller, ViewModel and Views in my MVC Application Project
- Add some files and folders in Other Projects, that are of type Class Library.
Until now, I have achieved the 1st target (it was fairly easy) but I am unable to find any method to add files to other projects.
I was wondering if there is no direct way of doing it, maybe I can just navigate to the folders in the directories of other projects and create the files. Then include them in my project manually.
P.S. I am using the basic scaffolder template by SideWaffle
Thanks for all the answers in advance.