Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 311 Bytes

Scala Case Class to Swagger Doc Converter

Setup

  1. Clone the repository
  2. Create text file "input.txt" with one or more case classes separated by newlines. These must begin with the phrase "case class "
  3. Run ./class-to-swagger.py
  4. View output files (one per class) in the "output/" folder