Skip to content

First Beta Release

Compare
Choose a tag to compare
@bizz84 bizz84 released this 23 Sep 20:59
· 20 commits to master since this release

Command Line Tool

  • Parse Markdown files and generate Swift 2 or Swift 3 test code
  • Support for String, Float, Int, Bool types
  • Valid Bool inputs: case insensitive "true", "false", "yes", "no", empty string (defaults to false)

Installation

Currently the project can be compiled with:

  • Swift Package Manager
  • Build script

Sample Code

  • Date Formatter sample code included