{"id":16123898,"url":"https://github.com/kentaro-m/md2confl","last_synced_at":"2025-03-16T08:32:51.890Z","repository":{"id":41873452,"uuid":"90262067","full_name":"kentaro-m/md2confl","owner":"kentaro-m","description":"🛠 md2confl is a CLI tool to convert the markdown text to confluence wiki format.","archived":false,"fork":false,"pushed_at":"2022-09-24T05:23:08.000Z","size":2474,"stargazers_count":78,"open_issues_count":1,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T06:08:02.544Z","etag":null,"topics":["blackfriday","cli","command-line-tool","confluence","golang","markdown","my-portfolio"],"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/kentaro-m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"kentaro-m"}},"created_at":"2017-05-04T12:45:20.000Z","updated_at":"2024-08-28T13:20:05.000Z","dependencies_parsed_at":"2022-08-11T19:51:03.567Z","dependency_job_id":null,"html_url":"https://github.com/kentaro-m/md2confl","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentaro-m%2Fmd2confl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentaro-m%2Fmd2confl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentaro-m%2Fmd2confl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentaro-m%2Fmd2confl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kentaro-m","download_url":"https://codeload.github.com/kentaro-m/md2confl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809865,"owners_count":20351403,"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":["blackfriday","cli","command-line-tool","confluence","golang","markdown","my-portfolio"],"created_at":"2024-10-09T21:19:01.798Z","updated_at":"2025-03-16T08:32:51.423Z","avatar_url":"https://github.com/kentaro-m.png","language":"Go","funding_links":["https://github.com/sponsors/kentaro-m"],"categories":[],"sub_categories":[],"readme":"# md2confl\n[![GitHub release](https://img.shields.io/github/release/kentaro-m/md2confl.svg)](https://github.com/kentaro-m/md2confl/releases)\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/kentaro-m/md2confl/blob/master/LICENSE)\n\nmd2confl is a CLI tool to convert the markdown text to confluence wiki format.\n\n## Demo\n![](./usage.gif)\n\n## Installation\n\n### Homebrew\n```\n$ brew tap kentaro-m/homebrew-md2confl\n$ brew install md2confl\n```\n\n### Golang\n```\n$ GO111MODULE=on go get github.com/kentaro-m/md2confl\n```\n\n## Usage\n```\nOutput the confluence wiki text\n\nUsage:\n  md2confl [file path] [flags]\n\nFlags:\n  -h, --help      Output usage information\n  -v, --version   Output the version number\n```\n\n## Example\n\n### Output to the stdout\n```\n$ md2confl ~/sample.md\nh1. Hello World\n\n{code:language=go}\npackage main\n\nimport \"fmt\"\n\nfunc main() {\n\tfmt.Println(\"Hello World\")\n}\n{code}\n```\n\n### Output to the file\n```\n$ md2confl ~/sample.md \u003e foo.txt\n```\n\n### Copy to clipboard\n```\n$ md2confl ~/sample.md | pbcopy\n```\n\n### Input from stdin\n```\n$ cat hoge.txt | md2confl\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentaro-m%2Fmd2confl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkentaro-m%2Fmd2confl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentaro-m%2Fmd2confl/lists"}