{"id":15132603,"url":"https://github.com/ibm/ibm.github.io","last_synced_at":"2025-09-29T00:32:37.490Z","repository":{"id":14050507,"uuid":"16753297","full_name":"IBM/ibm.github.io","owner":"IBM","description":"IBM Open Source at GitHub","archived":true,"fork":false,"pushed_at":"2020-08-05T05:30:10.000Z","size":2808,"stargazers_count":1185,"open_issues_count":0,"forks_count":227,"subscribers_count":140,"default_branch":"master","last_synced_at":"2025-06-08T23:03:04.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ibm.github.io","language":"JavaScript","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/IBM.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}},"created_at":"2014-02-12T02:27:34.000Z","updated_at":"2025-06-01T06:37:30.000Z","dependencies_parsed_at":"2022-09-12T14:26:03.390Z","dependency_job_id":null,"html_url":"https://github.com/IBM/ibm.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IBM/ibm.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Fibm.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Fibm.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Fibm.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Fibm.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IBM","download_url":"https://codeload.github.com/IBM/ibm.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Fibm.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277450939,"owners_count":25819971,"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-09-28T02:00:08.834Z","response_time":79,"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-09-26T04:21:34.569Z","updated_at":"2025-09-29T00:32:37.077Z","avatar_url":"https://github.com/IBM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portal for IBM @ GitHub\n\nThis repository is rendered online at [http://ibm.github.io](http://ibm.github.io), it contains a listing of repositories that are open source and maintained by IBM teams.\n\n### Adding a new repo to the listing\n\nIn order to have your repository show up at [http://ibm.github.io](http://ibm.github.io), a minor change to [orgs.js](js/orgs.js) is required.\n\n* To add a single repository add a new entry to [orgs.js](js/orgs.js), specify the Github organization name and the repository name (separate them with a `/`), and set the `type` to `repo`, an example can be seen below:\n\n```\n  {\n      \"name\": \"RuntimeTools/appmetrics\",\n      \"type\": \"repo\"\n  }\n```\n\n* To add all the repositories in a Github organization add a new entry to [orgs.js](js/orgs.js), specify the Github organization name, and set the `type` to `org`, an example can be seen below:\n\n```\n  {\n      \"name\": \"IBMResilient\",\n      \"type\": \"org\"\n  }\n```\n\n### To test changes locally\n\nFrom within the top level folder of the cloned repository run:\n\n```\n$ python -m http.server {port}\n```\n\nFor example: `python -m http.server 8000` -\u003e Open the following URL in a browser:\n\n```\nhttp://localhost:8000/\n```\n\n### Quick Git tutorial\n\n1. Clone the repository and checkout a new branch\n\n```\n$ git clone https://github.com/IBM/ibm.github.io\n$ git checkout -b branch_name\n```\n\n2. Update the files you'd like to change\n3. Push the changes upstream\n\n```\n$ git add file1 file2\n$ git commit -m \"add your commit message here\"\n$ git push origin branch_name\n```\n\n4. View your branch in Github and create a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibm%2Fibm.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibm%2Fibm.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibm%2Fibm.github.io/lists"}