check-jsonschema icon indicating copy to clipboard operation
check-jsonschema copied to clipboard

Distribute the check-jsonschema tool in a manner which does not assume a Python environment

Open sirosen opened this issue 5 months ago • 0 comments

For context, see: https://github.com/go-task/task/pull/1476#issue-2088860506

For potential users who are not Python users, it's harder to use the CLI because they need to learn how to setup an environment (pipx, etc). brew solves some of this for us (yay), but it's not enough for all cases.

Think about docker as a way of wrapping it, pyinstaller/etc, other app-zipping solutions, etc. Also consider a custom GitHub Action as a usage mode.

sirosen avatar Jan 19 '24 21:01 sirosen