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

https://github.com/star2000/scoop-ext-laragon

Manage laragon app from scoop
https://github.com/star2000/scoop-ext-laragon

laragon powershell powershell-module scoop

Last synced: 10 months ago
JSON representation

Manage laragon app from scoop

Awesome Lists containing this project

README

          

# scoop-ext-laragon

![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/laragon)
![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/laragon)

Manage [laragon](https://laragon.org) app from [scoop](https://scoop.sh).

## install

### use scoop

```powershell
scoop install 'https://raw.githubusercontent.com/star2000/scoop-ext-laragon/master/scoop-ext-laragon.json'
```

### use nuget

```powershell
inmo laragon -Scope CurrentUser
```

## example

- inla is short for Install-LaragonApp.
- unla is short for Uninstall-LaragonApp.

```powershell
# Install the latest version of mariadb
inla mariadb

# Install the specified version
inla nginx@1.16.1

# Uninstall apache
unla apache
```