{"id":28795908,"url":"https://github.com/turukmoorea/bashmod_lib","last_synced_at":"2026-04-29T15:01:36.155Z","repository":{"id":298953993,"uuid":"1001656921","full_name":"Turukmoorea/bashmod_lib","owner":"Turukmoorea","description":"Modular Bash function library for reusable scripting components, including logging, validation, file and network tools.","archived":false,"fork":false,"pushed_at":"2025-07-05T07:53:01.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-05T08:38:24.503Z","etag":null,"topics":["bash","bash-library","bash-modules","bash-scripting","reusable-code","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Turukmoorea.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,"zenodo":null}},"created_at":"2025-06-13T19:05:50.000Z","updated_at":"2025-07-05T07:53:04.000Z","dependencies_parsed_at":"2025-07-05T08:29:12.538Z","dependency_job_id":"233b36ba-48d0-43ad-a76c-bf990d1cd744","html_url":"https://github.com/Turukmoorea/bashmod_lib","commit_stats":null,"previous_names":["turukmoorea/bashmod_lib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Turukmoorea/bashmod_lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turukmoorea%2Fbashmod_lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turukmoorea%2Fbashmod_lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turukmoorea%2Fbashmod_lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turukmoorea%2Fbashmod_lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Turukmoorea","download_url":"https://codeload.github.com/Turukmoorea/bashmod_lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turukmoorea%2Fbashmod_lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32430803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["bash","bash-library","bash-modules","bash-scripting","reusable-code","shell"],"created_at":"2025-06-18T03:10:42.550Z","updated_at":"2026-04-29T15:01:36.147Z","avatar_url":"https://github.com/Turukmoorea.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bashmod\\_lib\n\nReusable Bash functions and modules for script developers of all genders.\nThis library allows you to develop, share, and reuse modular Bash components in your own scripts.\n\n## Usage\n\nYou can source individual modules in your own script:\n\n```bash\n# Example: Sourcing the string and log modules\nsource /path/to/bashmod_lib/modules/string.sh\nsource /path/to/bashmod_lib/modules/log.sh\n\nlog_info \"Starting script...\"\nresult=$(string_trim \"   Text with spaces   \")\necho \"$result\"\n```\n\nAlternatively, you can load a module directly from GitHub without cloning:\n\n```bash\nsource \u003c(curl -s https://raw.githubusercontent.com/youruser/bashmod_lib/refs/heads/master/modules/log.sh)\n```\n\n## Installation\n\nClone the repository (e.g. as a submodule or via `curl`/`wget`):\n\n```bash\ngit clone https://github.com/youruser/bashmod_lib.git\n```\n\nOr add it to an existing project:\n\n```bash\ngit submodule add https://github.com/youruser/bashmod_lib.git libs/bashmod_lib\n```\n\n## Compatibility\n\n* Bash ≥ 4.0\n* POSIX-like shells (partially supported)\n\n## Contributions\n\nPull requests, issues, and discussions are welcome.\nPlease stick to simple, POSIX-compatible Bash syntax and structure new modules like the existing ones.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturukmoorea%2Fbashmod_lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturukmoorea%2Fbashmod_lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturukmoorea%2Fbashmod_lib/lists"}