diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69809928c..d7b36536f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,4 @@ +exclude: templates repos: - repo: https://github.com/adamchainz/blacken-docs rev: 1.15.0 diff --git a/templates/README.md b/templates/README.md new file mode 100644 index 000000000..9a0d23908 --- /dev/null +++ b/templates/README.md @@ -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 /templates/