pdevito3 / craftsman

A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic πŸš€

Home Page:https://wrapt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Craftsman Scaffolds Your Boilerplate!

Craftsman is the workhorse behind the Wrapt framework and provides a suite of CLI commands for quickly scaffolding out new files and projects for your .NET Web APIs with simple CLI commands and configuration files.

Latest Release License


Quickstart

  • Make sure you have the .NET 8 SDK installed, along with EF Core
  • Install the craftsman tool
dotnet tool install -g craftsman
  • Spin up an example project
craftsman new example MyFirstProject

Documentation

For all the documentation on how to use Craftsman, visit wrapt.dev.

Upcoming Features

You can find some highlights below. I have some reminement items in the pipe and I'm working through a deep example project the really dogfood things and will be making updates around my finding from there.

Have a request for something you don't see in the project? Join our discord and let's talk about it!

Some 0.26 highlights

βœ… Primary Constructors

βœ… Updated API Versioning

Some 0.25 highlights

βœ… .NET 8 scaffolding

βœ… Archicture test enhancement

βœ… Remove obsolete BFF commands

βœ… Fix test actions

Some 0.24 highlights

βœ… Logging enhancements and masking

βœ… Dependabot and Github Actions for tests

βœ… string[] support for Postgres

βœ… Value Object property scaffolding

Some 0.23 highlights

βœ… Moq -> NSub

βœ… New GetAll feature

βœ… Hangfire scaffolding

Some 0.22 highlights

βœ… Move from Sieve to QueryKit

βœ… TestContainers updated

βœ… Records for queries and commands and DTOs

βœ… Relationships overhaul

Some 0.21 highlights

βœ… New default error handler middleware (existing still optional)

βœ… Mapster -> Mapperly

Some 0.20 highlights

βœ… Intermediate model to not pass DTOs to domain

βœ… Specification support

Some 0.19 highlights

βœ… Test projects updated to use XUnit

βœ… .NET 7

βœ… Integration tests have better service collection scoping and now have a service collection per test. This makes service mocking possible without clashing with other tests

βœ… Options Pattern Configuration

Some 0.18 highlights

βœ… Environment Service

βœ… Built in Migrations

βœ… Various testing and other improvements

Some 0.17 highlights

βœ… Users and Roles managed in each boundary (AuthN still separate)

βœ… New Email Value Object

βœ… Functional Tests use Docker DB and has other cleanup items

βœ… NextJS template (still a WIP and not documented, but you can find the sandbox for things here and poke through the Craftsman code if you'd like. Can answer questions in out Discord as well.)

Some v0.16 highlights

βœ… Testing Optimizations

βœ… Common Value Object Scaffolding

βœ… Auth Server rewrite with Keycloak

βœ… Move permission guards to feature

βœ… Migrate Automapper to Mapster

Some v0.15 highlights

βœ… Updated CLI command structure

βœ… OpenTelemetry & Jaeger Tracing

βœ… Built in Domain Event support (with unit test scaffolding)

βœ… Moved to Program.cs only format

βœ… Added repository & unit of work abstractions for better testing and validation

βœ… SmartEnum property scaffolding support

Some v0.14 highlights

βœ… Duende BFF scaffolding

βœ… React scaffolding

βœ… Dockerfile and Docker Compose scaffolding

Some v0.13 highlights

βœ… DDD promoted entities (private setters, factory methods, associated fakers)

βœ… Huge permissions upgrade. Significantly simplified setup which resulted in a new library (HeimGuard) that can be used in any .NET project.

βœ… New register:producer command

βœ… Added soft delete capability

βœ… Added Shared Kernel

Some v0.12 highlights

βœ… .NET 6 Scaffolding

βœ… Docker utility updates for integration tests using Fluent Docker 🐳

βœ… add:feature enhancement to add more than just ad-hoc features

βœ… new:example command to generate example projects with associated templates

βœ… Auth Server Scaffolding (In-Memory)

βœ… Auditable entities

Support

If Wrapt and Craftsman are saving you time and helping your projects, consider sponsoring me on Github to support ongoing Wrapt development and make it even better!

Contributing

Time is of the essence. Before developing a Pull Request I recommend opening a new topic for discussion. I also haven't had enough PR interest to take the time and put together a contributing.md, but if you are interested, I will definitely put together a detailed writeup.

Contact Me

Sometimes Github notifications get lost in the shuffle. If you file an issue and don't hear from me in 24-48 hours feel free to ping me on twitter or Discord (pdevito3#4244). We also have own discord channel now for easy contact with me and larger community discussions!

About

A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic πŸš€

https://wrapt.dev

License:MIT License


Languages

Language:C# 100.0%