145
Spiderly is an open-source boilerplate code generator that transforms your EF Core model into a fully customizable .NET (C#) and Angular web application. This tool is designed to streamline development by automatically updating all boilerplate code as your model evolves.
Key features include:
CRUD Generation: For each EF Core entity, Spiderly creates CRUD UI, API client, controllers, and service methods for seamless database interaction.
API Client: Generates an Angular service class with methods that match your .NET controllers, ensuring strongly typed parameters and responses.
Shared Validations: Generates .NET FluentValidation rules and matching Angular reactive form validators, keeping both sides in sync.
DTO and TypeScript Classes: Generates C# partial DTO classes and matching Angular TypeScript classes with strongly typed constructors.
App Starter: Sets up the .NET (C#) and Angular app template with built-in support for authentication, authorization, emailing, logging, and more.
Spiderly enhances development speed by skipping repetitive coding tasks, allowing you to focus on building core features instead of boilerplate. It ensures consistency by applying industry standards and best practices, reducing human error and improving maintainability. With Spiderly, you can focus on the core business logic that truly matters, while the tool handles the scaffolding.
Built with