The signature to create a repository using laravel-module is not php artisan module-make:repository, but php artisan module:make-repository.
Don't know if it is the desired result, but from my perspective it should be php artisan module-make:repository to be consistent with other commands