TinyFS.Cli 0.0.2

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

TinyFS.Cli

This holds the CLI functionality for TinyFS.

Please see the TinyFS project for better instructions on how to setup your local machine.

Commands

  • Generate new package - run ./pack.ps1
  • Install as local tool from source - dotnet tool install --local --add-source .\bin\Release\ TinyFS.Cli
  • Install as global tool from source - dotnet tool install --global --add-source .\bin\Release\ TinyFS.Cli
    • If not running from /cli folder, update the .\bin\Release to wherever you *.nupkg is located.
  • Install from nuget - dotnet tool install --global TinyFS.Cli --version 0.0.1
  • Uninstall tool - dotnet tool uninstall -g TinyFS.Cli
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.0.2 224 2/26/2025
0.0.1 214 2/19/2025