pzero

module
v1.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2026 License: MIT

README

pzero

Fork of jzero, renamed for personal publishing and custom template development.

English | 简体中文

Overview

pzero is based on the go-zero framework and its goctl tooling. It initializes api / gateway / rpc projects and generates server or client code from descriptive files such as api, proto, and sql.

Current repository target:

  • Publish under github.com/polpo666/pzero
  • Use pzero as the CLI command and binary name
  • Keep the code generation and template system, so it can be customized later for your own internal project scaffolds
  • Leave the docs site out of this rename scope for now

Quick Start

go install github.com/polpo666/pzero/cmd/pzero@latest

pzero check
pzero new your_project
cd your_project
go mod tidy
go run main.go server

Docker

docker run --rm -v ${PWD}:/app ghcr.io/polpo666/pzero:latest new your_project

Templates

The built-in template system is preserved. You can later customize the templates under cmd/pzero/.template or host your own remote templates repository.

Repository

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL