https://github.com/fatihtatoglu/aloe-vera
https://github.com/fatihtatoglu/aloe-vera
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fatihtatoglu/aloe-vera
- Owner: fatihtatoglu
- License: mit
- Created: 2021-04-07T08:38:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T09:17:58.000Z (over 5 years ago)
- Last Synced: 2023-03-03T23:33:38.203Z (over 3 years ago)
- Language: PowerShell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```