iricigor / EC.IntroModule

This is PowerShell introduction module. It explains advanced functions and CI/CD integrations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EC.IntroModule

Build Status Tests Code Coverage

latest version downloads platforms

Introduction

This is PowerShell introduction module. It explains advanced functions and CI/CD integrations.

How to install

You can install this module from PowerShell Gallery (preferred way) or by cloning GitHub repository. Module is tested both on Windows PowerShell and PowerShell Core and on Windows, Linux and MacOS.

From PSGallery

Find-Module EC.IntroModule -Repository PSGallery | Install-Module -Scope CurrentUser -Force

From GitHub

git clone https://github.com/iricigor/EC.IntroModule.git    # Clone this repository
Import-Module ./EC.IntroModule/EC.IntroModule.psd1 -Force   # Import module

How to use

Here are two commands for quick start with this module:

Get-Command -Module EC.IntroModule # for list of all commands
Get-Command -Module EC.IntroModule | Get-Help | Select Name, Synopsis # for explanation on all commands

Examples

For list of examples, run

Get-Help Get-Square -Examples
Get-Help Get-Cube -Examples

About

This is PowerShell introduction module. It explains advanced functions and CI/CD integrations.


Languages

Language:PowerShell 100.0%