A utility command that automatically installs all components of the devflow toolset into your GOPATH/bin.
go install github.com/tinywasm/devflow/cmd/goinstall@latestRun it from the root of the devflow project:
goinstallThe command performs the following steps:
- Scans the
./cmd/directory for subdirectories. - For each subdirectory found (e.g.,
gonew,gotest,gopush), it executes:go install -ldflags="-X main.Version=<version>" ./cmd/<name>
- Automatically detects and injects the current version tag (from git tags) into each binary. Falls back to "dev" if no tags are found.
- Provides a clean visual summary of the installation status for each command.
✅ gonew
✅ gotest
✅ gopush
✅ devbackup
✅ devllm