The Fiber CLI
ยท 4 min read
Most Go web frameworks give you a library and send you on your way. Fiber ships a CLI tool that handles the repetitive tasks around development: live reload when files change, project scaffolding from templates, serving static files with one command, and migrating between Fiber versions automatically.
You do not need the CLI to use Fiber. But once you try fiber dev instead of manually restarting your server after every change, you will not go back.
