:warning: OPEN ALPHA → software is not showready yet
a feature rich utility for MA3 to allow operators to take advantage of LUA easily.
The very limited featureset of the plugin can be directly installed and tested by grandMA3 operators. Just head over the Releases Page and download it from there. Developers can git clone this repository and transpile the plugin by themselves. - see #developers
ma.cli - commandline tools to navigate the consoles cli easily
ma.cli() - opens text input and asks for cmdma.cli("cd /") - parses input and executes the grandma3-cli-tools functionma.cli{"Printf", Version()} - directly executes the grandma3-cli-tools functionma.cli(true) - opens popup over and overma.cli("Fixture 1") - selects Fixture 1ma.ui - UI Tools to build great user experiences with e.g. Layout Views
ma.ui.gotoSequ(display_handle, 1) - spawns Goto Popup for Sequ 1ma.op - easy to integrate tools for MA3 Operatorsma.cfg - configuration helper functions (not developed yet)ma.utils - generic helper ulilities mostly for internal use
ma.utils.dump(table) - returns string to allow for printing tablesma.loop - a main event loop kind of aproach to hook functions into for repeated execution. (not developed yet)The dependencies can be either installed by npm installing them or git cloned and npm linked manually to also be able to incorporate changes in those dependencies. To make grandma3-cli-tools work, you need
as well as grandma3-cli-tools itself. After installing the project with npm install you can optionally link grandMA3-types and grandMA3-tstl-plugin to your project via npm link.
npm run build
As long as the plugin development folder is located in the lib_plugins folder of grandMA3 the plugin can directly be imported like so: 
Copyright (C) Lukas Runge Veranstaltungstechnik
This project is licensed under the GNU Lesser General Public License v3.0 or later (LGPL-3.0-or-later). See COPYING.LESSER and COPYING for the full license texts.