{"id":15426131,"url":"https://github.com/cryptaliagy/cli-rs","last_synced_at":"2026-02-24T08:02:27.386Z","repository":{"id":130253948,"uuid":"611112431","full_name":"cryptaliagy/cli-rs","owner":"cryptaliagy","description":"A template repository for rapidly starting up new Rust-based CLI applications","archived":false,"fork":false,"pushed_at":"2024-04-03T17:54:39.000Z","size":28,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:15:05.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptaliagy.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-03-08T06:10:49.000Z","updated_at":"2023-07-31T17:18:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"e51a4057-3df6-4abc-8f1b-a4b00e5b6267","html_url":"https://github.com/cryptaliagy/cli-rs","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.3076923076923077,"last_synced_commit":"5b77e1e042c61878fe73f796bcc86a4d60980a7e"},"previous_names":["cryptaliagy/cli-rs"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/cryptaliagy/cli-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptaliagy%2Fcli-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptaliagy%2Fcli-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptaliagy%2Fcli-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptaliagy%2Fcli-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptaliagy","download_url":"https://codeload.github.com/cryptaliagy/cli-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptaliagy%2Fcli-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281371793,"owners_count":26489526,"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-10-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2024-10-01T17:54:56.884Z","updated_at":"2025-10-28T02:02:53.913Z","avatar_url":"https://github.com/cryptaliagy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Command Line Interface\n\n[![tests](https://github.com/taliamax/cli-rs/actions/workflows/test.yml/badge.svg)](https://github.com/taliamax/cli-rs/actions/workflows/test.yml)\n[![release](https://github.com/taliamax/cli-rs/actions/workflows/release.yml/badge.svg)](https://github.com/taliamax/cli-rs/actions/workflows/release.yml)\n[![nightly-scan](https://github.com/taliamax/cli-rs/actions/workflows/nightly-scan.yml/badge.svg)](https://github.com/taliamax/cli-rs/actions/workflows/nightly-scan.yml)\n\nThis is a template repository meant to be used as a starting point for developing a new Rust-based CLI. This handles most of the key bootstrapping elements that I require when writing a new CLI.\n\n## How to use\n\n1. Create a new repository templated from this repo\n1. Change the package name in the `Cargo.toml` file\n1. Update `src/main` to use the new crate name\n1. Update `.github/workflows/release.yml` to use the new binary name\n\n## Features\n\n### CLI\n\n1. Logging configuration with the `tracing` crate\n1. Initial base CLI struct with count-based verbosity\n1. `manfile` generation on build based on `clap` CLI command\n\n### CI/CD\n\n1. PR / Testing pipeline with:\n   - Security scanning\n   - Linting with Clippy\n   - Cargo tests (debug)\n1. A binary release pipeline for main branch (controlled through environment):\n   - Target can be set through environment variable in pipeline\n   - Major \u0026 Minor version tracked through `VERSION` file\n   - Patch version tracked through pipeline. Actual binary/crate version set at release time.\n   - `manfile` published alongside binary\n   - Manually-triggered release pipeline (can be configured to auto-deploy from main)\n   - Publishing to `crates.io` via commented-out section\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptaliagy%2Fcli-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptaliagy%2Fcli-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptaliagy%2Fcli-rs/lists"}