Hi everyone,
I'd like to share a simple tool I've built recently. It is meant to help in the addon development.
github.com/endel/c3addon
It currently supports only 3 commands:
- init (which download and extract the files needed to develop one of the plugin types)
- serve (starts a local server, which you'll use to install the dev addon on Construct 3's Editor)
- pack (zips your plugin in the ".c3addon" format)
The tool is currently very minimal. It can be evolved to support many features, though. Such as managing ACEs somehow.
Any feedback is very welcome! Hope you like it!
Cheers,
Endel