NuGet_Forge 0.0.12
See the version list below for details.
dotnet add package NuGet_Forge --version 0.0.12
NuGet\Install-Package NuGet_Forge -Version 0.0.12
<PackageReference Include="NuGet_Forge" Version="0.0.12" />
paket add NuGet_Forge --version 0.0.12
#r "nuget: NuGet_Forge, 0.0.12"
// Install NuGet_Forge as a Cake Addin #addin nuget:?package=NuGet_Forge&version=0.0.12 // Install NuGet_Forge as a Cake Tool #tool nuget:?package=NuGet_Forge&version=0.0.12
░░░░░░░░░░░░░░░█████▄▄▄▄░░░░░░░░░░░
░░░░░░░▄▄▄▄▄▄▄░░░░░▀▀▀████▄▄░░░░░░░
░░░░░▄███████▀░░░░░░░░░▀▀████▄░░░░░
░░░▄███████▀░░░░░░░░░░░░░░▀████▄░░░
░▄█████████░░░░░░░░░░░░░░░░░▀███▄░░
████████████▄░░░░░░░░░░░░░░░░▀███▄░
░▀███▀▀░░▀█████▄░░░░░░░░░░░░░░████░
░░░▀░░░░░░░▀█████▄░░░░░░░░░░░░████░
░░░░░░░░░░░░░▀▀████▄░░░░░░░░░░████░
░░░░░░░░░░░░░░░░▀████▄░░░░░░░░████░
░░░░░░░░░░░░░░░░░░▀████▄▄░░░░▄████░
░░░░░░░░░░░░░░░░░░░░▀█████▄░▄████▀░
░░░░░░░░░░░░░░░░░░░░░░▀█████████▀░░
░░░░░▄██▄░░░░░░░░░░░░░░░███████▀░░░
░░░▄███████▄▄▄░░░░░░▄▄██████████▄░░
░░▀████▀▀██████████████████▀▀████░░
░░░░▀▀░░░░░▀▀▀████████▀▀▀░░░░░▀▀░░░
BAT/CMD user Interface package for NuGet.exe.
This should be interesting
@echo off
cd %~dp0
echo %cd%
call :menu_03268
PAUSE
exit /b
:menu_03268
setlocal
set _id=0
:menu_03268_begin
set _counter=-1
cls
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
:::::::::::::::::::::::::::::::::::::::::::::::::::
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=))&(echo Exit)
)else (if %_id% EQU %_counter% (echo Exit)&(TIMEOUT /T 2)&(Exit))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=))&(echo nuget spec)
)else (if %_id% EQU %_counter% (nuget spec)&(notepad Package.nuspec))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=))&(echo notepad Package.nuspec)
)else (if %_id% EQU %_counter% (notepad Package.nuspec))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=))&(echo notepad NuGet_Forge_ReadMe.txt)
)else (if %_id% EQU %_counter% (notepad NuGet_Forge_ReadMe.txt))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=))&(echo nuget pack)
)else (if %_id% EQU %_counter% (nuget pack)&(TIMEOUT /T 10))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=))&(echo nuget delete /?)
)else (if %_id% EQU %_counter% (echo nuget delete not provided at oll)&(TIMEOUT /T 10))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=*))&(echo git clone ... for: Sources, Examples, Help)
)else (if %_id% EQU %_counter% (git clone https://github.com/IvanSibirevV2/HowTo_NuGet.git)&(TIMEOUT /T 10))
:::::::::::::::::::::::::::::::::::::::::::::::
if "%1" EQU "Do" (exit /b) else (choice /c ews)
if %ErrorLevel% EQU 1 ((echo e)&(call :menu_03268_begin Do)&(set %ErrorLevel%=0))
if %ErrorLevel% EQU 2 ((echo w)&(set /a _id= %_id%-1)&(set %ErrorLevel%=0))
if %ErrorLevel% EQU 3 ((echo s)&(set /a _id= %_id%+1)&(set %ErrorLevel%=0))
if %_id% LSS 0 set _id=%_counter%
if %_id% GTR %_counter% set _id=0
goto :menu_03268_begin
endlocal
exit /b
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.14 | 301 | 3/2/2023 |
0.0.13 | 319 | 1/23/2023 |
0.0.12 | 423 | 11/27/2022 |
0.0.11 | 440 | 10/12/2022 |
0.0.10 | 469 | 10/12/2022 |
0.0.8 | 424 | 10/12/2022 |
0.0.7 | 445 | 10/12/2022 |
0.0.6 | 460 | 10/12/2022 |
0.0.5 | 441 | 10/12/2022 |
0.0.4 | 444 | 10/12/2022 |
0.0.3 | 400 | 10/12/2022 |
0.0.2 | 450 | 10/22/2021 |
0.0.1 | 373 | 10/21/2021 |
update ReadMe_CMD_BAT_Adapter_Forge from V0.0.11 to V0.0.12
+ Compact CMD UserMenu - this should be more understandable
+ git clone ... for: Sources, Examples, Help - this should be more useable to downloading examples and sources as needed.