mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
12 lines
273 B
Markdown
12 lines
273 B
Markdown
# YunoHost apps package linter
|
|
|
|
Static analyzer that checks for common issues in Yunohost apps
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
git clone https://github.com/YunoHost/package_linter
|
|
cd package_linter
|
|
git clone https://github.com/<organization>/<app>_ynh
|
|
./package_linter.py <app>_ynh
|
|
```
|