{"id":28566347,"url":"https://github.com/bird-studio/interactive-message","last_synced_at":"2025-06-10T15:09:58.644Z","repository":{"id":36966005,"uuid":"424180776","full_name":"bird-studio/interactive-message","owner":"bird-studio","description":"interactive message tool","archived":false,"fork":false,"pushed_at":"2023-10-05T12:05:12.000Z","size":34533,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-14T20:50:42.399Z","etag":null,"topics":["cli","commit","conventional-commits","gitmoji","semantic-release","semantic-version","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@bird-studio/interactive-message","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/bird-studio.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":"2021-11-03T10:32:20.000Z","updated_at":"2023-03-11T05:08:53.000Z","dependencies_parsed_at":"2023-02-12T00:15:53.654Z","dependency_job_id":"bb9802d0-8fc5-40a7-9276-1e46142bacc5","html_url":"https://github.com/bird-studio/interactive-message","commit_stats":{"total_commits":952,"total_committers":3,"mean_commits":317.3333333333333,"dds":"0.17226890756302526","last_synced_commit":"854baff482733f6cc9f11f2b7864bda7ecfcf810"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bird-studio%2Finteractive-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bird-studio%2Finteractive-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bird-studio%2Finteractive-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bird-studio%2Finteractive-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bird-studio","download_url":"https://codeload.github.com/bird-studio/interactive-message/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bird-studio%2Finteractive-message/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259098638,"owners_count":22804793,"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":["cli","commit","conventional-commits","gitmoji","semantic-release","semantic-version","typescript"],"created_at":"2025-06-10T15:09:57.934Z","updated_at":"2025-06-10T15:09:58.633Z","avatar_url":"https://github.com/bird-studio.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/bird-studio/interactive-message\"\u003e\n    \u003cimg src=\"https://github.com/bird-studio/interactive-message/blob/main/media/logo.png\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://semantic-release.gitbook.io/semantic-release/\"\u003e\n    \u003cimg alt=\"semantic-release\" src=\"https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://gitmoji.dev\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square\" alt=\"Gitmoji\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/bird-studio/interactive-message\"\u003e\n    \u003cimg src=\"https://codecov.io/gh/bird-studio/interactive-message/branch/main/graph/badge.svg?token=RBVLU6CIPQ\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# interactive-message\n\n## Alternative\n\nhttps://github.com/bird-studio/hoipoi_capsule\n\n## Overview\n\nCreate messages in an interactive format.\n\nhttps://user-images.githubusercontent.com/92862731/183108755-09c3b60c-f46d-4422-99f7-e6782cdf9ecd.mov\n\n## I need to use it right away.\n\nhttps://github.com/akira-toriyama/interactive-message-demo\n\n## Usage\n\n```bash\nnpm i -D @bird-studio/interactive-message\n\ntouch interactive-message.config.js\n```\n\nexample\n\nhttps://github.com/akira-toriyama/interactive-message-demo/blob/main/interactive-message.config.js\n\nThe part that matches `questionDictionary.name` will be replaced.  \nChange the templates and questions as you like.  \nThis setting is Conventional Commit and gitmoji.\n\n## Commit hook\n\n### githooks\n\n`prepare-commit-msg`\n\n```bash\n#!/bin/sh\n\nexec \u003c /dev/tty \u0026\u0026 yarn interactive-message commit\n```\n\n```bash\ngit commit\n```\n\n`package.json`\n\n```json\n\"scripts\": {\n  \"prepare\": \"git config --local core.hooksPath .githooks\"\n}\n```\n\n### husky\n\n`prepare-commit-msg`\n\n```bash\n#!/bin/sh\n. \"$(dirname \"$0\")/_/husky.sh\"\n\nexec \u003c /dev/tty \u0026\u0026 npx interactive-message commit\n```\n\n## Localization\n\n- [grammar](https://github.com/bird-studio/interactive-message/blob/main/src/opt/plugin/grammar.ts)\n- [translation](https://github.com/bird-studio/interactive-message/blob/main/src/opt/plugin/translation.ts)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbird-studio%2Finteractive-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbird-studio%2Finteractive-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbird-studio%2Finteractive-message/lists"}