Skip to content

eduardbosch/FlatBuffersSwiftCodeGen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlatBuffersSwiftCodeGen

FlatBuffersSwiftCodeGen is a code generator for FlatBuffersSwift (https://github.com/mzaks/FlatBuffersSwift)

Arguments description:

  • First argument is the path to .fbs file
  • Second argument is the path to .swift file you want to generate
  • Third argument is optional, it can be download which will avoid import FlatBuffersSwift statement in generated file and download FlatBuffersSwift infrastructure files. Or you can tell the generator to just avoid import FlatBuffersSwift statement by writing noImport as third argument

Example usage:

fbsCG contacts.fbs contacts.swift

About

Code generator for FlatBuffersSwift

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.9%
  • Shell 0.1%