This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lua:structure [2018/07/06 08:52] veera created |
lua:structure [2018/12/12 14:14] (current) veera [How to structure your Trisul Lua apps] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | How to structure your Trisul Lua apps | + | ====== How to structure your Trisul Lua apps ====== |
A typical LUA app may contain several *.lua files some of them contain Trisul API and some others are supporting helpers. | A typical LUA app may contain several *.lua files some of them contain Trisul API and some others are supporting helpers. | ||
- | Check out the trisulnsm/apps repository to see how we have structured our apps. | + | Check out the [[https://github.com/trisulnsm/apps/tree/master/analyzers|trisulnsm/apps]] repository to see how we have structured our apps. |
- | ====== Use a helpers subdirectory ====== | + | ===== Use a helpers subdirectory ===== |