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

https://github.com/sschmid/bee-sample

A template for bee plugins - https://github.com/sschmid/bee
https://github.com/sschmid/bee-sample

bash bee plugin

Last synced: 2 months ago
JSON representation

A template for bee plugins - https://github.com/sschmid/bee

Awesome Lists containing this project

README

          

# sample
A template for bee plugins

https://github.com/sschmid/bee-sample

```
This plugin comes with additional resources.
Please run 'bee res sample' to copy all required files to your project.

template:

SAMPLE_GREETING="Hello from sample"

secrets:

SAMPLE_SECRET

usage:

greeting print greetings
```