Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axtloss/vib-plugins

Random vib plugins I made for testing and experimenting
https://github.com/axtloss/vib-plugins

Last synced: about 1 month ago
JSON representation

Random vib plugins I made for testing and experimenting

Awesome Lists containing this project

README

        

# Vib Plugins

Random [vib](https://github.com/vanilla-os/vib) plugins I wrote for testing or experimenting.

## Plugins:
- `shim` A plugin that executes a seperate program and uses the output for the Containerfile. Good for writing plugins that do not compile to .so files such as python. Written in C.
- `pacman` A plugin that generates commands to use the pacman package manager. Written in Go.
- `freebsd-pkg` A plugin that generates commands to use the freebsd `pkg(8)` package manager. Written in Rust.

Each plugin directory contains a readme with more information.