文件名称:swift-gyb:评估并运行Swift GYB脚本
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-06 15:15:38
Swift
迅捷陀螺仪 评估并运行脚本。 免责声明:除了快速代码生成和测试项目中现有的GYB模板外,我不建议使用此工具。 对于更重要的内容,您可以考虑使用 。 安装 使用以下命令通过安装swift-gyb : $ brew install nshipster/formulae/swift-gyb 用法 // hello . swift . gyb % { names = [ 'Johnny' , 'Jane' ] } % % for name in names : print ( "Hello, ${name}!" ) % end $ swift gyb ./hello.swift.gyb Hello, Johnny! Hello, Jane! 执照 麻省理工学院 接触 NSHipster( )
【文件预览】:
swift-gyb-master
----.gitignore(41B)
----Package.swift(735B)
----README.md(807B)
----Sources()
--------swift-gyb()
----LICENSE.md(1KB)
----Package.resolved(333B)