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

https://github.com/vanilla-os/vib-shared-modules

A central repository for shared vib modules
https://github.com/vanilla-os/vib-shared-modules

hacktoberfest shared-module vanillaos vib vib-image vib-module

Last synced: 4 months ago
JSON representation

A central repository for shared vib modules

Awesome Lists containing this project

README

          

# Vib Shared Modules

A repository containing user submitted vib modules, intended to be used inside vib recipes

A module may contain extra information on how to use it

# Usage
a module can simply be included like this:
```
modules:
- gh:Vanilla-OS/vib-shared-modules:main:/.yml
```

# Submitting new modules

Make a pull request adding your module in its own directory, also add your username and the directory to the CODEOWNERS file

View extra information in the wiki page of this repo

## Note on security

All added modules and their plugins are reviewed by @axtloss before being merged or updated, this ONLY includes the module definitions, there are no guarantees that any software plugins fetch or add are safe.