poshbotio / PoshBot.DuckDebug

A friendly debugging assistant for PoshBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoshBot.DuckDebug

Rubber duck

A friendly debugging assistant for PoshBot.

Overview

Rubber duck debugging is a method of debugging code by walking through the code and explaining it to a rubber duck. By forcing yourself to explain the problem to someone else (or something) in sufficient detail, you may come upon the solution to the problem naturally.

It may seem odd, but the duck is here to help.

Installation

To install the module from the PowerShell Gallery:

PS C:\> Install-Module -Name PoshBot.DuckDebug -Repository PSGallery

To install the plugin from within PoshBot:

!install-plugin PoshBot.DuckDebug

Commands

  • duck

    Explain the problem to the duck. It wants to help.

About

A friendly debugging assistant for PoshBot

License:MIT License


Languages

Language:PowerShell 100.0%