{"id":16095875,"url":"https://github.com/joakin/plugins.js","last_synced_at":"2025-04-05T20:15:48.789Z","repository":{"id":141454535,"uuid":"2155216","full_name":"joakin/plugins.js","owner":"joakin","description":"A plugins file in javascript to collect all the plugins needed for your apps. Configurable by url.","archived":false,"fork":false,"pushed_at":"2011-08-17T10:28:09.000Z","size":128,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-18T19:54:50.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/joakin.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}},"created_at":"2011-08-04T15:14:20.000Z","updated_at":"2024-02-12T16:00:17.000Z","dependencies_parsed_at":"2023-03-13T10:33:37.703Z","dependency_job_id":null,"html_url":"https://github.com/joakin/plugins.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakin%2Fplugins.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakin%2Fplugins.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakin%2Fplugins.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakin%2Fplugins.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joakin","download_url":"https://codeload.github.com/joakin/plugins.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393573,"owners_count":20931813,"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":[],"created_at":"2024-10-09T17:09:20.337Z","updated_at":"2025-04-05T20:15:48.768Z","avatar_url":"https://github.com/joakin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"plugins.js\n==========\n\nWhat's this?\n------------\n\nplugins.js is a file that you can include in your project to have all your\njavascript plugins in the same place (useful for having different projects\npointing to the same JS file to have the javascript plugins unified).\n\nHow it works\n------------\n\nInclude the file and after the plugins var start adding plugins like this:\n\n    if (plugins.get(pluginName)) {\n        \n        // Plugin code\n        \n    }\n\nThen when you include your plugins.js file in your page you do:\n\n    \u003cscript id='pluginsjs' src='path/to/plugins.js?jquery\u0026lightbox'\u003e\u003c/script\u003e\n\nThat means that you want to have the jquery and lightbox plugins in that\nspecific web page.\n\nIn another project, the query string may change and so the plugins included.\n\nIn the template plugins.js file a couple of plugins are added as a example.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoakin%2Fplugins.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoakin%2Fplugins.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoakin%2Fplugins.js/lists"}