My TagoIO implementation involves numerous custom payload parsers, analysis scripts and custom widgets. In all of these cases, code is cut & pasted from an external source into the respective Tago editors and saved.
While this works, it’s fairly clunky as any source control must be implemented externally.
Is there a recommended best practice for implementing conventional source control (e.g. git) for custom scripts & code used by TagoIO?
As you can see, all Analysis scripts are hosted there. You can use this repository as a starting point to structure your own project and manage your code with proper version control.