An open API service indexing awesome lists of open source software.

https://github.com/nebari-dev/nebari-plugin-examples

An example repository useful to demonstrating the nebari plugin system
https://github.com/nebari-dev/nebari-plugin-examples

Last synced: 5 months ago
JSON representation

An example repository useful to demonstrating the nebari plugin system

Awesome Lists containing this project

README

          

# Nebari Plugin Examples

The following is a collection of examples used to understand how users
can extend Nebari.

- subcommands
- [hello-world](./examples/nebari_subcommand_hello_world)
- stages
- [hello-world](./examples/nebari_stage_hello_world)

## Installation

Run the following within the python environment you are using

```shell
pip install examples/
```

Add `-e` when running install if you would like to modify the examples
and experiment.

## Uninstall

Run the following to un-install a given plugin.

```shell
pip uninstall
```