add comprehensive documentation (#9537)

This commit is contained in:
CanbiZ
2025-12-01 13:50:11 +01:00
committed by GitHub
parent 605c11d43f
commit 1294b89fcb
71 changed files with 20793 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# alpine-tools.func Functions Reference
Alpine-specific tool installation functions.
## Core Functions
### apk_update()
Update Alpine package lists.
### apk_add(PACKAGES)
Install Alpine packages.
### apk_del(PACKAGES)
Remove Alpine packages.
### add_community_repo()
Enable Alpine community repository.
### add_testing_repo()
Enable Alpine testing repository.
### Alpine Tool Functions
- `setup_nodejs()` - Alpine Node.js
- `setup_php()` - Alpine PHP
- `setup_mariadb()` - Alpine MariaDB
- `setup_postgresql()` - Alpine PostgreSQL
- (+ more Alpine-specific setups)
---
**Last Updated**: December 2025