Small Pixi-managed CLI that prints a greeting for a provided name and age.
pixi run hello-world Brabant 28From this repository:
pixi publish --target-dir dist --force --skip-existing false
pixi global install --environment hello-world-cli --path .\dist\hello-world-cli-0.1.0-pyh4616a5c_0.conda --expose hello-worldAfter that, the command can be started from any directory:
hello-world Brabant 28pixi run build-exe
.\dist\exe\hello-world.exe Brabant 28pixi global uninstall hello-world-cli