thedavecarroll / PSTemperature

A simple PowerShell binary module used for conversion between Celsius, Fahrenheit, and Kelvin temperatures. Rankine temperature scale support is provided via PowerShell 7 Experimental Features. This module can be used as an example of a PowerShell binary/C# module and for PowerShell 7 Experimental Features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSTemperature

PowerShell binary module used for simple conversion of Celsius, Fahrenheit, Kelvin, and Rankine temperatures.

Experimental Features

Rankine temperature scale support is provided via PowerShell 7 Experimental Features.

About

A simple PowerShell binary module used for conversion between Celsius, Fahrenheit, and Kelvin temperatures. Rankine temperature scale support is provided via PowerShell 7 Experimental Features. This module can be used as an example of a PowerShell binary/C# module and for PowerShell 7 Experimental Features.

License:MIT License


Languages

Language:C# 92.4%Language:PowerShell 7.6%