Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Apr 30, 2024
1 parent bf068a6 commit 9ec3d9a
Show file tree
Hide file tree
Showing 41 changed files with 26,387 additions and 29,194 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
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
Expand Down
22 changes: 22 additions & 0 deletions templates/README.md
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.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9ec3d9a

Please sign in to comment.