doc/packaging_apps_helpers.md
Moul 7897c95750 [enh] packaging_apps_helpers: hide deprecated helpers and update information about new helpers.
- hide deprecated helpers from YunoHost 2.2.
- update information about new helpers from YunoHost 2.4:
 - Add example
 - Link the example app
 - Update link to the helpers repository
2016-05-20 12:08:06 +02:00

2.9 KiB

Application packaging

Shell helpers

Since YunoHost 2.4 release, new shell helpers are available to ease packaging, in particular for common tasks like password generation, MySQL database creation…

Examples are available in the example application. We advise to use them.

You can find them on this repository.

To use them, you need to add following lines in the shell scripts:

# Source app helpers
. /usr/share/yunohost/helpers