{"id":16618674,"url":"https://github.com/gitcommitshow/cli-py","last_synced_at":"2026-05-09T10:16:22.009Z","repository":{"id":209858456,"uuid":"725116678","full_name":"gitcommitshow/cli-py","owner":"gitcommitshow","description":"A starter kit to create a Python based CLI with single command installation","archived":false,"fork":false,"pushed_at":"2024-06-15T00:12:35.000Z","size":40,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T12:47:48.290Z","etag":null,"topics":["bash","boilerplate","cli","python","python3","shell","starter","starter-kit"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitcommitshow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-29T13:26:18.000Z","updated_at":"2024-06-14T23:37:27.000Z","dependencies_parsed_at":"2023-12-02T08:26:16.676Z","dependency_job_id":"179f993e-bd96-4502-828a-b36c9592ddd4","html_url":"https://github.com/gitcommitshow/cli-py","commit_stats":null,"previous_names":["gitcommitshow/cli-py"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcommitshow%2Fcli-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcommitshow%2Fcli-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcommitshow%2Fcli-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcommitshow%2Fcli-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitcommitshow","download_url":"https://codeload.github.com/gitcommitshow/cli-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266568,"owners_count":20910837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","boilerplate","cli","python","python3","shell","starter","starter-kit"],"created_at":"2024-10-12T02:21:08.590Z","updated_at":"2026-05-09T10:16:16.962Z","avatar_url":"https://github.com/gitcommitshow.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cli-py\n\n## A starter kit to create CLI using Python\n\nIt solves two problems\n\n1. Creating a python script `cli.py` that can be run as `python cli.py cmd1 --param`\n2. Install script that enables installation via a simple command such as `curl /url/to/install.sh | bash` and simplifies previous cli usage to `mycli cmd1 --param`\n\nThe install mechanism is inspired from [nvm](https://github.com/nvm-sh/nvm)\n\n## How to install and update\n\n```bash\ncurl -o- https://raw.githubusercontent.com/gitcommitshow/cli-py/v0.2.0/install.sh | bash\n```\n\n```bash\nwget -qO- https://raw.githubusercontent.com/gitcommitshow/cli-py/v0.2.0/install.sh| bash\n```\n\nRunning either of the above commands downloads a script and runs it. The script clones the nvm repository to `~/.mycli`, and attempts to add the source lines from the snippet below to the correct profile file (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).\n\n#### Troubleshooting\n\nAfter running the install script, if you get `mycli: command not found` or see no feedback from your terminal after you type `command -v nvm`, simply close your current terminal, open a new terminal, and try verifying again.\nAlternatively, you can run the following commands for the different shells on the command line:\n\n*bash*: `source ~/.bashrc`\n\n*zsh*: `source ~/.zshrc`\n\n*ksh*: `. ~/.profile`\n\nThese should pick up the `mycli` command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitcommitshow%2Fcli-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitcommitshow%2Fcli-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitcommitshow%2Fcli-py/lists"}