Hi all, this is a very speculative exploration, but I thought it might be worth doing in the open, since I'd wager most of us have wished plugins would autoreload (any maybe even re-run) during development.
I've made a branch here, which for now, is meant to get feedback on both the idea and the approach.
It's definitely not fully fleshed out, and comes with limitations at the moment, including:
- Doesn't support Windows yet
- Probably doesn't support panels (currently in prerelease)
- Various rough edges (still an early idea)
https://github.com/AdobeXD/xdpm/tree/osa
Usage:
$ xdpm watch -r -u "Create Rectangle" -x "Create Rectangle"
Where:
-r = autoreload
-u [command name] = autoundo, if last action matches the command name passed
-x [command name] = autoexecute
Hi all, this is a very speculative exploration, but I thought it might be worth doing in the open, since I'd wager most of us have wished plugins would autoreload (any maybe even re-run) during development.
I've made a branch here, which for now, is meant to get feedback on both the idea and the approach.
It's definitely not fully fleshed out, and comes with limitations at the moment, including:
https://github.com/AdobeXD/xdpm/tree/osa
Usage:
Where:
-r= autoreload-u [command name]= autoundo, if last action matches the command name passed-x [command name]= autoexecute