Building the source code:
py build.py plugin -n {plugin_name} -p {plugin_files_path}Run the tests in asolation:
py test.py plugin -n {plugin_name} -p {plugin_files_path}Compress build:
py compress.py plugin -n {plugin_name} -p {plugin_files_path}Resulting packaged build can be found at {plugin_files_path}/Package