README.md 1.0 KB
Newer Older
W
wjmcat 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
# code-generator

![](https://img.shields.io/badge/pypi-0.0.2-brightgreen)
![](https://img.shields.io/badge/build-passing-brightgreen)
![](https://img.shields.io/badge/python-3.7+-brightgreen)


![](./docs/logo.png)

## features

- can generate all-language code, eg: `python`, `vue`, `java`, `scala`, `go` and more
- generate code with powerful template **<jinja2>**
- template can contains control command, eg: `if`, `for`, `set variable`
- can **easily** run on other template repo.

## quick start

1 . install command
```shell script
pip install code-generator
```

2 . prepare `templates`, `plugins`, `config`

you should set the prepared 

3 . generate codes


## changelog

- version 0.0.2
    - complete the basic interface: `templates`, `plugins`, `config`
    - can run well for template code generator

- version 0.0.1
    - deploy the pypi package
    - complete a simple code-generator
    
## Author

![[wj-Mcat](https://www.github.com/wj-Mcat)](https://avatars3.githubusercontent.com/u/10242208?s=260)

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