{"id":16155283,"url":"https://github.com/eniehack/wiredify","last_synced_at":"2025-04-07T00:51:54.260Z","repository":{"id":192131051,"uuid":"686123152","full_name":"eniehack/wiredify","owner":"eniehack","description":"transform Japanese va-vi-vu-va-vo and Japanese ba-bi-bu-be-bo mutually.","archived":false,"fork":false,"pushed_at":"2023-09-21T08:47:18.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2025-02-13T06:31:12.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/eniehack.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":"2023-09-01T19:59:02.000Z","updated_at":"2025-01-16T16:28:16.000Z","dependencies_parsed_at":"2024-12-20T12:43:33.465Z","dependency_job_id":"ae97c9f5-5f8c-440f-b250-8f1400851e6e","html_url":"https://github.com/eniehack/wiredify","commit_stats":null,"previous_names":["eniehack/wiredify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniehack%2Fwiredify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniehack%2Fwiredify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniehack%2Fwiredify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniehack%2Fwiredify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eniehack","download_url":"https://codeload.github.com/eniehack/wiredify/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574097,"owners_count":20960495,"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-10-10T01:20:21.044Z","updated_at":"2025-04-07T00:51:54.234Z","avatar_url":"https://github.com/eniehack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wiredify\n\ntransform Japanese va-vi-vu-va-vo and Japanese ba-bi-bu-be-bo mutually. \n\n## CLI\n\n### wiredify\n\ntransform Japanese ba-bi-bu-be-bo to Japanese va-vi-vu-va-vo. \n\n#### usage\n\n```shell\n$ echo \"ジェネレーティブ・エーアイ\" | go run ./bin/dewiredify/main.go\nジェネレーティヴ・エーアイ\n```\n\n### dewiredify\n\ntransform Japanese va-vi-vu-va-vo to Japanese ba-bi-bu-be-bo\n\n#### usage\n\n```shell\n$ echo \"ジェネレーティヴ・エーアイ\" | go run ./bin/dewiredify/main.go\nジェネレーティブ・エーアイ\n$ echo \"ポヴォ\" | go run ./bin/dewiredify/main.go\nポボ\n$ echo \"ヴォーカル\" | go run ./bin/dewiredify/main.go\nボーカル\n$ echo \"カヴァー\" | go run ./bin/dewiredify/main.go\nカバー\n$ echo \"ヴォイストレーニング\" | go run ./bin/dewiredify/main.go\nボイストレーニング\n```\n\n## library\n\n### install\n\n```shell\ngo get -u \"github.com/eniehack/wiredify/pkg/wiredify\"\n```\n\n### wiredify\n\n```go\nimport (\n  \"bufio\"\n  \"bytes\"\n\n  \"github.com/eniehack/wiredify/pkg/wiredify\"\n)\n\n...\n\nh := \u0026wiredify.Handler{\n  In:  bufio.NewScanner(os.Stdin),\n  Out: new(bytes.Buffer),\n}\nh.Wiredify()\n```\n\n### dewiredify\n\n```go\nimport (\n  \"bufio\"\n  \"bytes\"\n\n  \"github.com/eniehack/wiredify/pkg/wiredify\"\n)\n\n...\n\nh := \u0026wiredify.Handler{\n  In:  bufio.NewScanner(os.Stdin),\n  Out: new(bytes.Buffer),\n}\nh.Dewiredify()\n```\n\n\n## other implementations\n\n- [eggplants/wiredify](https://github.com/eggplants/wiredify) - an implementation written by Python.\n- [oageo/wiredify](https://github.com/oageo/wiredify) - an implementation written by Rust \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feniehack%2Fwiredify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feniehack%2Fwiredify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feniehack%2Fwiredify/lists"}