An open API service indexing awesome lists of open source software.

https://github.com/haormj/code-generator

基于go实现的代码/文本生成器,这样可以省下人写很多内容
https://github.com/haormj/code-generator

Last synced: 3 months ago
JSON representation

基于go实现的代码/文本生成器,这样可以省下人写很多内容

Awesome Lists containing this project

README

        

## code-generator

### 概述

基于golang text/template 包实现模板生成器,简化人为操作

### 安装

```
go install github.com/haormj/code-generator@latest
```

### 使用

- cd /path/to/dir
- code-generator init
- write some template, ref
- https://masterminds.github.io/sprig
- https://pkg.go.dev/text/template
- code-generator generate