{"id":20279726,"url":"https://github.com/genieframework/helloplugin.jl","last_synced_at":"2025-11-29T19:06:19.237Z","repository":{"id":84088385,"uuid":"192978045","full_name":"GenieFramework/HelloPlugin.jl","owner":"GenieFramework","description":"Hello World example plugin for Genie Framework","archived":false,"fork":false,"pushed_at":"2020-02-08T15:26:35.000Z","size":7,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T02:41:29.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/GenieFramework.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":"2019-06-20T19:41:12.000Z","updated_at":"2024-07-11T00:45:16.000Z","dependencies_parsed_at":"2023-03-05T09:30:44.863Z","dependency_job_id":null,"html_url":"https://github.com/GenieFramework/HelloPlugin.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GenieFramework/HelloPlugin.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FHelloPlugin.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FHelloPlugin.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FHelloPlugin.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FHelloPlugin.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenieFramework","download_url":"https://codeload.github.com/GenieFramework/HelloPlugin.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FHelloPlugin.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27362300,"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-11-29T02:00:06.589Z","response_time":56,"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":"2024-11-14T13:32:42.146Z","updated_at":"2025-11-29T19:06:19.217Z","avatar_url":"https://github.com/GenieFramework.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello World Genie Plugin\n\nThis is a simple example plugin for the Genie Framework. You can use it as a sample for developing Genie plugins or to try plugins installation in your Genie apps.\n\n## Installation\n\nAdd the HelloPlugin package to your Genie app, just like any other Julia Pkg dependency:\n```julia\npkg\u003e add https://github.com/GenieFramework/HelloPlugin.jl\n```\n\nBring the package into scope:\n```julia\njulia\u003e using HelloPlugin\n```\n\nInstall the plugin (this is a one time operation, when the package is added):\n```julia\njulia\u003e HelloPlugin.install(@__DIR__)\n```\n\nMake sure you run this in the Genie app REPL or that you are in a Julia session in the app's root dir. Otherwise pass the app's root dir as the argument for `install(dest::String)`.\n\n## Usage\n\nThe installation will add a new `hello` resource in `app/resources/hello/` in the form of `HelloController.jl` and `views/greet.jl.html`. Also, in your Genie app's `plugins/` folder you fill find a new file, `helloplugin.jl` (which is the plugins' initializer and is automatically loaded by Genie early in the bootstrap process).\n\nThe `helloplugin.jl` initializer is defining a new route `route(\"/hello\", HelloController.greet)`. If you restart your Genie app and navigate to `/hello` you will get the plugin's greeting.\n\n## More Info\n\nFor more information about Genie plugins read the Genie docs at \u003chttps://github.com/GenieFramework/Genie.jl/blob/master/docs/content/Genie_Plugins.md\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fhelloplugin.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenieframework%2Fhelloplugin.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fhelloplugin.jl/lists"}