Best practice for packaging a rscript

So I have created a package my.package
I also have created a rscript (!# /usr/bin/rscript) to allow the user to use the package from the command line.
Now the question I am having is

Is it best practice to add this script within the my.package package (if yes where) or should I put it in its own git repo ?

There is a related discussion with one solution proposed

1 Like

That's a great solution ! many thanks