SpongeBob 1.2.0

dotnet add package SpongeBob --version 1.2.0
NuGet\Install-Package SpongeBob -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SpongeBob" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpongeBob --version 1.2.0
#r "nuget: SpongeBob, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SpongeBob as a Cake Addin
#addin nuget:?package=SpongeBob&version=1.2.0

// Install SpongeBob as a Cake Tool
#tool nuget:?package=SpongeBob&version=1.2.0

Features
- Creates a architecture  in Visual Studio(Core, Data, Services)
- Supports scaffolding of services, respositories and viewmodels
- Supports scaffolding of ASP.NET MVC controllers
- Supports scaffolding of ASP.NET WebAPI controllers
- Supports scaffolding of XSockets.NET data sync controllers
- Supports scaffolding of AngularJS real-time data sync

Wiki: https://github.com/codeplanner/SpongeBob/wiki/1.-Home

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 3,266 11/5/2015

Updated to T4Scaffolding that work in VS2013/2015 from David Douglas Anderson (https://github.com/processedbeets)