Skip to content

d2hydro/cli_mockup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world-cli

Small Pixi-managed CLI that prints a greeting for a provided name and age.

Run inside the project

pixi run hello-world Brabant 28

Install globally with Pixi

From 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-world

After that, the command can be started from any directory:

hello-world Brabant 28

Build a Windows executable

pixi run build-exe
.\dist\exe\hello-world.exe Brabant 28

Uninstall globally with Pixi

pixi global uninstall hello-world-cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages