generate-clients

Generates c# and typescript clients for BymseRead.Service.

$ Instalar

git clone https://github.com/bymse/BymseRead /tmp/BymseRead && cp -r /tmp/BymseRead/.claude/skills/generate-clients ~/.claude/skills/BymseRead

// tip: Run this command in your terminal to install the skill


name: generate-clients description: Generates c# and typescript clients for BymseRead.Service.

  1. Check current folder and go to root of the repository if needed
  2. Ensure project dotnet tools are restored by running dotnet tool restore
  3. Then run dotnet run --project src/BymseRead.Tools/BymseRead.Tools.csproj GenerateClients
  4. If tool exited with error then report the issue to user and stop