-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf068a6
commit 9ec3d9a
Showing
41 changed files
with
26,387 additions
and
29,194 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
exclude: templates | ||
repos: | ||
- repo: https://github.com/adamchainz/blacken-docs | ||
rev: 1.15.0 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Deephaven Plugin Templates | ||
|
||
This repository contains templates for creating Deephaven plugins. | ||
In order to use these templates, you must have [cookiecutter](https://cookiecutter.readthedocs.io/en/latest/) installed. | ||
|
||
There are two main ways to use these templates. | ||
If you have this repository locally, you can run the following command from where you want to create your plugin: | ||
```sh | ||
cookiecutter <path/to/deephaven-plugins>/templates/<template name> | ||
``` | ||
|
||
If you don't have this repository locally, you can run the following command: | ||
```sh | ||
cookiecutter gh:deephaven/deephaven-plugins --directory="templates/<template name>" | ||
``` | ||
|
||
Currently, we offer the following templates: | ||
|
||
## bidirectional-widget-plugin | ||
|
||
This creates a basic bidirectional widget plugin for Deephaven. | ||
A bidirectional plugin can send and receive messages on both the client and server. |
60 changes: 0 additions & 60 deletions
60
templates/bidirectional-plugin/{{ cookiecutter.python_project_name }}/README.md
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
...es/bidirectional-plugin/{{ cookiecutter.python_project_name }}/src/js/README.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.