{"id":18057738,"url":"https://github.com/yous/basehangul","last_synced_at":"2025-10-14T15:10:16.333Z","repository":{"id":22772843,"uuid":"26118822","full_name":"yous/basehangul","owner":"yous","description":"Human-readable binary encoding, BaseHangul for Ruby","archived":false,"fork":false,"pushed_at":"2016-04-20T11:32:44.000Z","size":48,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-25T00:29:47.269Z","etag":null,"topics":["basehangul","ruby"],"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/yous.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-03T13:03:31.000Z","updated_at":"2022-07-08T14:59:51.000Z","dependencies_parsed_at":"2022-08-21T12:30:36.842Z","dependency_job_id":null,"html_url":"https://github.com/yous/basehangul","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yous/basehangul","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2Fbasehangul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2Fbasehangul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2Fbasehangul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2Fbasehangul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yous","download_url":"https://codeload.github.com/yous/basehangul/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2Fbasehangul/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019298,"owners_count":26086709,"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-10-14T02:00:06.444Z","response_time":60,"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":["basehangul","ruby"],"created_at":"2024-10-31T02:09:03.069Z","updated_at":"2025-10-14T15:10:16.309Z","avatar_url":"https://github.com/yous.png","language":"Ruby","readme":"# BaseHangul\n\n[![Gem Version](https://badge.fury.io/rb/basehangul.svg)](http://badge.fury.io/rb/basehangul)\n[![Build Status](https://travis-ci.org/yous/basehangul.svg?branch=master)](https://travis-ci.org/yous/basehangul)\n[![Dependency Status](https://gemnasium.com/yous/basehangul.svg)](https://gemnasium.com/yous/basehangul)\n[![Code Climate](https://codeclimate.com/github/yous/basehangul/badges/gpa.svg)](https://codeclimate.com/github/yous/basehangul)\n[![Coverage Status](https://img.shields.io/coveralls/yous/basehangul.svg)](https://coveralls.io/r/yous/basehangul)\n[![Inline docs](http://inch-ci.org/github/yous/basehangul.svg?branch=master)](http://inch-ci.org/github/yous/basehangul)\n\nHuman-readable binary encoding, [BaseHangul](https://basehangul.github.io) for Ruby.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n``` ruby\ngem 'basehangul'\n```\n\nAnd then execute:\n\n``` sh\nbundle\n```\n\nOr install it yourself as:\n\n``` sh\ngem install basehangul\n```\n\n## Usage\n\n``` ruby\nBaseHangul.encode('This is an encoded string')\n# =\u003e '넥라똔먈늴멥갯놓궂뗐밸뮤뉴뗐뀄굡덜멂똑뚤'\n\nBaseHangul.decode('넥라똔먈늴멥갯놓궂뗐밸뮤뉴뗐뀄굡덜멂똑뚤')\n# =\u003e 'This is an encoded string'\n```\n\nRun `basehangul` with no arguments to encode binary through terminal input.\n\n``` sh\nbasehangul\n```\n\nOr pass `basehangul` a file to encode.\n\n``` sh\nbasehangul binary.txt\n```\n\nRun `basehangul` with no arguments to decode BaseHangul string through terminal input.\n\n``` sh\nbasehangul -D\n```\n\nOr pass `basehangul` a file to decode.\n\n``` sh\nbasehangul -D basehangul.txt\n```\n\nFor additional command-line options:\n\n``` sh\nbasehangul -h\n```\n\nCommand flag    | Description\n----------------|--------------------\n`-D, --decode`  | Decode the input.\n`-h, --help`    | Print this message.\n`-v, --version` | Print version.\n\n## Contributing\n\n1. Fork it (https://github.com/yous/basehangul/fork)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md).\n\n## License\n\nCopyright (c) Chayoung You. See [LICENSE.txt](LICENSE.txt) for further details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyous%2Fbasehangul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyous%2Fbasehangul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyous%2Fbasehangul/lists"}