Installation¶
Install the Unobin CLI with Go:
Check that the command is on your path:
The unobin CLI is used for developing factories. The end user of the factory only needs the compiled factory, not the unobin command.
A compiled factory is a Go program, and unobin compile --build runs go mod tidy and go build in the generated output directory. The dependency on Go is managed by unobin, so you do not need it preinstalled.
Editor packages are optional. See Editor setup if you want diagnostics, formatting, completion, and syntax highlighting for .ub files.