{"id":15882266,"url":"https://github.com/another-guy/solo","last_synced_at":"2026-04-01T20:43:13.150Z","repository":{"id":250738289,"uuid":"835324313","full_name":"another-guy/solo","owner":"another-guy","description":"CLI tool by Igor Soloydenko for automating routine processes.","archived":false,"fork":false,"pushed_at":"2025-04-28T22:03:49.000Z","size":170,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-28T14:03:18.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/another-guy.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":"2024-07-29T15:46:13.000Z","updated_at":"2025-02-04T00:30:30.000Z","dependencies_parsed_at":"2024-08-12T21:14:17.251Z","dependency_job_id":"67b2bb77-60ba-4f94-b131-a34b8ef86878","html_url":"https://github.com/another-guy/solo","commit_stats":{"total_commits":47,"total_committers":4,"mean_commits":11.75,"dds":"0.42553191489361697","last_synced_commit":"f06ccf22c2477e143a6b46e4e767f03b8f7f0aab"},"previous_names":["another-guy/solo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/another-guy/solo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/another-guy%2Fsolo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/another-guy%2Fsolo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/another-guy%2Fsolo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/another-guy%2Fsolo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/another-guy","download_url":"https://codeload.github.com/another-guy/solo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/another-guy%2Fsolo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-06T04:02:17.111Z","updated_at":"2026-04-01T20:43:13.120Z","avatar_url":"https://github.com/another-guy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\n## Installation\n\nCurrently, only installation from Git repo (sources) is available.\nThe two steps below can be merged into one.\n\n### Step 1: bash profile function\n\nRegister script in `~/.bash_profile`\n\n```sh\nsolo() {\n    sh \u003cscript_location\u003e/solo.sh $1\n}\n```\n\n### Step 2: npm-launching script\n\n`\u003cscript_location\u003e/solo.sh`\n\n```sh\n#!/bin/bash\n\n        (cd \u003cgit_repo_directory\u003e \u0026\u0026 npm start -- $@)\n# e.g.  (cd /c/SourceCode/solo   \u0026\u0026 npm start -- $@)\n```\n\n### Step 3: Verification\n\nRestart your terminal and run `solo help`.\n\n## Prerequisites\n\nNo specific versions are known right now as official prerequisites.\n\nThe tool has been tested/used under the following environment:\n\n```sh\n$ nvm --version\n1.1.11\n\n$ node --version\nv22.2.0\n\n$ npm --version\n10.7.0\n\n$ python --version\nPython 3.12.6\n```\n\nInstall Python via chocolatey:\n\n```sh\nchoco install python\n```\n\nInstall jc python module:\n\n```sh\npython -m pip install jc\n```\n\n## Building process\n\nMaking CLI tool available as a globally installed npm package.\nSee https://blog.logrocket.com/building-typescript-cli-node-js-commander/.\n\n```sh\n# Build\nnpm run build\n# (Re)install\nnpm install -g .\n```\n\n## Roadmap\n\n* Monorepo\n  * ✅ `mono-analyze`\n  * ✅ `mono-run-many`\n* Git\n  * ✅ `git-repo-stats`\n* NPM\n  * ✅ `npm-audit`\n* ADO\n  * ✅ `ado-list-remote-repos`\n  * 🧠 `ado-list-deploys`\n* SCV\n  * ✅ `csv-stats`\n* Self-diagnostic\n  * ✅ `solo-check-health`\n\n🧠 — ideation.\n🔨 — in development.\n✅ — usable (implemented in some form).\n\n## Examples\n\n```sh\nnpm start -- help\n\nnpm start -- help git-repo-stats\n\nnpm start -- git-repo-stats -p 4s-ownership -c /c/SourceCode/solo.json -a 2024-01-01\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanother-guy%2Fsolo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanother-guy%2Fsolo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanother-guy%2Fsolo/lists"}