Skip to content

ryanjblajda/q-sys_plugin_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q-SYS Plugin Template

Build Tasks

use the default build task to take your parts and create a singular .qplug plugin

you have a few options for semantic versioning

  • major
  • minor
  • patch
  • build

Output .qplug

youll find the compiled plugin in the /output/ folder after running the build task

Modules

you can separate your logic out into flat lua files in the /modules folder, these can be added using require('filenamewithoutextension')

if you want to further separate into folders, you would need to do the following for any folder within /modules

require('folder/somefilenamewithoutextension)

About

generates a q-sys plugin from lua template files and supports separating runtime logic into separate folders and files, akin to traditional development

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors