first commit

This commit is contained in:
ericgaspar
2021-08-25 17:42:59 +02:00
commit b24e636395
18 changed files with 1935 additions and 0 deletions

26
scripts/_common.sh Normal file
View File

@ -0,0 +1,26 @@
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
#pkg_dependencies="redis-server"
nodejs_version=15
# dependencies used by the app
#pkg_dependencies="redis-server"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================