{"id":13898122,"url":"https://github.com/gr2m/octokit-plugin-hello-world","last_synced_at":"2025-07-02T09:04:43.273Z","repository":{"id":35162057,"uuid":"214597963","full_name":"gr2m/octokit-plugin-hello-world","owner":"gr2m","description":"Simple Octokit.js plugin for demo purposes","archived":false,"fork":false,"pushed_at":"2023-07-08T11:53:21.000Z","size":974,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T15:33:29.842Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pkg.fyi/octokit-plugin-hello-world","language":"TypeScript","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/gr2m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"gr2m"}},"created_at":"2019-10-12T07:13:27.000Z","updated_at":"2024-03-21T18:26:09.000Z","dependencies_parsed_at":"2023-11-12T18:42:39.445Z","dependency_job_id":null,"html_url":"https://github.com/gr2m/octokit-plugin-hello-world","commit_stats":{"total_commits":89,"total_committers":4,"mean_commits":22.25,"dds":0.6404494382022472,"last_synced_commit":"4e4b774ea07b642cfbf9673c233ea01d702c8535"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/gr2m/octokit-plugin-hello-world","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Foctokit-plugin-hello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Foctokit-plugin-hello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Foctokit-plugin-hello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Foctokit-plugin-hello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gr2m","download_url":"https://codeload.github.com/gr2m/octokit-plugin-hello-world/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Foctokit-plugin-hello-world/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260765285,"owners_count":23059293,"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-08-06T18:04:05.711Z","updated_at":"2025-07-02T09:04:43.243Z","avatar_url":"https://github.com/gr2m.png","language":"TypeScript","funding_links":["https://github.com/sponsors/gr2m"],"categories":["TypeScript"],"sub_categories":[],"readme":"# octokit-plugin-hello-world\n\n\u003e Simple Octokit.js plugin for demo purposes\n\n[![@latest](https://img.shields.io/npm/v/octokit-plugin-hello-world.svg)](https://www.npmjs.com/package/octokit-plugin-hello-world)\n[![Build Status](https://github.com/gr2m/octokit-plugin-hello-world/workflows/Test/badge.svg)](https://github.com/gr2m/octokit-plugin-hello-world/actions?workflow=Test)\n[![Greenkeeper](https://badges.greenkeeper.io/gr2m/octokit-plugin-hello-world.svg)](https://greenkeeper.io/)\n\n## Usage\n\n\u003ctable\u003e\n\u003ctbody valign=top align=left\u003e\n\u003ctr\u003e\u003cth\u003e\nBrowsers\n\u003c/th\u003e\u003ctd width=100%\u003e\n\nLoad `octokit-plugin-hello-world` and [`@octokit/core`](https://github.com/octokit/core.js) (Or others such as [`@octokit/rest`](https://github.com/octokit/rest.js)) directly from [cdn.pika.dev](https://cdn.pika.dev)\n\n```html\n\u003cscript type=\"module\"\u003e\n  import { Octokit } from \"https://cdn.pika.dev/@octokit/core\";\n  import { helloWorld } from \"https://cdn.pika.dev/octokit-plugin-hello-world\";\n\u003c/script\u003e\n```\n\n\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003cth\u003e\nNode\n\u003c/th\u003e\u003ctd\u003e\n\nInstall with \u003ccode\u003enpm install octokit-plugin-hello-world\u003c/code\u003e\n\n```js\nconst { Octokit } = require(\"@octokit/core\");\nconst { helloWorld } = require(\"octokit-plugin-hello-world\");\n```\n\n\u003c/td\u003e\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n```js\nconst MyOctokit = Octokit.plugin(helloWorld);\n\nconst octokit = new MyOctokit();\noctokit.helloWorld();\n// logs \"Hello, world!\n```\n\nSee [`@octoki/core`](https://github.com/octokit/core.js) for available APIs to create more advanced plugins.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr2m%2Foctokit-plugin-hello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgr2m%2Foctokit-plugin-hello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr2m%2Foctokit-plugin-hello-world/lists"}