{"id":17450980,"url":"https://github.com/darashi/gimlet","last_synced_at":"2025-08-22T09:49:31.668Z","repository":{"id":56874179,"uuid":"11498725","full_name":"darashi/gimlet","owner":"darashi","description":"Document-oriented, Text-based and Read-only data storage","archived":false,"fork":false,"pushed_at":"2013-08-15T13:42:04.000Z","size":118,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-14T00:11:31.331Z","etag":null,"topics":[],"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/darashi.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2013-07-18T09:08:38.000Z","updated_at":"2023-11-20T22:37:24.000Z","dependencies_parsed_at":"2022-08-20T10:11:04.277Z","dependency_job_id":null,"html_url":"https://github.com/darashi/gimlet","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darashi%2Fgimlet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darashi%2Fgimlet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darashi%2Fgimlet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darashi%2Fgimlet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darashi","download_url":"https://codeload.github.com/darashi/gimlet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250456567,"owners_count":21433721,"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-17T22:39:57.184Z","updated_at":"2025-04-23T14:45:59.736Z","avatar_url":"https://github.com/darashi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gimlet\n\nDocument-oriented, Text-based and Read-only data storage\n\nGimlet is strongly inspired by [Local Data](http://middlemanapp.com/advanced/local-data/) of [Middleman](http://middlemanapp.com/). It is so handy, but it is built in middleman.\n\nGimlet let us to use this feature for general purposes that do not fit middleman with.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'gimlet'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install gimlet\n\n## Usage\n\nPut `data/people/homuhomu.yaml`,\n\n    ---\n    first_name: Homura\n    last_name: Akemi\n\nThen you can access the data:\n\n    require 'gimlet'\n\n    data = Gimlet::DataStore.new('data')\n\n    p data.to_h                 #=\u003e {\"people\"=\u003e{\"homuhomu\"=\u003e{\"first_name\"=\u003e\"Homura\", \"last_name\"=\u003e\"Akemi\"}}}\n    p data.people.homuhomu      #=\u003e {\"first_name\"=\u003e\"Homura\", \"last_name\"=\u003e\"Akemi\"}\n    p data.people[:homuhomu].first_name #=\u003e \"Homura\"\n\n\n## Contributing\n\n1. Fork it\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 new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarashi%2Fgimlet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarashi%2Fgimlet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarashi%2Fgimlet/lists"}