CLI does 2 things:
- clones template repository,
- installs CLI to generate CRUD or separate controller/model/view.
go install github.com/sk1t0n/fiber-mvc@latest# you need to add ~/go/bin to your PATH environment variable
fiber-mvc new directorymake run_testsmake run_cover_tests