Updated tools.func (markdown)

Michel Roegl-Brunner 2025-05-15 11:53:29 +02:00
parent 9efbf95c36
commit 0cca5b13b2

@ -1,5 +1,7 @@
# This page describes all helper functions defined in `misc/tools.func`
The tools.func file is automatically sourced and can be used in all $APP-install.sh files.
## `install_node_and_modules` Bash Function
This function automates the installation of a specified version of Node.js and a list of global Node modules on a Debian-based system. It ensures the desired Node.js version is installed (replacing any existing version if necessary) and installs or updates specified Node.js global modules.