Calabonga.Commandex.Shell.Develop.Template
1.0.0-beta.2
See the version list below for details.
dotnet new install Calabonga.Commandex.Shell.Develop.Template::1.0.0-beta.2
Calabonga.Commandex.Shell.Develop
Description
This is a Developer version of the Command Executer (Calabonga.Commandex
). Witch is created to runs commands of any type for any purposes. For example, to execute a stored procedure or just to copy some files to some destination. And so on...
What is Calabonga.Commandex
It's a complex solution with a few repositories:
Calabonga.Commandex.Shell → Command Executer or Command Launcher. To run commands of any type for any purpose. For example, to execute a stored procedure or just to copy some files to some destination.
Calabonga.Commandex.Commands → Commands for Calabonga.Commandex.Shell that can execute them from unified shell.
Calabonga.Commandex.Shell.Develop.Template → This is a Developer version of the Command Executer (
Calabonga.Commandex
). Witch is created to runs commands of any type for any purposes. For example, to execute a stored procedure or just to co…Calabonga.Commandex.Engine → Engine and contracts library for Calabonga.Commandex. Contracts are using for developing a modules for Commandex Shell.
How to install template
Nothing is simpler then install this template. Just execute command in powershell
:
dotnet new install Calabonga.Commandex.Shell.Develop.Template
How to use
This application can only test your Command for Commandex, but almost in a real conditions. How? Please do a few simple steps:
- Please implement a
ICommandexCommand
interface in WPF Class Library project and add reference toCalabonga.Commandex.Shell.Develop
. - Register your
ICommandexCommand
implementation in theDependencyContainer.cs
. - Inject your command implementation into
MainWindowsViewModel
asICommandexCommand
. - Use your injected instance in
ExecuteAsync()
method to execute command. - If you everything do correctly, than after button click on the form your command will come executed.
Ingredients
WPF, MVVM, CommunityToolkit, etc.
Versions history
v1.0.0-beta.1 2024-08-01
- First commit
-
net8.0
- 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 |
---|---|---|
2.1.2 | 45 | 1/11/2025 |
2.0.0 | 98 | 11/19/2024 |
2.0.0-beta.1 | 47 | 11/19/2024 |
1.4.2 | 104 | 11/12/2024 |
1.4.1 | 105 | 11/1/2024 |
1.3.0 | 103 | 10/12/2024 |
1.2.0 | 96 | 10/9/2024 |
1.0.0 | 98 | 9/30/2024 |
1.0.0-rc.17 | 65 | 9/28/2024 |
1.0.0-rc.16 | 93 | 9/16/2024 |
1.0.0-rc.15 | 68 | 9/14/2024 |
1.0.0-rc.13 | 69 | 9/13/2024 |
1.0.0-rc.11 | 62 | 9/11/2024 |
1.0.0-rc.10 | 62 | 9/11/2024 |
1.0.0-rc.9 | 71 | 9/7/2024 |
1.0.0-rc.7 | 65 | 9/5/2024 |
1.0.0-rc.6 | 63 | 9/4/2024 |
1.0.0-rc.5 | 88 | 8/20/2024 |
1.0.0-rc.4 | 85 | 8/16/2024 |
1.0.0-rc.3 | 85 | 8/15/2024 |
1.0.0-beta.15 | 75 | 8/8/2024 |
1.0.0-beta.12 | 62 | 8/7/2024 |
1.0.0-beta.11 | 42 | 8/5/2024 |
1.0.0-beta.9 | 39 | 8/5/2024 |
1.0.0-beta.8 | 45 | 8/4/2024 |
1.0.0-beta.7 | 46 | 8/2/2024 |
1.0.0-beta.6 | 42 | 8/2/2024 |
1.0.0-beta.5 | 52 | 8/1/2024 |
1.0.0-beta.2 | 55 | 8/1/2024 |
1.0.0-beta.1 | 57 | 8/1/2024 |