From cdb67e5294a7c85dbb69aa83f1c090b2c0e1dc22 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Tue, 8 Mar 2016 18:21:41 +0100 Subject: [PATCH] Update packaging_apps_helpers.md --- packaging_apps_helpers.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/packaging_apps_helpers.md b/packaging_apps_helpers.md index c61640b3..600ed44e 100644 --- a/packaging_apps_helpers.md +++ b/packaging_apps_helpers.md @@ -1,11 +1,21 @@ Application packaging ### Helpers +It's recommended to use helpers. +#### Shell +From YunoHost 2.4, [shell helpers](https://github.com/YunoHost/yunohost/tree/unstable/data/apps/helpers.d) are available. + +To use them, you need to add following lines in the shell scripts: +```bash +# Source app helpers +. /usr/share/yunohost/apps/helpers +``` +
+ +#### Moulinette The CLI [moulinette](/moulinette) provides a few tools to make the packager's work easier: -
- ```bash sudo yunohost app checkport ```