codegen

所属分类:自动编程
开发工具:Python
文件大小:10KB
下载次数:0
上传日期:2021-02-24 07:55:49
上 传 者sh-1993
说明:  一个最小但功能强大的工具,可以用任何编程语言生成代码
(A minimal but powerful tool to generate code in any programming languages)

文件列表:
LICENSE (1068, 2021-02-24)
codegen.py (4698, 2021-02-24)
example_gen.sh (198, 2021-02-24)
templates (0, 2021-02-24)
templates\__ComponentName__View.jsx (143, 2021-02-24)
templates\ios (0, 2021-02-24)
templates\ios\MVVM (0, 2021-02-24)
templates\ios\MVVM\__ModuleName__Cell (0, 2021-02-24)
templates\ios\MVVM\__ModuleName__Cell\__ModuleName__TableViewCell.swift (124, 2021-02-24)
templates\ios\MVVM\__ModuleName__ViewController.swift (220, 2021-02-24)
templates\ios\MVVM\__ModuleName__ViewModel.swift (163, 2021-02-24)
templates\ios\VIPER (0, 2021-02-24)
templates\ios\VIPER\__ModuleName__Interactor.swift (318, 2021-02-24)
templates\ios\VIPER\__ModuleName__Interfaces.swift (432, 2021-02-24)
templates\ios\VIPER\__ModuleName__Presenter.swift (804, 2021-02-24)
templates\ios\VIPER\__ModuleName__ViewController.swift (522, 2021-02-24)
templates\ios\VIPER\__ModuleName__Wireframe.swift (759, 2021-02-24)
templates\react-native (0, 2021-02-24)
templates\react-native\hooks-component (0, 2021-02-24)
templates\react-native\hooks-component\__ComponentName__.tsx (214, 2021-02-24)

# codegen A minimal but powerful tool to generate code in any programming languages ## Usage Download `codegen.py` file at https://raw.githubusercontent.com/dinhquan/codegen/main/codegen.py Run this command to generate code: ``` python codegen.py -t