{"id":20268397,"url":"https://github.com/zuck/fastify-plugin-load","last_synced_at":"2026-06-01T06:31:57.864Z","repository":{"id":82344239,"uuid":"227793938","full_name":"zuck/fastify-plugin-load","owner":"zuck","description":"Configure the list of plugins to register","archived":false,"fork":false,"pushed_at":"2019-12-13T08:41:48.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-04T01:43:01.039Z","etag":null,"topics":["fastify","fastify-plugin"],"latest_commit_sha":null,"homepage":null,"language":null,"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/zuck.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-12-13T08:38:04.000Z","updated_at":"2019-12-13T08:45:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7627c84-5e70-4511-8ee6-7f5cb2e23fc3","html_url":"https://github.com/zuck/fastify-plugin-load","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zuck/fastify-plugin-load","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuck%2Ffastify-plugin-load","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuck%2Ffastify-plugin-load/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuck%2Ffastify-plugin-load/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuck%2Ffastify-plugin-load/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zuck","download_url":"https://codeload.github.com/zuck/fastify-plugin-load/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuck%2Ffastify-plugin-load/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33763648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":["fastify","fastify-plugin"],"created_at":"2024-11-14T12:18:13.904Z","updated_at":"2026-06-01T06:31:57.859Z","avatar_url":"https://github.com/zuck.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastify-plugin-load\n\nConfigure the list of plugins to register\n\n## Install\n\n```\nnpm i fastify fastify-plugin-load\n```\n\n## Example\n\n```js\n'use strict'\n\nconst Fastify = require('fastify')\nconst PluginLoad = require('fastify-plugin-load')\n\nconst fastify = Fastify()\n\nfastify.register(PluginLoad, [\n  'fastify-helmet',\n  'fadtify-sensible',\n  './plugins/local'\n])\n\nfastify.listen(3000)\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzuck%2Ffastify-plugin-load","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzuck%2Ffastify-plugin-load","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzuck%2Ffastify-plugin-load/lists"}