Open Source iOS Apps Generator
Genosia is a generator to Open Source iOS Apps.
git clone https://github.com/vpeschenkov/genosia.git
swift package generate-xcodeproj
swift build -c release
generate
--path
A path to the contents.json
. If the path isn’t set, genosia
tries to find the contents.json
in the same folder.--links
Use this flag to generate links
.--content
Use this flag to generate *.MD
files.
genosia generate --links
genosia generate --content
validate
--path
A path to the contents.json
. If the path isn’t set, genosia
tries to find the contents.json
in the same folder.--content
Use this flag to validate links
in the content.json
.
genosia validate --content
We would love you for the contribution to Genosia, check the LICENSE
file for more info. To contribute, please, use this GitFlow.
Victor Peschenkov – @vpeschenkov – nerevarxx@gmail.com
Distributed under the MIT license. See LICENSE
for more information.