Skip to content

Skedulo/mex-custom-function-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Extension Custom Function Template

About

The mobile extension custom functions are built to provide a solution to support businesses' needs. They allow users to do the following things:

  • Customize how their custom form fetches and saves data.
  • Use both GraphQL and REST APIs to fetch or save data.
  • Apply custom business logic using TypeScript.

For more details, refer to the Custom Functions article on the Skedulo Docs site.

This repository contains a cookiecutter template to help you quickly create a mobile extension custom function project.

Create a custom function project

  1. Install cookiecutter
OSX: brew install cookiecutter

Other: pip install cookiecutter
  1. Run the command to generate a new project from template
cookiecutter git@github.com:Skedulo/mex-custom-function-template.git

You will be prompted to provide the name and slug for the new project

project_name [My New Project]:
project_slug [project slug]:

The following template variables control execution:

Parameter Description
project_name Human readable description of the project. e.g. My New Service
project_slug This is the name of the directory where the project will be rendered as well as the name of the major artifact generated by the project
  1. Validate and then push to github

Support

If you need further assistance, contact your Customer Success Manager.

See also

Introduction to Skedulo mobile extensions

About

Mex custom function template, a common custom function project at the Mex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •