-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed