This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lua:structure [2018/07/06 08:52] veera |
lua:structure [2018/12/12 14:14] (current) veera [How to structure your Trisul Lua apps] |
||
---|---|---|---|
Line 4: | Line 4: | ||
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 ===== |