forked from deephaven/deephaven-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add watch mode to
plugin_builder.py
(deephaven#777)
Fixes deephaven#632 Adds a `--watch` mode to `plugin_builder.py` This goes beyond just editable installs with the goal of automatically running any command that is reasonable to rerun (not config, for example). So this can also be used to rebuild `--docs` automatically. Some examples are in the readme
- Loading branch information
1 parent
c077219
commit c02587b
Showing
4 changed files
with
365 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.