package_linter/README.md

13 lines
273 B
Markdown
Raw Normal View History

# YunoHost apps package linter
2016-01-25 12:52:18 +01:00
2021-05-23 16:32:54 +02:00
Static analyzer that checks for common issues in Yunohost apps
2016-01-25 12:52:18 +01:00
2017-01-27 22:04:34 +01:00
## Usage
2016-01-25 12:52:18 +01:00
2016-11-25 16:24:03 +01:00
```bash
git clone https://github.com/YunoHost/package_linter
cd package_linter
2021-05-23 16:32:54 +02:00
git clone https://github.com/<organization>/<app>_ynh
./package_linter.py <app>_ynh
2016-01-25 12:52:18 +01:00
```