{"id":25233504,"url":"https://github.com/cloudbridgeuy/rargs","last_synced_at":"2025-04-05T17:12:44.414Z","repository":{"id":190313469,"uuid":"682368224","full_name":"cloudbridgeuy/rargs","owner":"cloudbridgeuy","description":"A bash framework that combines what I liked most about argc and bashly","archived":false,"fork":false,"pushed_at":"2024-11-29T18:13:45.000Z","size":1897,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T13:56:59.648Z","etag":null,"topics":["bash","framework","rust"],"latest_commit_sha":null,"homepage":"https://rargs.cloudbridge.uy","language":"SCSS","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/cloudbridgeuy.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-08-24T02:52:53.000Z","updated_at":"2024-11-29T18:13:49.000Z","dependencies_parsed_at":"2023-08-24T04:02:20.831Z","dependency_job_id":"8b4ef719-b39c-447a-ad61-a32c276a8d09","html_url":"https://github.com/cloudbridgeuy/rargs","commit_stats":null,"previous_names":["cloudbridgeuy/rargc"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudbridgeuy%2Frargs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudbridgeuy%2Frargs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudbridgeuy%2Frargs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudbridgeuy%2Frargs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudbridgeuy","download_url":"https://codeload.github.com/cloudbridgeuy/rargs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369952,"owners_count":20927928,"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","framework","rust"],"created_at":"2025-02-11T13:57:05.507Z","updated_at":"2025-04-05T17:12:44.373Z","avatar_url":"https://github.com/cloudbridgeuy.png","language":"SCSS","readme":"# Rargs :rocket:\n\nIntroducing Rargs, a Bash framework incorporating elements from [Bashly](https://bashly.dannyb.co/) and [Argc](https://github.com/sigoden/argc) for high-efficiency script deployment.\n\n---\n\n## Table of Contents\n\n1. [Features](#features)\n2. [Installation](#installation)\n3. [Usage](#usage)\n4. [Examples](#examples)\n5. [API Reference](#api-reference)\n6. [Contributing](#contributing)\n7. [License](#license)\n\n---\n\n## Features :star2:\n\n- Good help messages.\n- Good argument, flag, and option parsing.\n- Good handling of environment variables.\n- Good handling of script dependencies.\n- Good suport for script sub-commands.\n- Inline documentation.\n\n## Installation :hammer_and_wrench:\n\nThe best way to install `rargs` is to download the pre-built version from the project [`Release`\npage.](https://github.com/cloudbridgeuy/rargs)\n\n## Build from source\n\nYou can build your own version of `rargs` using `cargo`, Rust build tool. To do so, clone the\nproject into a directory, change into the cloned directory and run cargo.\n\n```bash\ngit clone https://github.com/cloudbridgeuy/rargs.git\ncd rargs\ncargo build --bin rargs\n```\n\nYou can find the build binary in the created `target/release` dirctory by the name `rargs`. Copy it\ninto a directory on your path, or add the `release` directory you your `PATH`, and give the `rargs`\nbinary executable permissions.\n\n```bash\nchmod +x rargs\n```\n\n## Usage :computer:\n\nHere is a quick example:\n\n```bash\nrargc -- build -d ./bin ./src/script.sh\n```\n\n### Command Line Arguments\n\n```txt\nA bash framework for managing your bash scripts\n\nUsage: rargs [COMMAND]\n\nCommands:\n  run    Runs a rargs script\n  build  Build the script\n  help   Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help  Print help\n```\n\n## Examples :bulb:\n\nExample use-cases can be found under the `/crates/rargs/examples` directory.\n\n## API Reference :book:\n\nDocumentation can be found [here](https://rargs.cloudbridge.uy).\n\n## Contributing :heart:\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for ways to get started.\n\n## License :scroll:\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n---\n\nMade with :heart: by [@cloudbridgeuy](https://github.com/cloudbridgeuy)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudbridgeuy%2Frargs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudbridgeuy%2Frargs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudbridgeuy%2Frargs/lists"}