Add link to official and experimental helpers

This commit is contained in:
Jean-Baptiste Holcroft 2018-05-26 20:42:14 +02:00
parent 29ac976ba0
commit 834ac35b96

View file

@ -30,6 +30,8 @@ def header(app_path):
"YUNOHOST APP PACKAGE LINTER\n", c.END, "YUNOHOST APP PACKAGE LINTER\n", c.END,
"App packaging documentation: https://yunohost.org/#/packaging_apps\n", "App packaging documentation: https://yunohost.org/#/packaging_apps\n",
"App package example: https://github.com/YunoHost/example_ynh\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") "Checking " + c.BOLD + app_path + c.END + " package\n")