UNPKG

@openinc/parse-server-opendash

Version:
34 lines (19 loc) 881 B
# @openinc/parse-server-opendash Parse Server Cloud Code for open.DASH/open.WARE ## Usage ``` npm i @openinc/parse-server-opendash ``` ```ts // cloud/main.js const { init } = require("@openinc/parse-server-opendash"); init(); ``` For a full list of exports see the file at [EXPORTS.md](https://github.com/open-inc/node-parse-server-opendash/blob/master/EXPORTS.md) ## Configuration The configuration of this cloud code is done using environment variables. By default no classes will be created. To create classes from the schema definition, you need to enable the feature flags according your needs. For a full list of options see the file at [CONFIG.md](https://github.com/open-inc/node-parse-server-opendash/blob/master/CONFIG.md) ## Development See the file at [DEVELOPMENT.md](https://github.com/open-inc/node-parse-server-opendash/blob/master/DEVELOPMENT.md) ##