Skip to content

PyramidRemedial/FormGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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