mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Add link to official and experimental helpers
This commit is contained in:
parent
29ac976ba0
commit
834ac35b96
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ def header(app_path):
|
|||
"YUNOHOST APP PACKAGE LINTER\n", c.END,
|
||||
"App packaging documentation: https://yunohost.org/#/packaging_apps\n",
|
||||
"App package example: https://github.com/YunoHost/example_ynh\n",
|
||||
"Official helpers: https://helpers.yunohost.org\n",
|
||||
"Experimental helpers: https://github.com/YunoHost-Apps/Experimental_helpers\n"
|
||||
"Checking " + c.BOLD + app_path + c.END + " package\n")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue