Rankser 1.0.2
See the version list below for details.
dotnet tool install --global Rankser --version 1.0.2
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Rankser --version 1.0.2
#tool dotnet:?package=Rankser&version=1.0.2
nuke :add-package Rankser --version 1.0.2
rankser
Simple document (pdf, docx, pptx, txt) search ranking (sum of weightages) based on provided keywords with corresponding weightages
INSTALLATION
PRE-REQ: .NET Core SDK
dotnet tool install -g --no-cache --ignore-failed-sources rankser
<br />
dotnet tool update -g --no-cache --ignore-failed-sources rankser
<br />
dotnet tool uninstall -g rankser
If the Tool is not accessible post installation, add
%USERPROFILE%\.dotnet\tools
to the PATH env-var.If you get an error stating Failed to create shell shim for tool 'rankser': Command 'rankser' conflicts with an existing command from another tool, run:
del %USERPROFILE%\.dotnet\tools\rankser.exe
usage
Download Rankser.json to
%USERPROFILE%\Documents
UpdateRankser.json
Run rank
<any alternate-path to rankser.json>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
This package has no dependencies.