An open API service indexing awesome lists of open source software.

https://github.com/sunsetwan/cmdlineapp

A cli tool to format JSON object into Swift model file.
https://github.com/sunsetwan/cmdlineapp

Last synced: 9 months ago
JSON representation

A cli tool to format JSON object into Swift model file.

Awesome Lists containing this project

README

          

# cmdLineApp

1. run `cd ./cmdLineApp`
2. run `swift build`
3. run `swift run cmdLineApp`
-------

Options:
`./cmdLineApp --help`

Arguments:

inputFilePath - the Path of your raw json data
outputFileName - result is "outputFileName.swift file"