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.
- Host: GitHub
- URL: https://github.com/sunsetwan/cmdlineapp
- Owner: SunsetWan
- Created: 2019-07-29T02:47:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T08:03:40.000Z (almost 7 years ago)
- Last Synced: 2025-09-09T18:52:18.495Z (10 months ago)
- Language: Swift
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"