-
Notifications
You must be signed in to change notification settings - Fork 4
2. Installation
Uffe Björklund edited this page Nov 5, 2015
·
2 revisions
SpongeBob is available on nuget
Visual Studio - Should now work on all versions of Visual Studio since we now use https://www.nuget.org/packages/T4Scaffolding.VS2015/ from David Douglas Anderson (https://github.com/processedbeets)
Install SpongeBob using the Package Manager Console.
Then just type
Install-Package SpongeBob
After the installation you will se 3 new projects
- *.Core
- *.Data
- *.Service
You will also see a CodeTemplates folder in the project you started with. That folders contains all T4-templates and powershell scripts for SpongeBob
Next step add the domain model
