1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
apps/tools/app_generator/templates/_common.sh.j2

14 lines
338 B
Django/Jinja

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
{% if data.use_nodejs -%}
nodejs_version={{ data.nodejs_version }}
{% endif -%}
#=================================================
# PERSONAL HELPERS
#=================================================