ScaffR is a code automation and scaffolding framework, written in powershell, that gives you more flexibility to deliver richer NuGet packages.
Feel free to ask questions to [email protected].
ScaffR was designed to reduce the amount of boilerplate code that developers have to produce. When you use ScaffR, you develop with c# and T4, compose your application with powershell, and deliver it with NuGet. You don't need to store the generated files in source control, just the instructions of how the application is constructed.
Does this work? Yes.
ScaffR takes full advantage of the following technologies:
- NuGet
- Powershell
- T4Scaffolding
- Visual Studio DTE
You can use either the low-level ScaffR libraries, or the high level libraries, depending on how you wish to use ScaffR.
To use the low-level libraries, you just need to install the core package
install-package ScaffR.Core
The high-level package uses the low-level packages and builds more complicated architectural patterns.
install-package ScaffR