Generates a TypeScript client file from a router module.
Usage
mix rpc.gen.ts --router MyApp.Router --out path/to/rpc.gen.tsOptions
--router— required. The fully-qualified router module name.--out— required. The output path for the generated file.--client-import— client package specifier. Default"@elixir-ts-rpc/client".