genxcode

Generate boilerplate with config.

Use genxcode to generate boilerplate from genxcode.yaml.

workflow
curl -sSfL https://raw.githubusercontent.com/john221wick/genxcode-go/main/install.sh | sh

genxcode init pytorch
# edit genxcode.yaml

genxcode apply
python main.py

genxcode.yaml

template: pytorch
name: pytorch
arch: mlp
metrics:
  - accuracy
  - loss
device: cpu
editable output