Uh oh!
There was an error while loading. Please reload this page.
feat: Hello, World! function - #1
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| @@ -0,0 +1,13 @@ | |||
| # Hello World Function | |||
There was a problem hiding this comment.
I would love to give READMes structure. Ideally it should have all information developer would need to install it, configure it, and use it.
Here is my proposal, let me know what you think:
- Title
- Short description
- Installation Instructions
- runtime (mention which it was tried on, mention others might or night not work)
- env variables (name, isRequired, description, example value. If relevant, link to external docs)
- entrypoint
- build commands
- recommended events (only if not empty)
- recommended corn (only if not empty)
- recommended timeout (only if not empty)
- recommended permissions (only if not empty)
- How to use (like long description. document all possibilities - endpoints.. expected behaviour.. Like tests, but just written down)
Ideally we would have template README somewhere, so when we make new template, we use that as the base
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
loks0n
commented
Jul 19, 2023
closing in favour of starter template |
Github issue bot files added
What does this PR do?
Adds a basic Hello, World! function
Test Plan
You can run the function locally by creating the neccessary .env and executing
npx appwrite-function-utils dev src/main.jsarmang4.appwrite.org link:
Have you read the Contributing Guidelines on issues?
Yes