mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
14 lines
334 B
Markdown
14 lines
334 B
Markdown
# Auto-README generation
|
|
|
|
Browses all repositories in YunoHost-Apps organization, and updates `updater.yml` with latest actions versions.
|
|
|
|
### Initial install
|
|
|
|
```
|
|
python3 -m venv venv
|
|
source venv/bin/activate
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
This script requires a `.github_token` file with a token with public.repo permission.
|
|
|