PositionMakerCli 0.1.2
dotnet tool install --global PositionMakerCli --version 0.1.2
dotnet new tool-manifest
dotnet tool install --local PositionMakerCli --version 0.1.2
#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:
Ensure you have the .NET SDK installed on your system. You can download it from https://dotnet.microsoft.com/download.
Open a terminal or command prompt.
Run the following command to install Position Maker CLI as a global tool:
dotnet tool install --global PositionMakerCliIf 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 PositionMakerCliAfter installation, you can run the tool using:
position-makerOr if installed locally:
dotnet tool run position-makerTo update the tool to the latest version, use:
dotnet tool update --global PositionMakerCliOr 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 | Versions 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. |
This package has no dependencies.