Tutti Nuovi

user:thomas utente che ha creato il gist

title:mygist titolo del gist

filename:myfile.txt nome di file nel gist

extension:yml estensione del file nel gist

language:go linguaggio del file nel gist

topic:homelab Gist con l'argomento dato

Registrati

Entra

Tutti Nuovi Registrati Entra

Tutti i gists

Più recente creazione
Meno recente creazione
Più recente aggiornamento
Meno recente aggiornamento

weehong / .NET Clean Architecture Scaffolding

0 mi piace
0 forks
4 files
Ultima volta attivo 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
Più nuovi Più vecchi

Creato da Opengist ⋅ Load: 28ms⋅

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