{"id":20652924,"url":"https://github.com/gregoranders/ts-github-tools","last_synced_at":"2026-04-21T01:32:04.709Z","repository":{"id":36977486,"uuid":"272555168","full_name":"gregoranders/ts-github-tools","owner":"gregoranders","description":"TypeScript GitHub Tools","archived":false,"fork":false,"pushed_at":"2024-03-11T04:45:41.000Z","size":202,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-15T01:16:26.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gregoranders.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-15T22:17:32.000Z","updated_at":"2022-02-03T00:06:01.000Z","dependencies_parsed_at":"2023-02-16T03:46:07.271Z","dependency_job_id":"860e94ff-d672-485f-a45f-0cb18da9b440","html_url":"https://github.com/gregoranders/ts-github-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"gregoranders/ts-playground","purl":"pkg:github/gregoranders/ts-github-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-github-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-github-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-github-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-github-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoranders","download_url":"https://codeload.github.com/gregoranders/ts-github-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-github-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-16T17:39:26.085Z","updated_at":"2026-04-21T01:32:04.687Z","avatar_url":"https://github.com/gregoranders.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [TypeScript](http://www.typescriptlang.org/) [GitHub](https://github.com) Tools\n\nTools used for setting up a `repository`.\n\n- create\n  - labels\n    - `npm dependencies`\n    - `github action`\n    - `code quality`\n  - secret\n    - `CC_TEST_REPORTER_ID`\n    - `CODACY_PROJECT_TOKEN`\n\n## [API Docs](./docs/index.md)\n\n[![License][license-image]][license-url]\n[![Issues][issues-image]][issues-url]\n[![Code maintainability][code-maintainability-image]][code-maintainability-url] [![Code issues][code-issues-image]][code-issues-url] [![Code Technical Debt][code-tech-debt-image]][code-tech-debt-url]\n\n[![Codacy Badge][codacy-imge]][codacy-url]\n\n[![Main Language][language-image]][code-metric-url] [![Languages][languages-image]][code-metric-url] [![Code Size][code-size-image]][code-metric-url] [![Repo-Size][repo-size-image]][code-metric-url]\n\n## Features\n\n- [TypeScript][typescript-url]\n- [Jest][jest-url] Unit Tests with Code Coverage\n- [API Docs Generation][api-url]\n- GitHub CI Integration (feature, development, master, release)\n- [Travis][travis-url] Integration\n- [CircleCI][circleci-url] Integration\n- [AppVeyor][appveyor-url] Integration\n- Code Quality via [Code Climate](./docs/CODECLIMATE.md) and [Codacy](./docs/CODACY.md)\n\n| GitHub                                                           | CircleCI                                                         | AppVeyor                                                         | Coveralls                                                                  |                                                                              |\n| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |\n| [![ReleaseMaster Build][release-build-image]][release-url]       |                                                                  |                                                                  |                                                                            | [![Release][release-image]][release-url]                                     |\n| [![Master Build][master-build-image]][master-url]                | [![Master Build][circleci-master-image]][circleci-url]           | [![Master Build][appveyor-master-image]][appveyor-url]           | [![Master Coverage][master-coveralls-image]][master-coveralls-url]         | [![Master Version][master-version-image]][master-version-url]                |\n| [![Development Build][development-build-image]][development-url] | [![Development Build][circleci-development-image]][circleci-url] | [![Development Build][appveyor-development-image]][appveyor-url] | [![Test Coverage][development-coveralls-image]][development-coveralls-url] | [![Development Version][development-version-image]][development-version-url] |\n\n### Example\n\n```sh\nnpm start [owner]/[repo] [CC_TEST_REPORTER_ID] [CODACY_PROJECT_TOKEN]\n```\n\n### Clone repository\n\n```sh\ngit clone https://github.com/gregoranders/ts-github-tools\n```\n\n### Install dependencies\n\n```sh\nnpm install\n```\n\n### Build\n\n```sh\nnpm run build\n```\n\n### Testing\n\n#### Test using [Jest][jest-url]\n\n```sh\nnpm test\n```\n\n### Code Climate Checks [docker required](docs/CODECLIMATE.md)\n\n```sh\nnpm run codeclimate\n```\n\n### Codacy Checks [docker required](docs/CODACY.md)\n\n```sh\nnpm run codacy\n```\n\n### Run\n\n```sh\nnpm start\n```\n\n### Clear\n\n```sh\nnpm run clear\n```\n\n[release-url]: https://github.com/gregoranders/ts-github-tools/releases\n[master-url]: https://github.com/gregoranders/ts-github-tools/tree/master\n[development-url]: https://github.com/gregoranders/ts-github-tools/tree/development\n[repository-url]: https://github.com/gregoranders/ts-github-tools\n[code-metric-url]: https://github.com/gregoranders/ts-github-tools/search?l=TypeScript\n[license-url]: https://github.com/gregoranders/ts-github-tools/blob/master/LICENSE\n[license-image]: https://img.shields.io/github/license/gregoranders/ts-github-tools.svg\n[master-version-url]: https://github.com/gregoranders/ts-github-tools/blob/master/package.json\n[master-version-image]: https://img.shields.io/github/package-json/v/gregoranders/ts-github-tools/master\n[development-version-url]: https://github.com/gregoranders/ts-github-tools/blob/development/package.json\n[development-version-image]: https://img.shields.io/github/package-json/v/gregoranders/ts-github-tools/development\n[issues-url]: https://github.com/gregoranders/ts-github-tools/issues\n[issues-image]: https://img.shields.io/github/issues-raw/gregoranders/ts-github-tools.svg\n[release-image]: https://img.shields.io/github/release/gregoranders/ts-github-tools\n[release-build-image]: https://github.com/gregoranders/ts-github-tools/workflows/Release%20CI/badge.svg\n[master-build-image]: https://github.com/gregoranders/ts-github-tools/workflows/Master%20CI/badge.svg\n[development-build-image]: https://github.com/gregoranders/ts-github-tools/workflows/Development%20CI/badge.svg\n[master-coveralls-url]: https://coveralls.io/github/gregoranders/ts-github-tools?branch=master\n[master-coveralls-image]: https://img.shields.io/coveralls/github/gregoranders/ts-github-tools/master\n[development-coveralls-image]: https://img.shields.io/coveralls/github/gregoranders/ts-github-tools/development\n[development-coveralls-url]: https://coveralls.io/github/gregoranders/ts-github-tools?branch=development\n[code-maintainability-url]: https://codeclimate.com/github/gregoranders/ts-github-tools/maintainability\n[code-maintainability-image]: https://img.shields.io/codeclimate/maintainability/gregoranders/ts-github-tools\n[code-issues-url]: https://codeclimate.com/github/gregoranders/ts-github-tools/maintainability\n[code-issues-image]: https://img.shields.io/codeclimate/issues/gregoranders/ts-github-tools\n[code-tech-debt-url]: https://codeclimate.com/github/gregoranders/ts-github-tools/maintainability\n[code-tech-debt-image]: https://img.shields.io/codeclimate/tech-debt/gregoranders/ts-github-tools\n[language-image]: https://img.shields.io/github/languages/top/gregoranders/ts-github-tools\n[languages-image]: https://img.shields.io/github/languages/count/gregoranders/ts-github-tools\n[code-size-image]: https://img.shields.io/github/languages/code-size/gregoranders/ts-github-tools\n[repo-size-image]: https://img.shields.io/github/repo-size/gregoranders/ts-github-tools\n[travis-url]: https://travis-ci.org/gregoranders/ts-github-tools\n[travis-master-image]: https://travis-ci.org/gregoranders/ts-github-tools.svg?branch=master\n[travis-development-image]: https://travis-ci.org/gregoranders/ts-github-tools.svg?branch=development\n[circleci-url]: https://app.circleci.com/pipelines/github/gregoranders/ts-github-tools\n[circleci-master-image]: https://img.shields.io/circleci/build/github/gregoranders/ts-github-tools/master\n[circleci-development-image]: https://img.shields.io/circleci/build/github/gregoranders/ts-github-tools/development\n[appveyor-url]: https://ci.appveyor.com/project/gregoranders/ts-github-tools\n[appveyor-master-image]: https://img.shields.io/appveyor/build/gregoranders/ts-github-tools/master\n[appveyor-development-image]: https://img.shields.io/appveyor/build/gregoranders/ts-github-tools/development\n[typescript-url]: http://www.typescriptlang.org/\n[jest-url]: https://jestjs.io/\n[codacy-imge]: https://app.codacy.com/project/badge/Grade/7cfaa91aecdb495f91547cdf731b3246\n[codacy-url]: https://app.codacy.com/gh/gregoranders/ts-github-tools\n[api-url]: https://api-extractor.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoranders%2Fts-github-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoranders%2Fts-github-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoranders%2Fts-github-tools/lists"}