Todos Nuevo

user:thomas gists creados por el usuario

title:mygist gists con el título indicado

filename:myfile.txt gists que contienen archivos con el nombre indicado

extension:yml gists que contienen archivos con la extensión indicada

language:go gists que contienen archivos con el lenguaje indicado

topic:homelab gists with given topic

Registrarse

Iniciar sesión

Todos Nuevo Registrarse Iniciar sesión

Todos los gists

Recientemente creado
Menos reciente creado
Recientemente actualizado
Menos reciente actualizado

weehong / .NET Clean Architecture Scaffolding

0 gustos
0 bifurcaciones
4 archivos
Última actividad 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
Siguiente Anterior

Desarrollado por Opengist ⋅ Load: 32ms⋅

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