UNPKG

appsapp-cli

Version:

This command line program is the important counterpart of appsapp-module for connecting built-in or custom backend services.

8 lines (7 loc) 213 B
const actions = { webhook: require('./actions/webhook'), email: require('./actions/email'), googleSheets: require('./actions/googleSheets'), custom: require('./actions/custom') } module.exports = actions;