Files
pockethost/packages/plugin-template/readme.md
2024-06-27 14:24:56 -07:00

34 lines
1.0 KiB
Markdown

# plugin-{{dashCase name}}
A plugin for [pockethost](https://www.npmjs.com/package/pockethost).
## Quickstart
```bash
npx pockethost plugin install @pockethost/plugin-{{dashCase name}}
npx pockethost {{dashCase name}} --help
```
## Variables
The following variables will be used if they are found in the shell environment. PocketHost will also load them from an `.env` file if found at load time.
| Name | Default | Discussion |
| ------------------------------- | -------------------------------------- | ------------------------------------------------------------- |
| PH\_{{constantCase name}}\_HOME | `.pockethost/plugin-{{dashCase name}}` | The home directory for any data storage needs of this plugin. |
## Actions
## Filters
## Support
PocketHost has a thriving [Discord community](https://discord.gg/nVTxCMEcGT).
---
### Sponsored by https://pockethost.io. Instantly host your PocketBase projects.
---