Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1 KB

readme.md

File metadata and controls

28 lines (21 loc) · 1 KB

Golang PDF Reporter API


Install and Run

  1. Clone the repository : git clone https://github.com/JrSchmidtt/pdf-reporter.
  2. Install GO to run.
  3. Install Visual Studio Code to edit.
  4. Install wkhtmltopdf to render.
  5. Open your Terminal and run go mod tidy in folder to install dependencies.
  6. Run go run main.go.

Contributing

  1. Fork the repository!
  2. Clone your fork.
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

Author

Golang PDF Reporter API © JrSchmidt.
Authored and maintained by Schmidt#9639.