fmdeploy
v1.1.1
Published
Module that deploys a filemaker webwidget to a filemaker pro file using both OData and the FileMaker Data API
Readme
FM Deploy 
FM Deploy is a npm module that deploys a FileMaker web widget to a FileMaker Pro file using both OData and the FileMaker Data API.
Installation
Install with npm:
$ npm install fmdeployUsage
After installation, the build:deploy script is added to your package.json file by the postInstall.js script. This script deploys the widget to the specified FileMaker server.
The parameters for the FileMaker server are stored in a parameters.json file in the home directory of the computer that runs. If this file exists, the script will use the parameters from the file. If not, it will prompt the user for the parameters.
The parameters are:
- FileMaker Server
- FileMaker File
- FileMaker Table
- FileMaker Username
- FileMaker Password
To run the script, use the fmdeploy:build npm script:
$ npm run fmdeploy:buildContributing
If you want to contribute to this project, please submit a pull request.
License
This project is licensed under the MIT License.
