Todos Novo

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Registrar-se

Entrar

Todos Novo Registrar-se Entrar

Todos os gists

Mais recente criado
Menos recente criado
Mais recente atualizado
Menos recente atualizado

weehong / .NET Clean Architecture Scaffolding

0 curtidas
0 bifurcações
4 arquivos
Última atividade 2 hours ago
CLI scripts to scaffold a .NET solution with standard layers on macOS, Linux, and Windows
1 #!/bin/bash
2
3 # Usage: ./scaffold.sh MyProjectName [slnx|sln] [true|false for packages]
4 # Example: ./scaffold.sh MyCleanApp slnx
5
6 # --- 1. Setup & Validation ---
7 if [ -z "$1" ]; then
8 echo "❌ Please provide a project name."
9 echo "Usage: ./scaffold.sh MyProjectName [slnx|sln]"
10 exit 1
Próximo Anterior

Desenvolvido por Opengist ⋅ Load: 23ms⋅

Português
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文