{"id":30107117,"url":"https://github.com/leslitech/leslisystem","last_synced_at":"2026-01-20T17:35:37.529Z","repository":{"id":304828489,"uuid":"1010398344","full_name":"LesliTech/LesliSystem","owner":"LesliTech","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T04:51:08.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-01T10:53:44.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LesliTech.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-29T01:33:35.000Z","updated_at":"2025-07-24T04:51:12.000Z","dependencies_parsed_at":"2025-07-16T06:30:24.716Z","dependency_job_id":"6ea7e2e8-4a49-4154-ae90-972da996cc9d","html_url":"https://github.com/LesliTech/LesliSystem","commit_stats":null,"previous_names":["leslitech/leslisystem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LesliTech/LesliSystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2FLesliSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2FLesliSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2FLesliSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2FLesliSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LesliTech","download_url":"https://codeload.github.com/LesliTech/LesliSystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2FLesliSystem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269663405,"owners_count":24455804,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-10T01:33:38.515Z","updated_at":"2026-01-20T17:35:37.523Z","avatar_url":"https://github.com/LesliTech.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n    \u003cimg width=\"100\" alt=\"LesliSystem logo\" src=\"./docs/images/system-logo.svg\" /\u003e\n    \u003ch3 align=\"center\" class=\"has-text-centered\"\u003eCore System Utilities for The Lesli Framework.\u003c/h3\u003e\n    \u003cp align=\"center\" class=\"has-text-centered\"\u003e\n        LesliSystem provides shared, reusable system-level components for The Lesli Framework.\n        It includes tools for engine metadata, configuration introspection, messaging helpers,\n        and any other static or dynamic utilities needed across the Lesli ecosystem.\n    \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\u003chr/\u003e\n\n\u003cdiv align=\"center\" class=\"documentation-statics\"\u003e\n    \u003ca target=\"blank\" href=\"https://rubygems.org/gems/lesli\"\u003e\n        \u003cimg height=\"22\" alt=\"Gem Version\" src=\"https://badge.fury.io/rb/lesli.svg\"/\u003e\n    \u003c/a\u003e\n    \u003ca class=\"mx-2\" href=\"https://codecov.io/github/LesliTech/Lesli\"\u003e \n        \u003cimg height=\"22\" src=\"https://codecov.io/github/LesliTech/Lesli/graph/badge.svg?token=2O12NENK5Y\"/\u003e \n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/github/LesliTech/LesliBabel\"\u003e \n        \u003cimg height=\"22\" src=\"https://sonarcloud.io/api/project_badges/measure?project=LesliTech_LesliBabel\u0026metric=sqale_rating\"/\u003e \n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003chr/\u003e\n\u003cbr /\u003e\n\n### Installation\n\n```shell\nbundle add lesli_system\n```\n\n### Usage\n```ruby\n\n# Get information of all lesli engines installed\nLesliSystem.engines()\n\n# Result:\n[\n    {\n        :code=\u003e\"lesli\", \n        :name=\u003e\"Lesli\", \n        :path=\u003e\"/lesli\", \n        :version=\u003e\"5.0.13\", \n        :description=\u003e\"Ruby on Rails SaaS Development Framework.\", \n        :build=\u003e\"1735524814\", \n        :dir=\u003e\"/gem/installation/path\"\n    }\n]\n\n# Get information of specific engine\nLesliSystem.engine(\"Lesli\")\n\n# Result:\n{\n    :code=\u003e\"lesli\", \n    :name=\u003e\"Lesli\", \n    :path=\u003e\"/lesli\", \n    :version=\u003e\"5.0.13\", \n    :description=\u003e\"Ruby on Rails SaaS Development Framework.\", \n    :build=\u003e\"1735524814\", \n    :dir=\u003e\"/gem/installation/path\"\n}\n\n# Get specific property of information of specific engine\nLesliSystem.engine(\"Lesli\", \"path\")\n\n# Result:\n\"/lesli\"\n```\n\n```ruby \nmodule LesliBell\n    class DashboardsController \u003c ApplicationController\n        def index\n            # Build a standard object based on a controller reference\n            builder = LesliSystem::Klass.new(self)\n            @dashboards = builder.model.dashboard.all\n        end\n    end\nend\n```\n\n### Documentation\n* [website](https://www.lesli.dev/)\n* [database](./docs/database.md)\n* [documentation](https://www.lesli.dev/gems/gems/)\n\n\n### Get in touch with Lesli\n\n* [Email: hello@lesli.tech](hello@lesli.tech)\n* [Website: https://www.lesli.tech](https://www.lesli.tech)\n* [Twitter: @LesliTech](https://twitter.com/LesliTech)\n\n\n### License\n-------\nCopyright (c) 2025, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\n\u003chr /\u003e\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"200\" alt=\"Lesli logo\" src=\"https://cdn.lesli.tech/lesli/brand/app-logo.svg\" /\u003e\n    \u003ch4 align=\"center\"\u003eRuby on Rails SaaS Development Framework.\u003c/h4\u003e\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleslitech%2Fleslisystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleslitech%2Fleslisystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleslitech%2Fleslisystem/lists"}