{"id":17774010,"url":"https://github.com/svenfuchs/sh_vars","last_synced_at":"2025-04-21T23:31:32.582Z","repository":{"id":56895481,"uuid":"183944533","full_name":"svenfuchs/sh_vars","owner":"svenfuchs","description":"Shell variable parser","archived":false,"fork":false,"pushed_at":"2019-11-25T14:13:03.000Z","size":226,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T14:46:29.533Z","etag":null,"topics":["bash","parser","ruby","shell","variables"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/svenfuchs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-28T18:29:46.000Z","updated_at":"2024-12-31T02:09:59.000Z","dependencies_parsed_at":"2022-08-20T17:10:18.873Z","dependency_job_id":null,"html_url":"https://github.com/svenfuchs/sh_vars","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenfuchs%2Fsh_vars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenfuchs%2Fsh_vars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenfuchs%2Fsh_vars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenfuchs%2Fsh_vars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenfuchs","download_url":"https://codeload.github.com/svenfuchs/sh_vars/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250150722,"owners_count":21383215,"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","parser","ruby","shell","variables"],"created_at":"2024-10-26T21:47:46.666Z","updated_at":"2025-04-21T23:31:32.040Z","avatar_url":"https://github.com/svenfuchs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShVars [![Build Status](https://travis-ci.org/svenfuchs/cl.svg?branch=master)](https://travis-ci.org/svenfuchs/cl) [![Code Climate](https://api.codeclimate.com/v1/badges/2c2c23d7103d193e72a2/maintainability)](https://codeclimate.com/github/svenfuchs/sh_vars)\n\nA library for parsing shell environment variables.\n\n## Installation\n\n```\ngem install sh_vars\n```\n\n## Usage\n\n```\nrequire 'sh_vars'\n\nShVars.parse('FOO=foo BAR=\"bar\"')\n# =\u003e [['FOO', foo], ['BAR', '\"bar\"']]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenfuchs%2Fsh_vars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenfuchs%2Fsh_vars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenfuchs%2Fsh_vars/lists"}