{"id":18447641,"url":"https://github.com/koki-develop/ts-action-template","last_synced_at":"2025-04-08T00:32:16.111Z","repository":{"id":252647304,"uuid":"841037591","full_name":"koki-develop/ts-action-template","owner":"koki-develop","description":"This is a template for creating GitHub Actions in TypeScript.","archived":false,"fork":false,"pushed_at":"2024-10-29T13:22:14.000Z","size":1917,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T13:33:39.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/koki-develop.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}},"created_at":"2024-08-11T13:05:36.000Z","updated_at":"2024-10-29T13:22:16.000Z","dependencies_parsed_at":"2024-09-14T14:34:11.879Z","dependency_job_id":"2e0f3a0e-dfb3-4bcd-ab31-7e07d6d97d5f","html_url":"https://github.com/koki-develop/ts-action-template","commit_stats":null,"previous_names":["koki-develop/ts-action-template"],"tags_count":8,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fts-action-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fts-action-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fts-action-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fts-action-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koki-develop","download_url":"https://codeload.github.com/koki-develop/ts-action-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755448,"owners_count":20990617,"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-11-06T07:14:00.018Z","updated_at":"2025-04-08T00:32:11.101Z","avatar_url":"https://github.com/koki-develop.png","language":"TypeScript","readme":"# ts-action-template\n\n[![GitHub Release](https://img.shields.io/github/v/release/koki-develop/ts-action-template)](https://github.com/koki-develop/ts-action-template/releases/latest)\n[![CI](https://img.shields.io/github/actions/workflow/status/koki-develop/ts-action-template/ci.yml?branch=main\u0026logo=github\u0026style=flat\u0026label=ci)](https://github.com/koki-develop/ts-action-template/actions/workflows/ci.yml)\n[![Build](https://img.shields.io/github/actions/workflow/status/koki-develop/ts-action-template/build.yml?branch=main\u0026logo=github\u0026style=flat\u0026label=build)](https://github.com/koki-develop/ts-action-template/actions/workflows/build.yml)\n\nThis is a template for creating GitHub Actions in TypeScript.\n\n## Requirements\n\n[Bun](https://bun.sh/) is required.\n\n## Getting Started\n\n1. Click the `Use this template` button to create a new repository.  \n2. Move to `Settings` \u003e `Actions` \u003e `General` and enable `Allow GitHub Actions to create and approve pull requests`.\n\n## Development\n\nInstall dependencies with `bun install`.\n\n```console\n$ bun install\n```\n\nEdit [`action.yml`](./action.yml) to set up the action.  \nEdit [`src/main.ts`](./src/main.ts) to implement the action.\n\n## Test\n\nRun `bun run test` to test the action. The testing framework is [Vitest](https://vitest.dev/).\n\n```console\n$ bun run test\n```\n\n## Release\n\nFirst, run `bun run build` to build the source code. The built code will be output to the `dist/` directory. Commit the content of this directory.\n\n```console\n$ bun run build\n$ git add dist\n$ git commit -m \"Build\"\n```\n\nFinally, create a tag in semver format.\n\n\u003e [!NOTE]\n\u003e The major version tag (e.g. `v1`) will be created automatically by GitHub Actions.  \n\u003e See: [`.github/workflows/major-version-sync.yml`](./.github/workflows/major-version-sync.yml)\n\n```console\n$ git tag v1.0.0\n$ git push origin v1.0.0\n```\n\nCreate a release on GitHub as needed.\n\n## LICENSE\n\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fts-action-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoki-develop%2Fts-action-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fts-action-template/lists"}