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
- Host: GitHub
- URL: https://github.com/sschmid/bee-sample
- Owner: sschmid
- License: mit
- Created: 2021-01-26T16:43:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T19:26:20.000Z (over 4 years ago)
- Last Synced: 2025-06-14T13:44:06.601Z (about 1 year ago)
- Topics: bash, bee, plugin
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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
```