Skip to content

iricigor/SE.IntroModule

Repository files navigation

SE.IntroModule

Build status latest version downloads

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.

From PSGallery

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

From GitHub

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

How to use

Here are two commands for quick start with this module:

Get-Command -Module SE.IntroModule # for list of all commands
Get-Command -Module SE.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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published