An open API service indexing awesome lists of open source software.

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


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

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# aloe-vera

Simple powershell library for fast developers.

## Install

1.Clone repository

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

2.Import modules

```powershell
Import-Module .\.psm1
```

3.Use modules

4.Enjoy 😎

## Uninstall

Execute following command

```powershell
Remove-Module
```