SeliseBlocks.CLI 1.0.0-preview.5

This is a prerelease version of SeliseBlocks.CLI.
dotnet tool install --global SeliseBlocks.CLI --version 1.0.0-preview.5
                    
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 SeliseBlocks.CLI --version 1.0.0-preview.5
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SeliseBlocks.CLI&version=1.0.0-preview.5&prerelease
                    
nuke :add-package SeliseBlocks.CLI --version 1.0.0-preview.5
                    

Selise Blocks CLI

Selise Blocks CLI (seliseblocks) is a command-line tool for creating .NET projects from a predefined template.

Features

  • Automates the creation of new .NET projects based on a custom template.
  • Automatically restores and builds the solution.
  • Allows customization of project names.

Prerequisites

  • .NET SDK 8.0 or later
  • Compatible operating system (Windows, macOS, or Linux)

Installation

Install the tool using NuGet:

dotnet tool install --global SeliseBlocks.CLI --version 1.0.0-preview.5

Once installed, confirm the tool is accessible by running:

seliseblocks --version

Create a New Project

seliseblocks new [PROJECT_NAME]

Example

To create a new project named MyNewApp:

seliseblocks new MyNewApp
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
1.0.0-preview.5 285 12/4/2024
1.0.0-preview.4 260 12/3/2024
1.0.0-preview.3 60 11/20/2024
1.0.0-preview.2 251 11/20/2024
1.0.0-preview.1 230 10/28/2024