Hello everyone,
I'm in a research of/for a package manager for autoit, as posted in the German AutoIt forum.
What i have in mind:
A simple package/udf manager like Composer (from PHP) or something similar. Controllable over a simple cli tool (ide integration possible) to add/install udfs.
Another approach is a preprocessor directive, here a little example:
; default includes
#Include <Array.au3>
; single include for all external udfs
; this