DDK 1.0.0

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

Contributors Forks Stargazers Issues MIT License LinkedIn .NET Core

About The Project

  • Define aliases for your project commands (e.g. docker-compose commands)

Built With

Getting Started

Prerequisites

All you need to do is install the .NET Core 3.1 Runtime or for developing the tool the .NET Core 3.1 SDK

Installation

NuGet
  1. Use NuGet to install the tool globally
    dotnet tool install --global DDK --version 1.0.0
    
Build it yourself
  1. Clone the repo
    git clone https://github.com/Tim-Koertgen/DDK.git
    
  2. Open the project in Visual Studio and press F5 to build
Download a release build

Head over to the releases page to get the latest version of the tool

Usage

The config file needs to be placed in the project / execution directory of the DDK tool.

Example config file

{
  "groups": {
    "docker": {
      "version": {
        "commands": [
          "docker-compose --version",
          "docker --version"
        ],
        "description": "Displays docker-compose and docker version information"
      }
    }
  }
}

Defined commands can be executed by adding the command key name as first parameter (e.g. "version" if you use the example config file).

DDK version

Documentation is in progress

Roadmap

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Tim Körtgen - @SirPhoeniix - tim.koertgen@outlook.de

Project Link: https://github.com/Tim-Koertgen/DDK

Product 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.  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. 
.NET Core netcoreapp3.1 is compatible. 
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
1.0.0 514 4/12/2022