wj-Mcat / code-generator

a templated code generator for all language, especially for boring code
Apache License 2.0
8 stars 2 forks source link
code-generator crud flask go java jinja2 python

code-generator

Upload Python Package

features

quick start

1 . clone the repo

git clone https://github.com/wj-Mcat/code-generator
# or
pip install code-generator

2 . run the example generation

./examples/generate.sh

3 . [Optional] change the template to generate your own code

you can change the code in examples/config, examples/plugins, examples/templates

command description

you don't need to write any code to run code-generator, only for configuration, templates, plugins

changelog

Author

[wj-Mcat](https://www.github.com/wj-Mcat)

wj-Mcat