GitXplorerGitXplorer
D

gencoder

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
a3f885751dbe35c32a46c2ff8d148fba8c22c051

ci add Check version step

DDanielLiu1123 committed 13 hours ago
Verified
b4b268ddc1b2cd27f064231cc559a5451215fd56

update mds example

DDanielLiu1123 committed 13 hours ago
Verified
dc029e778ea05b7811d87c06b60c41fcf04bc2d1

update 0.0.2

DDanielLiu1123 committed 14 hours ago
Verified
59999101b7fe7eb7dbf674072c17334040e1df61

Add init command (#4)

DDanielLiu1123 committed 14 hours ago
Verified
ab54d6fb8880902984653e03aaeded6e0286e40b

handle other suffix, not only .hbs

DDanielLiu1123 committed 3 days ago
Verified
4205ecfad986e6a58a2cdc503095f0615777495f

Remove build time

DDanielLiu1123 committed 3 days ago

README

The README file for this repository.

Gencoder

The ultimate code generator for any languages/frameworks.

Applicable scenarios for gencoder:

  • You need to modify the generated code and the modified code will not be overwritten

Build

make && CGO_ENABLED=0 go build -o gencoder cmd/gencoder/main.go

If you updated Handlebars.js version or added new helpers in pkg/jsruntime/helpers.js:

go generate ./...