Mumby0168.CleanArchitecture.Scaffolder 0.0.1-pre7

This is a prerelease version of Mumby0168.CleanArchitecture.Scaffolder.
dotnet tool install --global Mumby0168.CleanArchitecture.Scaffolder --version 0.0.1-pre7
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Mumby0168.CleanArchitecture.Scaffolder --version 0.0.1-pre7
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Mumby0168.CleanArchitecture.Scaffolder&version=0.0.1-pre7&prerelease
nuke :add-package Mumby0168.CleanArchitecture.Scaffolder --version 0.0.1-pre7

CleanArchitecture.Scaffolder

A dotnet cli tool to create a project setup for clean architecture.

Getting Started

Head over and install the package from here or run the command below

dotnet tool install --global Mumby0168.CleanArchitecture.Scaffolder

The next step is to get to know the CLI tool simply run the following command to gain some information on the different commands available.

dnsg --help

This will output the basic commands available for the cli tool.

Commands

dnsg new

This allows you to create a solution from a pre-defined template that are provided with the tool as a default.

Examples

dnsg ./my-sln-directory --root-namespace MyApp

This will create an solution called MyApp.sln in the folder my-sln-directory defined relative to where the command has been run.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.0.1-pre7 1,079 11/29/2021
0.0.1-pre6 144 11/9/2021
0.0.1-pre5 213 11/7/2021
0.0.1-pre4 213 11/7/2021
0.0.1-pre3 215 11/7/2021
0.0.1-pre2 178 11/3/2021