{"id":30660053,"url":"https://github.com/monimesl/monime-cli","last_synced_at":"2025-08-31T13:43:35.603Z","repository":{"id":304623492,"uuid":"990802715","full_name":"monimesl/monime-cli","owner":"monimesl","description":"Monime's command-line tool","archived":false,"fork":false,"pushed_at":"2025-07-18T18:14:16.000Z","size":9253,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-06T10:56:53.485Z","etag":null,"topics":["cli","developer-tools","monime"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monimesl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-05-26T16:55:23.000Z","updated_at":"2025-08-05T13:31:03.000Z","dependencies_parsed_at":"2025-07-14T10:25:59.647Z","dependency_job_id":"608b5465-cc96-43a2-ad53-c50872b75bb3","html_url":"https://github.com/monimesl/monime-cli","commit_stats":null,"previous_names":["monimesl/monime-cli"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/monimesl/monime-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monimesl%2Fmonime-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monimesl%2Fmonime-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monimesl%2Fmonime-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monimesl%2Fmonime-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monimesl","download_url":"https://codeload.github.com/monimesl/monime-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monimesl%2Fmonime-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272988782,"owners_count":25026959,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","developer-tools","monime"],"created_at":"2025-08-31T13:43:34.973Z","updated_at":"2025-08-31T13:43:35.592Z","avatar_url":"https://github.com/monimesl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monime CLI\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/monimesl/monime-cli)\n\n**Power up your integration game with terminal-driven control, testing, and management.**\n\n\u003e **⚠️ Alpha Release** — This project is in active development.  \n\u003e Features may be incomplete, and APIs may change without notice.\n\n## Introduction\n\nThe Monime CLI is your command-line companion for building, testing, and managing your Monime integrations with unparalleled efficiency. Designed for developers and power users, it brings the full power of Monime's APIs and services directly to your terminal.\n\nThis CLI also manages two complementary GUI applications:\n\n* **USSD Simulator**, providing a visual interface for testing payment codes and USSD flows locally.\n* **Webhook Inspector**, a tool to easily inspect and debug incoming webhooks during your development.\n\n## Installation\n\n### MacOS\n\nThe Monime CLI can be easily installed via Homebrew:\n\n```bash\nbrew tap monimesl/monime-cli\nbrew install monimesl/monime-cli/monime\n````\n\n### Linux\n\nFollow these steps to install Monime CLI on Linux:\n\n1. Download the latest Linux `.tar.gz` file for your system architecture from our [GitHub Releases](https://github.com/monimesl/monime-cli/releases).\n2. Extract the archive:\n   ```bash\n   tar -xvf monime_cli_x.x.x_linux_amd64.tar.gz\n3. Move the extracted ./monime binary to your system's PATH\n   ```bash\n   sudo mv ./monime /usr/local/bin\n   \n\n### Windows\n\nFollow these steps to install Monime CLI on Windows:\n\n1. Download the latest Linux `.tar.gz` file for your system architecture from our [GitHub Releases](https://github.com/monimesl/monime-cli/releases).\n2. Extract the archive:\n   ```bash\n   tar -xvf monime_cli_x.x.x_windows_amd64.tar.gz\n3. Add the path to the extracted monime.exe to your **Path** environment variable.\n\n**Note on Windows:** Our Windows binaries are currently **unsigned**. When you download and attempt to run an unsigned executable, Windows SmartScreen may present a warning such as \"Windows protected your PC\" or a similar security alert. To run the application despite this, please click on **\"More info\"** within the SmartScreen pop-up, and then select **\"Run anyway\"**.\n\n## Usage\n\nOnce installed, you can start using the Monime CLI:\n\n```bash\n# Example: Get the CLI help info\nmonime --help\n```\n\n```bash\n# Example: Check the CLI version\nmonime --version\n```\n\n## License\n\nCopyright © Monime Ltd. All rights reserved.\n\nThis project is licensed under the [Apache 2.0 license](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonimesl%2Fmonime-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonimesl%2Fmonime-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonimesl%2Fmonime-cli/lists"}