Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mstksg/get-package

Github action for installing packages from OS package managers
https://github.com/mstksg/get-package

Last synced: 8 days ago
JSON representation

Github action for installing packages from OS package managers

Awesome Lists containing this project

README

        

get-package
===========

Download and install packages using OS package manager

Usage:

```yaml
use: mstksg/get-package@v1
with:
brew: brewdep1 brewdep2
apt-get: aptdep1 aptdep2
```

The appropriate package manager will be run on the appropriate OS: `brew` field
will be ignored for `ubuntu` OS, for instance.