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
- Host: GitHub
- URL: https://github.com/vanilla-os/vib-shared-modules
- Owner: Vanilla-OS
- Created: 2024-08-22T21:43:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T22:11:49.000Z (almost 2 years ago)
- Last Synced: 2025-12-12T14:20:09.010Z (6 months ago)
- Topics: hacktoberfest, shared-module, vanillaos, vib, vib-image, vib-module
- Homepage:
- Size: 1000 Bytes
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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.