Skip to content

JensGJ/K2Utils

Repository files navigation

K2Utils

Build Status

Description

PowerShell functions to help using and administering K2 Workflow Platform

Authored by Jens Gyldenkærne Jensen

Installing

The easiest way to get K2Utils is using the PowerShell Gallery!

Inspecting the module

Best practice is that you inspect modules prior to installing them. You can do this by saving the module to a local path:

PS> Save-Module -Name K2Utils -Path <path>

Installing the module

Once you trust a module, you can install it using:

PS> Install-Module -Name K2Utils

Updating K2Utils

Once installed from the PowerShell Gallery, you can update it using:

PS> Update-Module -Name K2Utils

Uninstalling K2Utils

To uninstall K2Utils:

PS> Uninstall-Module -Name K2Utils

Contributing to K2Utils

Interested in contributing? Read how you can Contribute to K2Utils

This project maintains a Code of Conduct that establishes how the project is governed and how everyone involved is expected to behave. You can report unacceptable behavior to [email protected].

Release History

A detailed release history is contained in the Change Log.

License

K2Utils is provided under the MIT license.

About

PowerShell Module for K2 Workflow functions

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published