{"id":17137009,"url":"https://github.com/truemedian/lua-extensions","last_synced_at":"2025-04-13T09:25:40.088Z","repository":{"id":61262103,"uuid":"307856942","full_name":"truemedian/lua-extensions","owner":"truemedian","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-16T23:49:18.000Z","size":143,"stargazers_count":6,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T01:03:10.260Z","etag":null,"topics":["hacktoberfest","lua"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/truemedian.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}},"created_at":"2020-10-27T23:50:49.000Z","updated_at":"2023-05-10T05:50:36.000Z","dependencies_parsed_at":"2023-02-09T16:45:52.618Z","dependency_job_id":"212de065-ea7b-4acf-b8a7-3f5dd1fe7e2a","html_url":"https://github.com/truemedian/lua-extensions","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truemedian%2Flua-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truemedian%2Flua-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truemedian%2Flua-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truemedian%2Flua-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/truemedian","download_url":"https://codeload.github.com/truemedian/lua-extensions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248690024,"owners_count":21146049,"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":["hacktoberfest","lua"],"created_at":"2024-10-14T20:05:59.420Z","updated_at":"2025-04-13T09:25:40.053Z","avatar_url":"https://github.com/truemedian.png","language":"Lua","readme":"\n# Lua Extensions\n\n\u003e This library is intended for use in the [Luvit](https://luvit.io/) environment. However it may eventually be adapted\n\u003e for use elsewhere.\n\n## Installation\n\n```\nlit install truemedian/extensions\n```\n\n## Documentation\n\nhttps://pages.truemedian.me/lua-extensions/\n\n## Usage\n\nEach extension may be loaded separately, or all at the same time. Alternatively, the extensions may be accessed\nindividually without injecting them into your global environment.\n\n### Injecting All Extensions\n\nThis loads all extensions into the global environment.\n\n```lua\nlocal extensions = require 'extensions' ()\n```\n\n### Using Individual Extensions\n\nThis accesses the `split` extension without ever modifying your global environment.\n\n```lua\nlocal extensions = require 'extensions'\n\nlocal out = extensions.string.split(\"hello world\", \" \")\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruemedian%2Flua-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruemedian%2Flua-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruemedian%2Flua-extensions/lists"}