Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mstksg/get-package
- Owner: mstksg
- Created: 2019-11-01T00:20:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T19:08:45.000Z (over 1 year ago)
- Last Synced: 2024-10-24T15:42:08.711Z (12 days ago)
- Language: JavaScript
- Size: 575 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.