Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.23 KB

Form Field Generation

Build Status

Build Status

Build Instructions

  • dotnet build

Run Instructions

  • dotnet run <flags>
  • ex. dotnet run generate -t test.docx
  • ex. dotnet run gen -t test.docx
  • ex. dotnet run fill -t test.docx -j output.json

cli comands

  • generate

    • flags

      • template (t) The only required flag. this is where you provide the docx file.
      • json (j) The output file name for the json generated.
  • fill

    • flags

      • template (t) A required flag. this is where you provide the docx file.
      • json (j) A reuqired flag. The input file name for the json to fill your form.

Docker Build & Run

  • build: docker build -t formgen:latest .
  • run: docker run --name docs_vm -it formgen:latest

Build For Platforms

Supported Platform(s)

  • OS X
  • Linux
  • Windows