{"id":51064331,"url":"https://github.com/evolver-dev/setup-evolver-tools","last_synced_at":"2026-06-23T05:01:52.038Z","repository":{"id":361677969,"uuid":"1255351456","full_name":"evolver-dev/setup-evolver-tools","owner":"evolver-dev","description":"GitHub Action: install evolver-tools (254 CLI tools) in CI","archived":false,"fork":false,"pushed_at":"2026-05-31T18:44:47.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T20:21:39.944Z","etag":null,"topics":["ci","cli","cli-tools","continuous-integration","developer-tools","devops","github-action","pip","python","testing"],"latest_commit_sha":null,"homepage":null,"language":null,"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/evolver-dev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-31T18:12:25.000Z","updated_at":"2026-05-31T18:44:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/evolver-dev/setup-evolver-tools","commit_stats":null,"previous_names":["evolver-dev/setup-evolver-tools"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/evolver-dev/setup-evolver-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fsetup-evolver-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fsetup-evolver-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fsetup-evolver-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fsetup-evolver-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolver-dev","download_url":"https://codeload.github.com/evolver-dev/setup-evolver-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fsetup-evolver-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34675975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["ci","cli","cli-tools","continuous-integration","developer-tools","devops","github-action","pip","python","testing"],"created_at":"2026-06-23T05:01:51.059Z","updated_at":"2026-06-23T05:01:52.033Z","avatar_url":"https://github.com/evolver-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ setup-evolver-tools\n\n\u003e **Install 254+ zero-dependency CLI tools in your GitHub Actions CI pipeline — in seconds.**\n\n[![Marketplace](https://img.shields.io/badge/GitHub-Marketplace-6f42c1?logo=github)](https://github.com/marketplace/actions/setup-evolver-tools)\n[![Version](https://img.shields.io/github/v/release/evolver-dev/setup-evolver-tools?logo=github)](https://github.com/evolver-dev/setup-evolver-tools/releases)\n[![evolver-tools](https://img.shields.io/badge/evolver--tools-254%2B%20tools-brightgreen?logo=python)](https://github.com/evolver-dev/evolver-tools)\n\n---\n\n## ✨ What is this?\n\nThis Action installs [evolver-tools](https://github.com/evolver-dev/evolver-tools) — the largest collection of zero-dependency CLI tools for developers. After setup, every `evtool \u003ccommand\u003e` is available in your workflow.\n\n**No apt-get. No npm. No cargo. Just `pip install` in 5 seconds.**\n\n---\n\n## 🚀 Quick Start\n\n```yaml\njobs:\n  validate:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: evolver-dev/setup-evolver-tools@v1\n      - name: Validate all configs\n        run: |\n          evtool json-validate config.json\n          evtool envcheck .env.example\n          evtool markdown-check README.md\n```\n\n---\n\n## 📋 What you get\n\n| Category | Tools |\n|----------|-------|\n| **CSV/Data** | csv-stats, csv-validate, csv-to-json, csv-to-markdown, csv-sort |\n| **JSON** | json-pretty, json-validate, json-merge, json-to-yaml |\n| **Encoding** | base64, url-encode, html-encode, hex-dump, rot13 |\n| **DevOps** | siege-lite (load test), envcheck, license-cli, cron-pretty |\n| **System** | sysmon (TUI monitor), project-doctor, process-analyzer |\n| **Text** | markdown-check, text-stats, diff-cmd, line-counter, uniq-lines |\n| **Crypto** | hash-file, gen-password, random-uuid, entropy-check |\n| **Fun** | ascii-banner, cowsay, emoji-cli, figlet-fonts, dice-roll |\n| **Network** | http-status, ip-info, port-check, dns-lookup, whois-cli |\n| **And more...** | 254+ tools in total |\n\n---\n\n## 🔧 Advanced: Pin a Version\n\n```yaml\n- uses: evolver-dev/setup-evolver-tools@v1\n  with:\n    version: '38.0.3'   # defaults to latest\n```\n\n---\n\n## 💡 Why use this in CI?\n\n- **Zero dependency conflicts** — pure Python stdlib, no extra packages\n- **Lightning fast** — installs in \u003c5 seconds\n- **254+ tools** — replaces dozens of separate install steps\n- **Works offline** — once cached, no network needed\n- **Pipe-friendly** — `cat data.csv | evtool csv-stats --histogram amount`\n\n---\n\n## 📦 Pipeline Examples\n\n### Data QA Pipeline\n```yaml\n- uses: evolver-dev/setup-evolver-tools@v1\n- run: |\n    evtool csv-stats --all uploads.csv\n    evtool csv-validate --schema schema.json uploads.csv\n    evtool json-validate response.json\n```\n\n### Code Quality Gate\n```yaml\n- uses: evolver-dev/setup-evolver-tools@v1\n- run: |\n    evtool project-doctor . --min-score 7\n    evtool markdown-check docs/*.md\n    evtool envcheck .env.production --strict\n```\n\n---\n\n## 🔗 Links\n\n- [evolver-tools](https://github.com/evolver-dev/evolver-tools) — the full toolkit\n- [Website \u0026 Docs](https://evolver-dev.github.io/evolver-tools/)\n- [PyPI](https://pypi.org/project/evolver-tools/)\n\n## 📄 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolver-dev%2Fsetup-evolver-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolver-dev%2Fsetup-evolver-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolver-dev%2Fsetup-evolver-tools/lists"}