/aloe-vera

Primary LanguagePowerShellMIT LicenseMIT

aloe-vera

Simple powershell library for fast developers.

Install

1.Clone repository

git clone https://github.com/fatihtatoglu/aloe-vera.git

2.Import modules

Import-Module .\<Module_Name>.psm1 

3.Use modules

4.Enjoy 😎

Uninstall

Execute following command

Remove-Module <Module_Name>