Workflow for Julia scripts

We need a nice way to deliver scripts inside packages and put them in the path.

Related: Delivering a Julia application within a package

I would be great to have some way to call scripts from the command line using the package name:

julia PkgName script_name.jl --args values
4 Likes