appwrite-express-functions

0.0.3 • Public • Published

NPM package to spin up and run Appwrite Cloud Functions locally.

https://www.npmjs.com/package/appwrite-express-functions

Usage

In your functions package.json add the dependencies

  "devDependencies": {
    "appwrite-express-functions": "^0.0.2",
    "nodemon": "^2.0.21"
  }

Add your start script

    "local": "nodemon src --exec appwrite-express-functions src/index.js",

/appwrite-express-functions/

    Package Sidebar

    Install

    npm i appwrite-express-functions

    Weekly Downloads

    0

    Version

    0.0.3

    License

    ISC

    Unpacked Size

    1.79 kB

    Total Files

    3

    Last publish

    Collaborators

    • jmalfara