This is a production template for creating Appwrite functions using Typescript with Node.js 18 runtime.
- Create a new function on Appwrite console and select Node.js 18 runtime.
- Create a new project using this template and clone it.
- Update the
appwrite.json
file with your function details. - Install dependencies using
yarn
, - Deploy your function using
appwrite functions deploy
.
We don't care about license in this template. You can use it for any purpose.