PositionMakerCli 0.1.2

dotnet tool install --global PositionMakerCli --version 0.1.2
                    
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 PositionMakerCli --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PositionMakerCli&version=0.1.2
                    
nuke :add-package PositionMakerCli --version 0.1.2
                    

Position Maker CLI

A command line tool to generate position data for testing linking algorithms.

Table of Contents

Installation

To install Position Maker CLI as a .NET tool, follow these steps:

  1. Ensure you have the .NET SDK installed on your system. You can download it from https://dotnet.microsoft.com/download.

  2. Open a terminal or command prompt.

  3. Run the following command to install Position Maker CLI as a global tool:

    dotnet tool install --global PositionMakerCli
    

    If you prefer to install it as a local tool instead, navigate to your project directory and run:

    dotnet new tool-manifest # if you haven't created a manifest yet
    dotnet tool install --local PositionMakerCli
    
  4. After installation, you can run the tool using:

    position-maker
    

    Or if installed locally:

    dotnet tool run position-maker
    
  5. To update the tool to the latest version, use:

    dotnet tool update --global PositionMakerCli
    

    Or for a local tool:

    dotnet tool update --local PositionMakerCli
    

Note: Make sure your PATH environment variable includes the .NET global tool directory to run global tools directly.

Usage

position-maker --count 1000 --directory ".\positions" --filenameTemplate "positions_{Side}_{Count}.json"

License

This project is licensed under the MIT License. See the LICENSE file for more details.

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
0.1.2 192 10/7/2024
0.1.1 161 10/7/2024
0.1.0 170 10/7/2024