{"id":20291439,"url":"https://github.com/yasslab/to_md","last_synced_at":"2025-10-05T14:04:32.356Z","repository":{"id":36771068,"uuid":"41077778","full_name":"yasslab/to_md","owner":"yasslab","description":"Convert Ruby Object to markdown by #to_md method.","archived":false,"fork":false,"pushed_at":"2021-08-21T03:06:44.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-23T07:42:14.589Z","etag":null,"topics":["converter","gem","markdown","ruby","rubygems"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/yasslab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-20T05:44:46.000Z","updated_at":"2025-08-03T22:22:17.000Z","dependencies_parsed_at":"2022-08-01T07:30:01.463Z","dependency_job_id":null,"html_url":"https://github.com/yasslab/to_md","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/yasslab/to_md","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fto_md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fto_md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fto_md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fto_md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yasslab","download_url":"https://codeload.github.com/yasslab/to_md/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fto_md/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274229384,"owners_count":25245189,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["converter","gem","markdown","ruby","rubygems"],"created_at":"2024-11-14T15:12:22.703Z","updated_at":"2025-10-05T14:04:27.316Z","avatar_url":"https://github.com/yasslab.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToMd\n[![Build Status](https://travis-ci.org/yasslab/to_md.svg)](https://travis-ci.org/yasslab/to_md)\n[![Code Climate](https://codeclimate.com/github/yasslab/to_md/badges/gpa.svg)](https://codeclimate.com/github/yasslab/to_md)\n[![Test Coverage](https://codeclimate.com/github/yasslab/to_md/badges/coverage.svg)](https://codeclimate.com/github/yasslab/to_md/coverage)\n\nConvert Ruby Object to markdown by `#to_md` method.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'to_md'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install to_md\n\n## Usage\n\n```rb\nrequire 'to_md'\n\nusing ToMd\n\nputs ['one', 'two'].to_md\n# - one\n# - two\n\nputs [['#', 'japanese'], [1, '一']].to_md\n# | # | japanese |\n# | --- | --- |\n# | 1 | 一 |\n\nputs [{id: 1, name: 'John'}, {id: 2, name: 'David'}].to_md\n# | id | name |\n# | --- | --- |\n# | 1 | John |\n# | 2 | David |\n\nputs [[:name, :age], {id: 3, name: 'Robert', age: 20}].to_md\n# | name | age |\n# | --- | --- |\n# | Robert | 20 |\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/yasslab/to_md. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org/) code of conduct.\n\n\n## License\n\nCopyright \u0026copy; 2015 [YassLab](http://yasslab.jp)\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasslab%2Fto_md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasslab%2Fto_md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasslab%2Fto_md/lists"}