mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
chore: appending _ to modules
This commit is contained in:
parent
06efb53f35
commit
e7e0cbac9a
8 changed files with 18 additions and 15 deletions
|
|
@ -17,10 +17,10 @@
|
|||
There are 2 types of modules:
|
||||
|
||||
- **Standard module**: Will always run to retrieve suggestions
|
||||
- Naming convention: `pay-respects-module-<your module name>`
|
||||
- Naming convention: `_pay-respects-module-<your module name>`
|
||||
- **Fallback module**: Will only be run if no previous suggestion were found
|
||||
- **CAUTION**: Will immediately return if a suggestion is obtained, and there is no guaranteed the modules are executed in a specific order.
|
||||
- Naming convention: `pay-respects-fallback-<your module name>`
|
||||
- Naming convention: `_pay-respects-fallback-<your module name>`
|
||||
|
||||
When running your module, you will get the following environment variables:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue