Skip to content

Commit

Permalink
feat: inital commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lart2150 committed Jun 1, 2024
0 parents commit 7cf559c
Show file tree
Hide file tree
Showing 8 changed files with 916 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FM_HOST=https://fm.example.com
FM_USERNAME=user
FM_PASSWORD=password
FM_FILES=file,anotherFile,yetAnotherFile
Empty file added .github/workflows/release.yml
Empty file.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/fm-xml-export-exploder*
/.env
/node_modules
/fmExploder
/message.txt
/dist
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# fm xml download

This is intended to download a filemaker SaXML out of a container that is generated by script into a folder called SaXML.

you must setup the following environment variables
* FM_HOST=https://fm.example.com
* FM_USERNAME=user
* FM_PASSWORD=password
* FM_FILES=file,anotherFile,yetAnotherFile

```pnpm dlx @soliantconsulting/fm-saxml-delivery```
Loading

0 comments on commit 7cf559c

Please sign in to comment.