{"id":15433671,"url":"https://github.com/mskelton/shexpand.lua","last_synced_at":"2025-09-10T14:46:55.293Z","repository":{"id":101287579,"uuid":"608935144","full_name":"mskelton/shexpand.lua","owner":"mskelton","description":"Expand a string into a table of strings using shell brace expansion.","archived":false,"fork":false,"pushed_at":"2023-03-03T02:50:10.000Z","size":2,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-18T08:17:54.861Z","etag":null,"topics":["brace-expansion","luarocks"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/mskelton.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}},"created_at":"2023-03-03T02:48:28.000Z","updated_at":"2023-10-13T03:34:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a68eaaf-5bba-4714-836e-350b345dd636","html_url":"https://github.com/mskelton/shexpand.lua","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"8df061786bede87508aced90bd765b44fddb26b3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskelton%2Fshexpand.lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskelton%2Fshexpand.lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskelton%2Fshexpand.lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskelton%2Fshexpand.lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskelton","download_url":"https://codeload.github.com/mskelton/shexpand.lua/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249758243,"owners_count":21321481,"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":["brace-expansion","luarocks"],"created_at":"2024-10-01T18:34:58.497Z","updated_at":"2025-04-19T18:07:58.386Z","avatar_url":"https://github.com/mskelton.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shexpand.lua\n\nExpand a string into a table of strings using shell brace expansion.\n\n## Installation\n\n```bash\nluarocks install shexpand\n```\n\n## Usage\n\n```lua\nlocal shexpand = require('shexpand')\n\nshexpand.expand('a.{js,ts}')\nshexpand.expand('{spec,test}.{js,ts}')\nshexpand.expand('hi.gz{,ip}')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskelton%2Fshexpand.lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskelton%2Fshexpand.lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskelton%2Fshexpand.lua/lists"}