Skip to main content

Tools Reference

This section documents scripts, utilities, and helper code used in Img2Num.

Categories

  • Development Scripts: Build, lint, format, and deploy scripts.
  • CLI Utilities: Command-line helpers or one-off tools.
  • Testing Tools: Scripts for unit testing, benchmarks, or debugging.

Guidelines

  • Document each tool with:
    • Purpose
    • How to run it
    • Inputs / outputs
    • Example commands
    • Notes on dependencies or environment
Contributor Tip

Use this section for anything that is not part of the runtime code but supports development and maintenance.